All versions
3.2.0
Release
All Tutta's Needs 3.2.03 weeks ago 1,262
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
General:
- Changes:
- Split the config into startup, client and common files.
- Reorganized all texture paths. Resource packs using the old paths will need to update them.
- Fixes:
- Fixed generated recipes, tags and loot referencing disabled or missing compatibility content.
Tutta's Doors:
- Changes:
- Transit and Pet Doors now handle entity contact more efficiently.
Tutta's Beds:
- Changes:
- Added optional standalone blanket items for every color. They are disabled by default because they are still being tested.
- Blanket items can be placed directly on beds, exchanged for another blanket and combined with a bare bed in crafting.
- The blanket items still have no recipes of their own.
- Beds can now exchange mattresses. You get the old bare mattress back, but any cover it had is lost forever. Sorry not sorry.
- Basic covers can now replace other basic covers. Covers are disposable, so the old one is not returned.
- Covered beds and mattresses drop their bare version unless broken with Silk Touch.
- Blanketed beds return their specific blanket item when it exists. Otherwise they drop as the complete bed.
- Added support for multiple items applying the same basic cover.
- Added configurable bed tiers for special beds from other mods.
- Bed tiers can now have multiple wake-up effects and decide whether nearby monsters matter.
- Bed tooltips and sleep duration now follow the server's settings instead of the client's local common config.
- Removed the old Optimized Block Entities workaround because my beds no longer use unnecessary bed block entities.
- Fixes:
- Fixed beds disappearing when applying covers or blankets, or when combining mattresses with Bed Frames.
- Fixed beds being replaceable while someone was sleeping in them. They now use Minecraft's normal occupied-bed message.
- Fixed leather and wool being accepted as blanket items when right-clicking a bed.
- Fixed ambiguous cover and blanket ingredients silently choosing whichever result they felt like.
- Fixed mismatched bed halves accepting each other after external block changes.
- Fixed connected and bunk bed hitboxes.
- Fixed respawning from bunk beds made with Bed Frames.
- Fixed excluded bed tiers still affecting gameplay and tooltips.
- Fixed Tutta beds being registered incompletely as villager homes.
- Fixed very long wake-up effects eventually exploding into math nonsense.
Tutta's Delights:
- Changes:
- Configurable cheese recipes now follow the server's settings instead of the client's local common config.
- Slime Cubes now replace slime ball drops 25% of the time instead of always.
Compatibility:
- Updated compatibility requirements for Malum, My Nether's Delight, No Man's Land, Spawn, Vanilla Backport, Miner's Delight and Brewin' and Chewin'.
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:XVZogNXg:pfFcB8h0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XVZogNXg:pfFcB8h0"
}

