The nether wood: /give @p crimson/warped_planks 64
The original wood: /give @p planks 64 1/2/3/4/5/6
It should be for the nether wood: /give @p planks 64 7/8
Comments 6
When you take Warped and Crimson planks you should use /give @p planks 1 6/7
Not /give @p crimson_planks
/give @p warped_planks
Because the regular planks when you get it from commands, you use:
/give @p planks 1 1
/give @p planks 1 2
/give @p planks 1 3
/give @p planks 1 4
/give @p planks 1 5
/give @p planks 1 6
but to get the Crimson and Warped planks from commands, you use:
/give @p crimson_planks
/give @p warped_planks
not:
/give @p planks 1 6
/give @p planks 1 7
¿?