Started by
BrycenHurley
on
Topic category: Help with Minecraft modding (Java Edition)
A lot of people, myself included, are having issues trying to make a procedure to strip custom logs for their mods. The most common issue is not being able to place blocks on the logs without shift clicking, I have made a real procedure that will actually strip the logs and let you place the blocks. just download and enjoy! Download link: https://www.mediafire.com/file/iicy0wganvboysb/reallogstrip.ptpl/file
I forgot to mention that this is for 1.16.5 mods, I don't think it will affect anything but just incase for some odd reason it doesn't work, that is most likely the reason.
use global procedure for stripping logs. so it will not have shift problem
i umm. im looking over the procedure and i dont get which component allows you to not have that rightclicking issue. is it the order you arranged it?
you can also simplify some bits, such as the blockstate chunk of code, where you could instead use a place block plus preserve blockstate/nbt data
as for Kyoukster, what do you mean global? if i set it to global, all blocks would be affected by the shift issue as itd be global?
it doesn't work, can you make a screenshot of the procedure?