ForestryMC / Binnie

Minecraft addons for the Forestry mod. Extra Bees, Extra Trees, Genetics, and more.
https://minecraft.curseforge.com/projects/binnies-mods
Other
69 stars 77 forks source link

Nbtfix #632

Open leagris opened 4 years ago

leagris commented 4 years ago

Fix issue where harvested door items would not stack with freshly crafted doors.

This patch removes the unused NBT stored block meta from harvested blocks tiles.

leagris commented 4 years ago

@Nedelosk just a note for you about the ci not building, because gradle is too old. Gradle and wrapper can be upgraded up to 4.2.1 for 1.7.10 build. The old gradle 2 tries to download maven hosted dependencies with http instead of https and this is the reason why it fails here: https://travis-ci.org/github/ForestryMC/Binnie/builds/657545545#L521