Tags
Creators
Details
All versions
1.1.0
Release
neoforge-urban_decor-1.21.1-1.1.08 months ago 6,634
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Wrapping It Up || v1.1.0 MC-1.21.1
Important
- RunicLib v5.0.0 is now supported and minimum version has been set to v5.0.0 (older versions are incompatible)
- Because of having to update RunicLib (and me forgetting to make a separate branch for this update), this update is releasing early which means there will be a second half to this update later on that adds more content and fleshes out features like plastic and wraps. Enjoy the other new features though!
- Huge thanks to SirPancakess for providing many sounds for this update!
Additions
- Added Polypropylene, this is a new ingredient for anything created from Plastic
- Added Polyanthous, this is a new flower in 6 different colors that can be made into Plastic or Wraps
- Cherry Polyanthous: Forest, Windswept Forest, All Jungles, Flower Forest
- Daffodil Polyanthous: Plains, Birch Forest, Old Growth Birch Forest, Savanna, Savanna Plateau, Flower Forest
- Spring Polyanthous: Old Growth Birch Forest, Dark Forest, Grove Flower Forest
- Mint Polyanthous: All Taigas, All Mountains, Flower Forest
- Azure Polyanthous: Jungle, Sparse Jungle, Snowy Taiga, Snowy Plains, Grove, Flower Forest
- Ruby Polyanthous: Cherry Grove, Flower Forest
- Added Wraps, these come in the color of the Polyanthous and can color various appliances
- Added Stainless Steel Ladder, apparently textures have existed for these, and I was never told :skull:
- Added Stainless Steel Fence
- Added Plastic Lights, come in all dye variants and are multiface blocks
- Added Plastic Desk Table, can be wrapped
- Added Plastic Chair, can be sat on, is cheap
- Added Stainless Steel Chair, can be sat on, placeable in 16 rotations
- Added Wall Clock, when clicked it will display the time and will tick with each minute and hour
- Added Grandfather Clock, when clicked it will display the time and will tick with each minute and hour
- Added Calendar, when clicked it will display the total days that have passed and the current year (increments every 365 days)
- Added new sounds for various appliance interactions
- Added various new advancements
- Added new splash texts
Changes
- Using a lead a block that can be sat on will now put the entity on the seat, right clicking with an empty hand will remove them from the seat
- Blocks that can be sat on can now only be sat on if their hand is empty and there is a non-solid block above
- Improved seat dismounting so players aren't placed under or on top of the block
- Bathtubs can now be sat in
- Showers, Sinks, and Faucets can now all be turned on and will pour water particles out
- Steel Pipes can now have up to 3 rods facing different axis'
Balance
- Steel Pipes now output x8 in its recipe rather than x2
- Air Conditioner now requires a Wind Charge instead of Packed Ice
- Radiator now requires a Blaze Rod instead of Magma Block
- Pianos can now accept both light and dark Porcelain
- Players can no longer sit on blocks while they are already sitting (rip toilet highways)
Tweaks
- Rigid Glass now has a vertically connecting texture
- Steel Pipes are now handheld item models
- Updated the textures of Light/Dark Porcelain Blocks, Light/Dark Porcelain Bricks, and all Porcelain Tiles
- Updated the textures of Light/Dark Porcelain items
- Updated the textures of a few towels; Orange, Lime, Blue, Purple, Pink, White, Gray, and Black
- Updated the textures of Satellite Dish's item and Air Conditioner's item
Translations
- Updated the name of "Toilet" entities to "Seat"
- Updated the description of the
urban_decor.advancement.rootadvancement - Updated Yapping Tooltip descriptions for Towels and Towel Blocks
Fixes
- Seats will now dismount riders when their block is broken
- Fixed an issue where sometimes seat blocks would leave behind seat entities after exiting them which caused them to be unable to be sat on
- Fixed the inability to interact with sittable appliances without sneaking
- Fixed advancements being unobtainable 1.21.1 versions
- Fixed Washing Machines not dropping their container items
- Fixed Chromite and Polished Chromite using Porcelain properties
- Fixed openable appliances still making open/close sounds when they are visually open
- Some appliances now have their own independent open/close sounds for inventory instead of all using a generic type
- Fixed a typo in the mod description
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:1bLZdx1u:RekxXBav"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1bLZdx1u:RekxXBav"
}

