Links
Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 2 months ago
All versions
1.0.2
Release
Paper Kite Manor 1.0.2 - 1.20.12 months ago 917
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Changes
(Note: This update contains breaking changes. Please back up your saves before upgrading to avoid unexpected issues.)
Content Updates
- Added Red Velvet Chaise Lounge and Foam Box With Dirt.
- Added Jade and JEI compatibility for smeltable block foods.
- Added Paper Tiger, which can be summoned by papercutting a "Paper Fold Tiger" on a Papercutting Table.
Content Adjustments
- Smeltable block behaviors are now defined via data pack, including smelting time, required number of flips, etc.
- Sausage Mace Weapon now occupies 4 blocks of space and can be placed vertically.
- DrinkBlock now use pure BlockState and no longer require BlockEntity rendering.
- Now when you buy out all stock of an item from the Black Cat Lobby Boy, it will show an empty slot instead of "Purchasable times: 0".
- The Silky Feel buff now increases STEP_HEIGHT by 0.5, allowing players to step up one-block-high obstacles just like riding a horse.
- The Distiller now uses tags to determine wine base items.
- Wooden Barrel Bookshelves now provide twice the enchantment power of vanilla bookshelves.
- Optimized the breaking particle textures for some large-textured blocks.
- Added some missing translation keys.
Bug Fixes
- Multi-block blocks can no longer be pushed by pistons.
- Fixed the issue where two types of saplings had overly strict space requirements for growth.
- Fixed the issue where some blocks had no mining tool assigned, causing them to drop nothing when mined.
- Fixed the issue where Cashew Umbrella, Coffee Pastinaca Sativa Fruiting Stem, and Coffee Pastinaca Sativa Flowers were floating abnormally.
- Fixed the issue where Coffee Pastinaca Sativa plants were incorrectly displayed as "Wheat Seeds" by Jade.
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:ejfWbrWj:F95gGs6q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ejfWbrWj:F95gGs6q"
}

