Skip to content

NightKosh/Withered-Lands

Repository files navigation

Requirements

  1. NeoForge (check "build.gradle" file to know required NeoForge version)
  2. Jdk 25.0.1 (do not forget to enable its support in your IDE)
  3. Gradle 9.2.1

Get started

  1. Clone mod repository
  2. Download NeoForge and copy "gradlew.bat", "gradlew" files and "gradle" directory to mod folder(and any other files which may requires)
  3. Download MDK from NeoForge
  4. Import mod to your ide as "new Gradle project"

Gradle commands

  1. Running client
        gradlew runClient
    
  2. Running Server
        gradlew runServer
    
  3. Build mod as .jar file
        gradlew build
    

For more information, look at "minecraft NeoForge" README.txt file (it's not included to this repository) or this link

Useful commands

  1. Kill all
        /kill @e[type=!minecraft:player]
    
  2. Light all mobs
        /effect give @e[type=!minecraft:player] minecraft:glowing 1000000 0 true
    
  3. Spawn dungeon chest
        /setblock ~ ~ ~ minecraft:chest{LootTable:"minecraft:chests/simple_dungeon"}
    

Events:

  1. Slime Rain
        /wl slime_rain
        /wl slime_rain <state>
    

Slimes spawn:

  1. Verdant slime
        /summon withered_lands:slime_verdant ~ ~ ~ {NoAI:1b}
    
  2. Sandy slime
        /summon withered_lands:slime_sandy ~ ~ ~ {NoAI:1b}
    
  3. Frozen slime
        /summon withered_lands:slime_frozen ~ ~ ~ {NoAI:1b}
    
  4. Mud slime
        /summon withered_lands:slime_mud ~ ~ ~ {NoAI:1b}
    
  5. Jungle slime
        /summon withered_lands:slime_jungle ~ ~ ~ {NoAI:1b}
    
  6. Cave slime
        /summon withered_lands:slime_cave ~ ~ ~ {NoAI:1b}
    
  7. Abyssal slime
        /summon withered_lands:slime_abyssal ~ ~ ~ {NoAI:1b}
    
  8. Toxic Sludge
        /summon withered_lands:slime_toxic_sludge ~ ~ ~ {NoAI:1b}
    
  9. Molten slime
        /summon withered_lands:slime_molten ~ ~ ~ {NoAI:1b}
    

Bats spawn:

  1. Cave bat
        /summon withered_lands:bat_cave ~ ~ ~ {NoAI:1b}
    
  2. Vampire bat
        /summon withered_lands:bat_vampire ~ ~ ~ {NoAI:1b}
    
  3. Ice bat
        /summon withered_lands:bat_ice ~ ~ ~ {NoAI:1b}
    
  4. Flying fox
        /summon withered_lands:bat_flying_fox ~ ~ ~ {NoAI:1b}
    
  5. Blazing bat
        /summon withered_lands:bat_blazing ~ ~ ~ {NoAI:1b}
    
  6. Withered bat
        /summon withered_lands:bat_withered ~ ~ ~ {NoAI:1b}
    
  7. Volatile bat
        /summon withered_lands:bat_volatile ~ ~ ~ {NoAI:1b}
    
  8. Chorus bat
        /summon withered_lands:bat_chorus ~ ~ ~ {NoAI:1b}
    

Skull crawlers spawn:

  1. skeleton skull crawler
        /summon withered_lands:skull_crawler_skeleton ~ ~ ~ {NoAI:1b}
    
  2. Stray skull crawler
        /summon withered_lands:skull_crawler_stray ~ ~ ~ {NoAI:1b}
    
  3. Bogged skull crawler
        /summon withered_lands:skull_crawler_bogged ~ ~ ~ {NoAI:1b}
    
  4. Parched skull crawler
        /summon withered_lands:skull_crawler_parched ~ ~ ~ {NoAI:1b}
    
  5. Wither skull crawler
        /summon withered_lands:skull_crawler_wither ~ ~ ~ {NoAI:1b}
    
  6. Zombie skull crawler
        /summon withered_lands:skull_crawler_zombie ~ ~ ~ {NoAI:1b}
    
  7. Husk skull crawler
        /summon withered_lands:skull_crawler_husk ~ ~ ~ {NoAI:1b}
    
  8. Drowned skull crawler
        /summon withered_lands:skull_crawler_drowned ~ ~ ~ {NoAI:1b}
    
  9. Zombified Piglin skull crawler
        /summon withered_lands:skull_crawler_piglin ~ ~ ~ {NoAI:1b}
    

Breezes spawn:

  1. Thunderstorm
        /summon withered_lands:thunderstorm ~ ~ ~ {NoAI:1b}
    
  2. Blizzard
        /summon withered_lands:blizzard ~ ~ ~ {NoAI:1b}
    
  3. Sand Devil
        /summon withered_lands:sand_devil ~ ~ ~ {NoAI:1b}
    
  4. Dirge Gale
        /summon withered_lands:dirge_gale ~ ~ ~ {NoAI:1b}
    

Ghosts spawn:

  1. Hollow stalker
        /summon withered_lands:hollow_stalker ~ ~ ~ {NoAI:1b}
    
  2. Lost Soul
        /summon withered_lands:lost_soul ~ ~ ~ {NoAI:1b}
    

Spiders spawn:

  1. Cave spider
        /summon withered_lands:cave_spider ~ ~ ~ {NoAI:1b}
    

Creepers spawn:

  1. Desert creeper
        /summon withered_lands:desert_creeper ~ ~ ~ {NoAI:1b}
    
  2. Snowy creeper
        /summon withered_lands:snowy_creeper ~ ~ ~ {NoAI:1b}
    
  3. Cave creeper
        /summon withered_lands:cave_creeper ~ ~ ~ {NoAI:1b}
    
  4. Deepslate creeper
        /summon withered_lands:deepslate_creeper ~ ~ ~ {NoAI:1b}
    

Giants spawn:

  1. Hill giant
        /summon withered_lands:hill_giant ~ ~ ~ {NoAI:1b}
    
  2. Frozen giant
        /summon withered_lands:frozen_giant ~ ~ ~ {NoAI:1b}
    

Wolves spawn:

  1. Skeleton dog
        /summon withered_lands:skeleton_dog ~ ~ ~ {NoAI:1b}
    
  2. Zombie dog
        /summon withered_lands:zombie_dog ~ ~ ~ {NoAI:1b}
    
  3. Barghest
        /summon withered_lands:barghest ~ ~ ~ {NoAI:1b}
    

Cats spawn:

  1. Skeleton cat
        /summon withered_lands:skeleton_cat ~ ~ ~ {NoAI:1b}
    
  2. Zombie cat
        /summon withered_lands:zombie_cat ~ ~ ~ {NoAI:1b}
    

Horses spawn:

  1. Skeleton horse
        /summon withered_lands:skeleton_horse ~ ~ ~ {NoAI:1b}
    
  2. Zombie horse
        /summon withered_lands:zombie_horse ~ ~ ~ {NoAI:1b}
    

Water mobs spawn:

  1. Drowned sailor
        /summon withered_lands:drowned_sailor ~ ~ ~ {NoAI:1b}
    
  2. Phantom diver
        /summon withered_lands:phantom_diver ~ ~ ~ {NoAI:1b}
    

Fishes spawn:

  1. Minnow
        /summon withered_lands:minnow ~ ~ ~ {NoAI:1b}
    
  2. Piranha
        /summon withered_lands:piranha ~ ~ ~ {NoAI:1b}
    
  3. Pike
        /summon withered_lands:pike ~ ~ ~ {NoAI:1b}
    

Jellyfishes spawn:

  1. White
        /summon withered_lands:jellyfish_white ~ ~ ~ {NoAI:1b}
    
  2. Blue
        /summon withered_lands:jellyfish_blue ~ ~ ~ {NoAI:1b}
    
  3. Green
        /summon withered_lands:jellyfish_green ~ ~ ~ {NoAI:1b}
    
  4. Yellow
        /summon withered_lands:jellyfish_yellow ~ ~ ~ {NoAI:1b}
    
  5. Red
        /summon withered_lands:jellyfish_red ~ ~ ~ {NoAI:1b}
    
  6. Pink
        /summon withered_lands:jellyfish_pink ~ ~ ~ {NoAI:1b}
    
  7. Purple
        /summon withered_lands:jellyfish_purple ~ ~ ~ {NoAI:1b}
    

Swamp mobs spawn:

  1. Giant Frog
        /summon withered_lands:giant_frog ~ ~ ~ {NoAI:1b}
    
  2. Swamp thing
        /summon withered_lands:swamp_thing ~ ~ ~ {NoAI:1b}
    

Desert mobs spawn:

  1. Mummy
        /summon withered_lands:mummy ~ ~ ~ {NoAI:1b}
    

Snow mobs spawn:

  1. Snowman
        /summon withered_lands:snowman ~ ~ ~ {NoAI:1b}
    

Other mobs spawn:

  1. Possessed armor
        /summon withered_lands:possessed_armor ~ ~ ~ {NoAI:1b}
    
  2. Mimic
        /summon withered_lands:mimic ~ ~ ~ {NoAI:1b}
    
  3. Skeleton
        /summon withered_lands:skeleton ~ ~ ~ {NoAI:1b}
    
  4. Illusioner
        /summon withered_lands:illusioner ~ ~ ~ {NoAI:1b}
    
  5. Killer bunny
        /summon withered_lands:killer_bunny ~ ~ ~ {NoAI:1b}
    

Apply an enchantment on item:

  1. Curse of Starvation
        /enchant @s withered_lands:curse_of_starvation 1
    

About

Minecraft mod

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages