0.0.3.3
Compatibility
Changes
Update Log:
0.0.3.3 Fabric/Quilt Update
- Be careful, there may be some problems running in Minecraft versions 1.20, 1.20.2, 1.20.3, 1.20.4.
- There may be problems with some mods and loaders sometimes.
- If you don't want to cause problems Please run in game version 1.20.1.
Version 0.0.3.2:
- Vending Machine (vending_machine.json)
- Bonsai Pot (bonsai_pot.json)
- Car Barrier (car_barrier.json)
- Seat Cushion (seat_cushion.json)
- Kotatsu Table (kotatsu_table.json)
- Square Plate (square_plate.json)
- Tea Cup (tea_cup.json)
- Chopstick (chopsticks.json)
- language th
- crafting in minecraft survival
- fix hitbox
Version 0.0.3:
- Concrete Barrier (concrete_barrier.json)
- language en, ch, jp
Version 0.0.2:
- Added Guard Rail (guard_rail.json)
- Texture Fix
- Model Fix
Version 0.0.2.1 Beta:
- Up to Fabric 1.20 - 1.20.4
- Up to 1.20.6 NeoForge
Version 0.0.3 - 1.12.2:
- Bug but still usable
Due to problems in the development of version 1.12.2, it may take some time. Please wait a while.
modid = jpp
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:dbNTzFWE:hnS8fdTL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dbNTzFWE:hnS8fdTL"
}

