Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Hi,

 

I'm wondering how I can stop plants like trees or wheat or whatever other plant there might be from growing in a chunk

with a specific value of polution (See here for more info about polution). Polution is chunk based and might be modified over time.

So chunk A can have 0 polution while chunk B has a polution which is too high to let things grow there anylonger.

 

Optional:

- How is it possible to change the value of any plant which determines how long it takes until the plant is full grown? (for example for wheat)

 

Thx in advance.

Bektor

Developer of Primeval Forest.

There is a SaplingGrowTreeEvent for saplings(cancelable has a result). There is a CropGrowEvent and it's subclasses for crop growth(Pre is cancelable has a result(Thanks to @Draco18s for correcting me)).

Note that if a mod author does not call those events on their crops or trees there is nothing you can do(*cough* Pam's Harvestraft *cough*)

Edited by V0idWa1k3r

13 minutes ago, V0idWa1k3r said:

There is a CropGrowEvent and it's subclasses for crop growth(Pre is cancelable).

No, it uses RESULT.DENY to prevent the growth. It's effectively canceled, but it does not use event.setCanceled(true).

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

  • Author
42 minutes ago, V0idWa1k3r said:

There is a SaplingGrowTreeEvent for saplings(cancelable). There is a CropGrowEvent and it's subclasses for crop growth(Pre is cancelable has a result(Thanks to @Draco18s for correcting me)).

Note that if a mod author does not call those events on their crops or trees there is nothing you can do(*cough* Pam's Harvestraft *cough*)

How should I stop a tree from growing with this event (SaplingGrowTreeEvent)?

Also the event states this:

Quote

This event is not Cancelable.

This event has a result. HasResult
This result determines if the sapling is allowed to grow.

 

Developer of Primeval Forest.

Yeah, Draco already mentioned that, I've read the annotations on events incorrectly, my bad.

Just set the result to DENY

Edited by V0idWa1k3r

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.