Log Stripping (Free to Use)

Published by Gaz0510 on
Share this on:
Downloads:
444
Upvotes: 2
Project status
In development
Supported Minecraft versions
1.12.2

Jump to downloads

Log stripping for 1.12 adds log stripping!  Use the log stripping axe to make stripped logs!  Unfortunately the latest version's workspace can't be downloaded due to the size but the procedure is in the downloads instead.

Modification files
Log Stripping 1.1.jar - Allows log stripping using the log stripping axe!Uploaded on: 09/06/2019 - 17:22   File size: 62.21 KB
log_strip_procedure.zip - Log Stripping Procedure here!Uploaded on: 09/06/2019 - 17:30   File size: 1.01 KB

could you upload this mod to curse forge? I want to create a mod pack based around MCreator mods through curse forge but first I need the mods to be uploaded there.

When the player right lcick the block make in sort that IF the player's hand item is axe DO repalce the block

There is a global trigger when right-clicked on the block, check if block is log and if the player is holding axe then turn it to stripped log.
Also, I found out how to add support for your mod!
When you strip a block set block nbt stripped to 1
(for any block, use the global trigger stated above)
then we can check for that nbt in our mods, and turn it into the stripped version that way!