MaskyCrops

Dependencies

list
required
format for Material:

CustomCrops

true

null

MythicMobs

true

mythic:<itemid>

CraftEngine

false

ce:<namespace>:<itemid>

ItemsAdder

false

ia:<namespace>:<itemid>

Nexo

false

nexo:<itemid>

Oraxen

false

or:<itemid>

Config Examples

📦MaskyCrops
  ├── 📁configs
  │     └── 📝end_crops.yml
  └── 📝settings.yml

settings.yml

settings:
  debug: false
  grow_display:
    display_height: 2
    MythicMobsCropGrowSkill: "endcrops_skill_grow1" #Mob used when growing a crop
    MythicMobsCropSummonSkill: "_summon" #This references skill <CropId>_summon

end_crops.yml

All the "crops" needs a skill named in MythicMobs for example <CropId>_summon / boreal_gummy_summon

Last updated