2.2.3 Sep 7, 2023
Updated MythicLib

+ Updated MythicLib

+ Removes Spam Console of command /iacroper


2.2.2B Dec 8, 2022
Added English Config

2.2.2 Aug 18, 2022
MythicLib Update updated to the latest mythiclib version

2.2.1 Jul 31, 2022
Added texturepack

2.2.0 Jul 30, 2022
Added fertilizer and some code cleanup

How To setup?

add to config

config:
  time: true/false //if true enabled new time system to plants
  no-fertilizer-msg: Ninguno!
  fertilizer:
    max: 64
  water-identifier-msg: "<gradient:blue:aqua>El agua contenida es instance:mb / cnf:config.max-water </gradient> <br><gray>Fertilizante: instance:fertilizer"

 

new  fertilizer.yml

DEMONIC:
  discount-time: 100
  discount-water: 200
  extra-luck: 1
  display-name: "<gradient:red:dark_red>Demonic</gradient> - instance:fertilizer-amount"
  itemsadder: "croper:fertilizer_test"

 

new plants.yml #all configs from plants or seed moved to there *working in wiki update*

"croper:asparagus":
  time-growth: 500
"croper:cabagge":
  time-growth: 500
"croper:cannabis":
  time-growth: 500

2.1.0 Jun 25, 2022
Config and Fix Update
Moved all

itemsadder/data/itempacks/....
  items:
    <id>:
      plant:
      seed:

To

iacroper/plants.yml
<namespace:id>:
  plant:
  seed:

2.0.2 Jun 17, 2022
Fixed a issue when plant grow

 

moved

<itemsadder file of item>
items:
  <id>:
    plant:
      water-take: 100

to
<config.yml of IACroper>
plants:
  <namespace:id>:
    water-take: 100

2.0.12 Jun 17, 2022
Fix some problem with events

to try furniture mode
config:

  block-mode: false

  furniture-mode: true


2.0.1 Jun 16, 2022
New Configs and some of the snapshot code
config:
  bonemeal-effect: true //if is false the bone meal effect when a plant grow will be disabled
  water-default: true //if is false the default system of water adding with buckets and bottle will be disabled
  WATER_BUCKET: 1000 // change the added water by water bucket
  WATER_BoTTLE: 1000 // change the added water by water bottle

2.0.0C SNAPSHOT May 31, 2022
added more function to snapshot

items.{base_id}.plant.water-take 

is the config rute from the items to change the base taked water for the plant


2.0 SNAPSHOT May 30, 2022
This is only a beta version for furnitures support

added radx and rady to

config.items 
example: toItem:{water=10;radx=2;rady=3}


1.0.3d May 22, 2022
added config

config:

  block-packets: true # is used to optimize the itemsadder block sending if you sen on false use the default ItemsAdder


1.0.3b May 18, 2022
Some bug fixes

added new config section

config:
  mythic-lib: true

this is used to enable or disable the use of mythiclib in some events

[Only work for sound:{} event]


1.0.3a May 17, 2022
Try to fix a error

1.0.3 May 17, 2022
Added Oraxen Support

Added Oraxen support and some internal fixes


1.0.2c May 13, 2022
Added BStats

1.0.2b May 13, 2022
Added Light Level

attachment.png



1.0.1 May 11, 2022
Fixed error with right click event (vanilla items)

1.0 May 10, 2022
Lets Go!