minetest-mods / technic

Technic mod for Minetest
Other
145 stars 155 forks source link

Compressor recipe conflict #550

Open disba1ancer opened 4 years ago

disba1ancer commented 4 years ago

Compressor have two recipes for Desert sand compressing, and only first works. First recipe: https://github.com/minetest-mods/technic/blob/88f42539bb378ec25410967634c1e3ae274473a3/technic/machines/register/compressor_recipes.lua#L14 Second recipe: https://github.com/minetest-mods/technic/blob/88f42539bb378ec25410967634c1e3ae274473a3/technic/machines/register/compressor_recipes.lua#L16

BuckarooBanzay commented 4 years ago

This would fix it: https://github.com/mt-mods/technic/commit/eac1f71433145c00033eed7c6aee7fa740273c30

The diff version, if you want to make a PR: https://github.com/mt-mods/technic/commit/eac1f71433145c00033eed7c6aee7fa740273c30.diff