Topic category: Help with Minecraft modding (Java Edition)
I am making a farming mod, rich_soil_farmland in FarmersDelight. or Farmland, I asked a question about planting in Farmland and was given the above image.
But I don't know what procedure to create in this Call_Procedure_And_Logic_Return_Value.
The description says
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"]
but I could not understand it due to the automatic translation.
What procedure should I create? If possible, it would be helpful to have an image or even an export of the procedure.