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

GT4 breaks balance with sticks #173

Closed DrParadox7 closed 1 year ago

DrParadox7 commented 1 year ago

Before we would get 4 sticks from 2 planks in Minecraft.

Now GT4 needlessly buffs that by a whole 25%! /s image

This has been occurring since version 4.15.32 and I see no mention of this game breaking mechanic in the changelogs: https://github.com/Nukepowered/GregTech4/releases/tag/4.15.32

It's probably something to do with the saw recipes: image

YuRaNnNzZZ commented 1 year ago

https://github.com/Nukepowered/GregTech4/blob/dcb95af00ea229bfd322c95c68dbafb6314cf15d/src/main/java/gregtechmod/GT_Mod.java#L775-L778

The second tStack definition is reusing the first one, which has size of 5 to account the saw buff with wood crafting nerf option disabled.