Started by
project141
on
Topic category: Help with Minecraft modding (Java Edition)
I am making a farming mod, how do I make it so I can plant in Rich_Soil_Farmland in FarmersDelight?
I could just plant it by editing the tags after exporting the mod, but Rich_Soil_Farmland did not work. Also, I would like to edit it in Mcreator if possible.
I am using automatic translation, so the text may be strange.
Thank you in advance for your help.
In the "Advanced" Tab, there should be a block that checks for a Mod-ID, if you know the mod ID for "Farmers Delight" you can just use the ID of the blocks of the mod.
Thank you for your reply.
It's hard to translate in words because it's an automatic translation.
I would appreciate it if you could provide a picture or a detailed description of the project up to completion if possible.
Sorry for being so selfish.
This is the current Block_Valid_Place procedure, what should I do from here?
"No entry selected" should be your procedure.
The code should be pretty understandable but you can always ask for help.
Thank you for your reply.
Thanks for your help.
Excuse me, but where is “call procedure and get logic return value”?
The version I am using is 2024.4 so the text may be different.
I would like to plant only in Rich_Soil_Farmland or Farmland if possible, can I do that?
The Block "Call procedure and get logic return value" calls the selected procedure and spits out the "return logic" at the end of the called procedure. To make your plant only grow on farmland or rich_soil_farmland, you'll just have to go to your procedure and change the text ["minecraft:farmland"] to ["minecraft:farmland" or farmers_delight:rich_soil_farmland"]
Thank you for your kind explanation.
I would like to try it, but I cannot find “call procedure and get logic return value” in the procedure. It doesn't come up in any search...
How can I get it?
Sorry again.
Sorry I am not good at English.
If you don't mind, could you export the procedure for me?
Sorry. It took me a while, but I got this far.
However, I don't know what procedure to put inside this procedure.
I am sorry for my poor understanding, but may I ask you to tell me?
The Block_Vaild_Place Procedure that returns a logic value.