Tags
Creators
Details
0.1.0
Compatibility
Changes
Crafting Tree 0.1
Forging and Foraging
Additions:
- Blackstone and Deepslate tools
- Colored mosaic planks
- Glass tools
- Gilded Blackstone variants
- Large foods
- Log/wood stairs and slabs
- Mineral cookies
- More shears
- Poisonous Potato blocks and items
- Potions and effects!!
- Redstone equipment
- Scythes (will be HEAVILY modified later)
- Much more stairs, slabs, walls, fences, tables, pressure plates and buttons
Potions/effects:
- Dizziness
- Enderfested
- Frostbite Resistance
- Haziness
- High Heels
- Instant Fire
Enchantments:
- Curse of Simplicity
Advancements:
- Infinitory
- Now You See Me
Extra Info:
- Port to NeoForge 1.21.4
- Some blocks are now located in multiple Creative tabs
- Made petrifying wood smelting recipes longer
- Wool can be converted back into string
- Stone can be used to craft stone tools
- Ender block decides to teleport you twice at the same time and I have no idea how to fix it but I'll find out later because it's only an audio error and this is a big enough update already
Fixes:
- Made most blocks use vanilla textures instead of copies
- Map colors!!!
- Bone meal can be used to dye more items
- Make pressure plates and buttons break upon push
- Removed "_craft" from more recipes
Since recipe unlocks aren't currently fully implemented, you can join the Discord Server or install JEI/REI for extra help if you need it! [https://discord.gg/CXKyBARASH]
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:1VywMTkO:tsY8MmZv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1VywMTkO:tsY8MmZv"
}

