Started by
Dilly
on
Topic category: Help with Minecraft modding (Java Edition)
What should the procedure return so that it can be included in the block of additional conditions for setting the block?
I want to add setting requirements for crops.
Edited by Dilly on Fri, 03/27/2026 - 09:34
If I'm understanding you correctly, it should return a Boolean, as the procedure determines whether you can place the block at a certain position.
Ok. I thought it should be `actionresult`