IEB-008: Cannot strip Wood Blocks
Pyrix25633 opened this issue ยท 1 comments
Describe the bug
Wood Blocks cannot be stripped into Stripped Wood Blocks with an axe and right-click.
To Reproduce
Place a Wood Block (e.g. Dark Wood) and try to right-click it wit an axe, it will not be stripped as expected.
Expected behavior
Wood Blocks should be created with the class ModLogBlock because it contains the method that strips Logs and Wood Blocks and not with the PillarBlock class.