Tags
Creators
Details
Licensed ARR
Published last year
Updated last month
All versions
1.3.0
Release
No Man's Land 1.3.0last year 1,386
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
No Man's Land 1.3.0 is here!
Notable changes include:
- Many new foods! Including but not limited to pesto foods, fruit cake, and a pot of witch stew.
- A sound overhaul for nml! Special thanks to our two new sound designer contributors.
- Icicles!
Full Changelog:
New Features:
- New Foods: Pesto is now a new ingredient for food and many farmer's delight integration foods were added including two feasts, a cake, and a pot
- Icicles: Found under frozen trees. Try not to hit your head on them!
- Sound Improvement: Added new sounds for sconce torches, torch extinguishing, monster anchors, and spike traps.
Changes & Tweaks:
- Overhauled cave biome generation, you should no longer see surface cave biomes
- Podzol can now be tilled into dirt
- Improved pine nut and walnut drop rates
Mod Integration:
Serene Seasons:
- Made frosted grass gradually melt when needed
Bug Fixes:
- Fixed taps spawning particles even when not filling a cauldron
- Fixed deer sometimes jumping too high up
- Fixed missing beachgrass loot table
- Fixed succulents and barrel cacti not being bonemealable anymore
- Fixed missing tags from trimmed planks and sconce torches
- Fixed incorrect lectern recipe
For more info on anything, check out the wiki or join the discord!
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:kjZCvAn6:x1QIlXLR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kjZCvAn6:x1QIlXLR"
}



