Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

dennisjenkins75/digiline_craftdb

dennisjenkins75 created a comment on a pull request on dennisjenkins75/digiline_craftdb
LGTM, Thank you for the bug fix.

View on GitHub

OgelGames created a review on a pull request on dennisjenkins75/digiline_craftdb
Looks good to me, but I'll wait a bit before I merge it :+1:

View on GitHub

OgelGames created a review comment on a pull request on dennisjenkins75/digiline_craftdb
`width == 3` also exists, but that can be treated the same as 0. Also spaces around `=` and `==`. ```suggestion local width = regular_recipe.width or 0 local craft -- properly distribute ...

View on GitHub

OgelGames created a review on a pull request on dennisjenkins75/digiline_craftdb

View on GitHub

MCLV-pandorabox opened a pull request on dennisjenkins75/digiline_craftdb
fix issue #20
craftDB ignores width property of minetest.get_all_craft_recipes resulting in bad recipes This now returns corrected recipes based on the width
MCLV-pandorabox opened an issue on dennisjenkins75/digiline_craftdb
craftDB ignores width property of minetest.get_all_craft_recipes resulting in bad recipes
Trying to create a Universal Autocrafting Machine But I find bugs. Some recipes don't have the ingredients in the right place and so autocrafter can't make them sometimes, sometimes it don't care...