Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.2.0
Release
1.2.02 years ago 36.7K
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
The Anniversary Update
- decreased growth rate of all crops
- made chili peppers only cause damage rarely instead of always, made them edible when hunger bar is full
- fixed brewing barrel sometimes using the wrong container item for modded fluid containers
- renamed brewing barrel config options to avoid having to work around an old bug
- added advancements
- added new pot variants, updated textures for existing pots
- fixed skulls and torches not being placeable on stakes
- added a Fullmetal potion effect, granted by consuming ironberries or ironberry juice
- prevents flying, walking, jumping, swimming
- prevents mounting entities, force dismount living creatures
- provides immunity to all damage except for void damage
- 100% knockback resistance
- reduced visibility
- 50% reduced attack speed
- sink faster in water, fall faster in air, plummet while elytra flying
- new visual effect for iron skin potion effect, also used for fullmetal effect
- force fancy rendering for apple leaves so their growth stage is visible
- harvesting apples from apple leaves will attempt to put the item directly in the player inventory instead of spawning the item in the world
- harvesting tomatoes and chili peppers harvests the entire column at once, and attempts to put items directly in player inventory instead of spawning the item in the world
- harvesting grapes will attempt to put the items directly in the player inventory instead of spawning the items in the world
- changed alcohol quality tooltip to show a textual descriptor as well as quality in percentage instead of raw value
- crushing tub creates particles when crushing
- rope can now be broken with pistons
- added vanta lily herb
- added recipe for adding potion and elixir effects to weapons by combining any weapon, a bottle of vanta oil, and any number of the same type of potion or elixir
- fluid bottles of drinkable fluid now say "Drinkable" in their tooltip
- added a unique texture for fluid bottles containing alcohol
- added golden apple juice
- drinking provides same upsides as eating an enchanted golden apple
- touching the fluid in world gives regeneration effect
- crushing an enchanted golden apple yields a full bucket, while a normal golden apple yields only 1/10th of a bucket
- can be evaporated to get gold dust
- added ghost peppers
- rare drop from pepper plants
- when eaten, grant Fire Power buff which makes you shoot fireballs when attacking
- increased wildberry bush furnace fuel burn time to 200 ticks (enough to smelt 1 item)
- made cloudsbluff edible while full
- made wooden stake recipe yield 3 stakes
- increased minimum duration of positive effects of cider and ale
- increased minimum and maximum duration of positive effects of mead
- increased minimum and maximum effect duration boosts from wine
- worsened the effects of low quality wine
- added new brewable drink, ambrosia, brewed from golden apple juice
- gives "Undying" effect, with duration depending on quality
- dying with effect active triggers resurrection as if by totem of undying
- removes/decreases amplifier of effect when triggered
- dying with effect active triggers resurrection as if by totem of undying
- low quality kills instantly
- low quality is extremely rare, and it is easier to increase quality
- max quality gives infinite duration
- gives "Undying" effect, with duration depending on quality
- slightly modified wall candle and candle lever models
- added candelabras with iron, gold, and silver variants
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| rustic-1.2.0-deobf.jar | Unknown | 1.55 MiB |
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:BazvISAm:qoNPXC72"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BazvISAm:qoNPXC72"
}

