How do I make a new crop?

Started by Neiot on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Jan 2022
Points:
488

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
How do I make a new crop?

For instance, I would like to make a crop like sweet berries or potatoes, but with tomatoes. My intention is to grow tomatoes to make tomato soup and, eventually, pizza. But I've yet to figure out how to make it possible to grow the plant like a crop. Is there an updated tutorial for making a growing crop? I just can't wrap my head around any of the guides that currently exist. I am new to MCreator, so I don't even know what some of the procedure terminology means.

Active 5 months ago
Joined Mar 2021
Points:
1014

User statistics:

  • Modifications: 3
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 451
Well is plenty tutorials for…
Tue, 01/18/2022 - 15:18

Well is plenty tutorials for this

You can use NBT for example or just random procedure (both working fine)

This rocedure is quite easy, check for any tutorial

Active 3 years ago
Joined Jan 2022
Points:
488

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
I am not sure what NBT is,…
Tue, 01/18/2022 - 20:52

I am not sure what NBT is, though. What is NBT?

Active 5 months ago
Joined Mar 2021
Points:
1014

User statistics:

  • Modifications: 3
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 451
Check tutorials for this
Wed, 01/19/2022 - 06:07

Check tutorials for this

Active 3 years ago
Joined Jan 2022
Points:
488

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
Call me helpless, but the…
Wed, 01/19/2022 - 15:48

Call me helpless, but the tutorials haven't been super helpful. :(

Active 5 months ago
Joined Mar 2021
Points:
1014

User statistics:

  • Modifications: 3
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 451
On block tick update: If…
Wed, 01/19/2022 - 16:26

On block tick update:

If random 0.001 (or anything you wish) then remove block (basic crop) and place new block (advanced crop)

 

for NBT too complicated, find a tutorial for it. Are plenty very useful and clear

Active 2 years ago
Joined Dec 2021
Points:
581

User statistics:

  • Modifications: 1
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 110
nbts are a way to store data…
Wed, 01/19/2022 - 18:50

nbts are a way to store data to an individual block, ie. can this block see the sun, and if it is true, than it will store true to the nbt variable. for instance, a potion is a water bottle with an nbt, which is stored specific to that instace of the item

 

Active 2 years ago
Joined Dec 2021
Points:
581

User statistics:

  • Modifications: 1
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 110
so if you wanted to make a…
Wed, 01/19/2022 - 18:56

so if you wanted to make a crop that took a specific time to grow, you could make a procedure that is triggered every time the block updates, and when it is activated it sets the nbt to the the current value plus one. then it checks if the nbt is greater than a certian number ie 500, and if so it removes the block at xyz and places the crop at the next stage

Active 1 month ago
Joined Jan 2021
Points:
875

User statistics:

  • Modifications: 5
  • Forum topics: 19
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 292
hey neiot. i could help with…
Thu, 02/10/2022 - 16:05

hey neiot. i could help with your mod by modeling. contact me on discord at "ya boi sculk#1589"