thedarkcolour / Future-MC

Adds blocks from future versions. Discord: https://discord.gg/xtFWtm4
65 stars 29 forks source link

[1.15.2] Smithing Table Recipe Consumes Entire Stack #197

Closed coolsimulations closed 3 years ago

coolsimulations commented 4 years ago

Version: FutureMC - 1.15.2 - 1.0.1

Overview: I am currently in the process of adding support for FutureMC into my three mods (SurvivalPlus, MoreThanAPickaxe, and SurvivalPlus Lightsabers) and have found an issue with the Smithing Table. When placing an entire stack into the first input slot of the Smithing Table and crafting a recipe, the Table consumes the entire stack not just one.

Steps to Reproduce: 1. Create a new recipe JSON that has an input item that can be stackable (not a tool) 2. Place a Smithing Table 3. Place a Fullstack of 64 items into the first input slot for the recipe. 4. Take out the result and notice that the first input stack has been entirely consumed.

thedarkcolour commented 4 years ago

Hm I'll look at it