Nukepowered / GregTech4

A port of GregTech 4 to Minecraft 1.7.10 with optimization on most processes, fixed networking and rendering.
GNU General Public License v3.0
29 stars 17 forks source link

Patch shapeless recipe logic (should fix #178) #179

Closed karmaBonfire closed 1 year ago

karmaBonfire commented 1 year ago

This change should fix incorrect item (and fluid) consumption when shapeless machine recipe is started.

NOTE: this change is untested since I wasn't able to build the mod

TheDarkDnKTv commented 1 year ago

As I see by issue mentioned, problem is not in amount of items consumed, but in metadata/NBT matchining. If you have an issue with count of iterms being consumed, please provide issue first for review and then attach fix if want to.

P.S about build, since MC moved servers from amazon recently, old forgegradle plugin is not working anymore, need to update build.gradle

karmaBonfire commented 1 year ago

@TheDarkDnKTv I provided more info in the issue referenced. Also the logic changed with this PR seems actually correct, so I'm closing it