How do I make upside down growing plants?

Started by Flazmey on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Oct 2020
Points:
631

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 32
How do I make upside down growing plants?

Hello! I am working on a mod and I want to make a vine like plant that grows on the ceiling downwards. Does anyone know how to do that?

Active 3 years ago
Joined May 2020
Points:
651

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 28
You can make that with cross…
Mon, 11/30/2020 - 05:38

You can make that with cross model block, in update tick put with nbt tags or with randomizers something like:

if get block x y-1 z  = air

      Replace block with (your vine)

Also put in this procedure:

 

if get block x y+1 z  = air

      Remove block at x y z

So your vine can't float and it grows :')

Active 2 years ago
Joined Oct 2020
Points:
631

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 32
awesome thanks!
Mon, 11/30/2020 - 21:44

awesome thanks!

Active 2 years ago
Joined Oct 2020
Points:
631

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 32
The problem im having is it…
Mon, 11/30/2020 - 22:40

The problem im having is it wont let me actually add the procedure to the "additional generation procedures" area. Why is that happening! This is infuriating!

Active 2 years ago
Joined Oct 2020
Points:
631

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 32
nvm about that last problem,…
Mon, 11/30/2020 - 22:45

nvm about that last problem, how do I send a screenshot so you can see, because now its saying in the right in a red box (once I made it on world tick update)
"you have selected a world trigger that does not provide the following dependencies"

Active 2 years ago
Joined Oct 2020
Points:
631

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 32
I need help fast because I…
Mon, 11/30/2020 - 22:46

I need help fast because I want to make progress and everyones so slow

Active 3 weeks ago
Joined Aug 2019
Points:
774

User statistics:

  • Modifications: 0
  • Forum topics: 24
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 21
could you send a screen shot…
Tue, 12/01/2020 - 02:18

could you send a screen shot of what the problem is and a screen shot of the entire procedure page?

Active 3 years ago
Joined May 2020
Points:
651

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 28
I think you used other…
Tue, 12/01/2020 - 22:56

I think you used other variables like event/target entity or similar in the block update tick you only can put block procedures or positions and world procedures

Active 2 years ago
Joined Oct 2020
Points:
631

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 32
you cant send screen shots…
Thu, 12/03/2020 - 04:46

you cant send screen shots on this website lol

Active 2 years ago
Joined Dec 2017
Points:
1042

User statistics:

  • Modifications: 7
  • Forum topics: 24
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 332
I use https://imgbb.com/ for…
Thu, 12/03/2020 - 07:29

I use https://imgbb.com/ for all of my screenshots..  and for you problem witj the "you have selected a world trigger that does not provide the following dependencies" part... You are using the Event Trigger wrong,,  You need to leave that part as No Additional Trigger, then in your Plant you use it's On Update Tick.. And you don't use the Additional Generation Condition..  In the Plants Triggers section, there is the On Tick Update there, you need to ad your procedure to grow you plant there.

 

 

Active 2 years ago
Joined Dec 2017
Points:
1042

User statistics:

  • Modifications: 7
  • Forum topics: 24
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 332
and "you have selected a…
Thu, 12/03/2020 - 07:34

and "you have selected a world trigger that does not provide the following dependencies" means one of your procedure block can not be used with the Event Trigger, because it needs stuff that that item doesn't support, (i.e. Itemstacks, blocks, entity, world)

Active 2 years ago
Joined Dec 2017
Points:
1042

User statistics:

  • Modifications: 7
  • Forum topics: 24
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 332
ignore previous post,…
Thu, 12/03/2020 - 07:36

ignore previous post, spellchecked and added a word :D

 

and "you have selected a world trigger that does not provide the following dependencies" means one of your procedure blocks can not be used with the chosen Event Trigger, because it needs stuff that that item doesn't support, (i.e. Itemstack, entity, world)

Active 2 years ago
Joined Oct 2020
Points:
631

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 32
sorry, I shouldnt use this…
Fri, 12/04/2020 - 22:01

sorry, I shouldnt use this program I have no idea whats going on confusing as all hell