Other mods and combinations.

Started by project141 on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Other mods and combinations.

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.

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In the "Advanced" Tab, there…
Thu, 06/19/2025 - 17:12

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.

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you for your reply. It…
Thu, 06/19/2025 - 21:33

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.

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
  This is the current Block…
Thu, 06/19/2025 - 22:29

 

This is the current Block_Valid_Place procedure, what should I do from here?

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"No entry selected" should…
Fri, 06/20/2025 - 15:11

https://images2.imgbox.com/7b/50/RuW3dolZ_o.png

"No entry selected" should be your procedure.

The code should be pretty understandable but you can always ask for help.

 

 

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you for your reply…
Fri, 06/20/2025 - 22:08

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.

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I would like to plant only…
Sat, 06/21/2025 - 04:14

I would like to plant only in Rich_Soil_Farmland or Farmland if possible, can I do that?

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The Block "Call procedure…
Sat, 06/21/2025 - 11:52

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"]

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you for your kind…
Sat, 06/21/2025 - 19:14

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.

 

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sorry I am not good at…
Sun, 06/22/2025 - 21:10

Sorry I am not good at English.

If you don't mind, could you export the procedure for me?

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
  Sorry. It took me a while,…
Tue, 06/24/2025 - 22:01

 

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?

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The Block_Vaild_Place…
Thu, 07/03/2025 - 12:10

The Block_Vaild_Place Procedure that returns a logic value.