No Tree Punching

No Tree Punching

14M Downloads

Can't create planks

nshardy opened this issue ยท 2 comments

commented

Background:
I started a new hardcore survival world, the recipes for creating planks are shown as sticks, so I can't make any form of planks.

I looked in Common/src/main/java/com/alcatrazescapee/notreepunching/common/items/ModItems.java to see if the new Flint Axe was registered as an AxeItem, or a ModAxeItem so it'll have custom interactions or properties.

There's also the issue of trying to create planks from any kind of log and an axe, the immediate recipe shown to the player is for sticks, not planks.

Solution:
My recommendation is to either add the custom functionality for the axes themselves (like right clicking on stripped logs to drop 4 planks, or 16 planks if it's the 6-sided log texture, since it uses 4 logs to make it), or change the recipes (like using planks and an axe to create sticks instead of regular logs and an axe to make sticks). The latter probably being the easier option, or assigning someone to this issue.

commented

you gotta put the axe on top the log

commented

Duplicate of #310