Started by
Dydan
on
Topic category: Help with Minecraft modding (Java Edition)
I've recently been playing around with generating structures with some of my custom blocks. The structures generate fine, nothing crashes, but the blocks that I've made don't call their update tick procedures after generation. I've tried adding global triggers and fiddling with the "On structure instance generated" tag in the procedure, but it seems like nothing is helping.
Anyone dealt with similar issues with structures?
Edited by Dydan on Wed, 05/24/2023 - 16:39
(FIXED)
Custom Block -> Advanced Properties -> Tick Randomly
Of course the tutorial I followed had me disable this and of course I didn't look into it hard enough on the forums :p
Thx