Creators
Details
Licensed Apache-2.0
Published last year
Updated last month
All versions
2.0.0-1.21.1+neoforge
Release
2.0.0-1.21.1+Neoforgelast month 109
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- New texture & logo
- New Non La model
- Change code base again
- Add:
- Condensed Milk:
- Cooking: 1 Milk and 4 sugar
- 2 nutrition
- 10 saturation
- Coffee:
- Coffee Beans:
- Can be roast or use to plant coffee tree
- 9 Cofee Beans can be craft into 1 Coffee Pack
- 9 Coffee Pack can be craft into 1 Coffee Box
- has 30% chance when composting
- Roasted Coffee Beans:
- Recipe: cook Coffee Beans at Campfire/Soul Campfire/Stove or with Skillet
- 1 nutrition
- Has 10% chance of Speed I for 1 second
- Roasted Coffee Beans has 10% chance when composting
- Coffee plant: harvesting give 2-3 coffee beans
- Coffee Box:
- Mine faster with Shears
- Drop 9 Coffee Pack when mine with Shears without Silk Touch
- When blew up drop 0-4 Coffee Pack and 10-30 Coffee Beans
- Clay Cup: use Clay Ball to make
- Ceramic Cup: Smelt Clay Cup in the Furnace to get.
- Coffee Drinks:
- Black Coffee:
- Brewing: Roasted Coffee Beans -> Ceramic Cup
- Speed II 10 seconds
- Has 80% chance of Hunger for 20 seconds
- Milk Coffee:
- Crafting: Milk (Milk Bucket/Milk Bottle) + 2 Black Coffee
- Speed I 10 seconds
- Bạc xỉu:
- Crafting: Condensed Milk + Black Coffee
- 2 Saturation
- Speed I 10 seconds
- Nourishment 6 seconds
- Egg Coffee:
- Crafting: Black Coffee + Egg + Honey Bottle
- 1 Nutrition
- Speed I 15 seconds
- Black Coffee:
- Coffee Beans:
- Condensed Milk:
- Mobs has a chance wearing Non La.
- Non La wear by undead mobs will not lose durability in daylight.
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:BwoSkioe:4A50T0k4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BwoSkioe:4A50T0k4"
}

