1.0.2+mod
Compatibility
Changes
NEW:
-
Added 3 new crafts: Salmon bucket, tropical fish bucket, pufferfish bucket
-
Added more 8 crafts recipes: all variant saplings (7) in furnace to dead bush, in craft recipe: dead bush to 3 sticks.
-
Added a new function (util for creative mode players): IF PLAYER IS IN CREATIVE, KILL ANY MOB IN A ONE HIT.
-
Added a new function (util for survival/creative mode players): Added a timer counter to item if dropped to count the time to despawn the item (default value only)
-
Added a new function (util for survival mode players): Added a function that pick the lava/water/powder snow in cauldron with a bucket empty just drop one bucket in top of the cauldron.
-
Added a new Add-on: Item Frame Color (by Kikipunk and Daminator4113)
-
New Texture to 'Stop Mobs' Item '128x128' (to make sense the blue dye in the craft recipe)
-
New Texture to 'Sticky Shears' Item '128x128' (better design)
-
New Texture to 'Key' Item '128x128' (better design)
-
New Texture to 'Time Lapse' Item '128x128' (better design)
-
Added a function to delete the "Book of Knowledge" if it is dropped instead of going to the user's inventory(duplication book bug), if the player is a troll and tries to cheat the recipes.
-
Added a custom craft recipe to 'Stop Mobs' Item (drop a one diamond,clock and a blue dye in top of a crafting_table)
-
Added a custom craft recipe to 'Barrel Key' Item (drop a one gold ingot, gold nugget and string in top of a anvil)
-
Implemented a function that uninstall the Datapack. (Update #2: the uninstall function now remove all custom items if are in your inventory or in another player inventory.) (request by me lol)
-
Implemented a function for "test" for users and operators. (maat:special/noreia) credits to "Odou" for the code.
-
Implemented a function that add arm to the armor stand if you drop 2 sticks in armor stand.
-
Implemented a function: if the player die, drops her head. (util)
-
Implemented a function: if any mob die, drops her head (0.05% - 0.5% - 1.0% chance). (util in tests) [Added: Giant Zombie(variant), Tadpole, Frog, Iron Golem, Warden, Allay, Goat, Breeze and all others.] credits to: Misode.github.io for the original loot_tables codes.
-
Implemented a new item: 'Master Spell Book' (open the book to see the spells)
- New Texture to 'Master Spell Book' 128x128
- Added a custom Craft Recipe to Book. (drop a enchanted book(with any enchantment), feather and a writable book on top of the enchanting table)
-
Implemented a new item: 'ADM Book' (open the book to see the commands, left-click in the command to work)
- New Texture to 'ADM Book' 128x128
- Added a custom Craft Recipe to Book. (drop a debug stick, feather and a writable book on top of the enchanting table)
-
Implemented a new item: 'Armor Stand Manipulation Book' (open the book to use the Commands, left-click in the command to work)
- New Texture to 'Armor Stand Manipulation Book' 128x128
- Added a custom Craft Recipe to Book. (drop a armor stand, feather and a writable book on top of the enchanting table)
-
Implemented a new item: 'Teleport Book (for OP only)' (open the book to use the Commands, left-click in the command to work)
- New Texture to 'Teleport Book' 128x128
- Added a custom Craft Recipe to Book. (drop a ender pearl, feather and a writable book on top of the enchanting table)
-
Implemented a new Item: 'Book of Cursed Skulls' (by: the old man at the dungeon)
- New Texture to 'Book of Cursed Skulls' 128x128
- Added a custom craft recipe to Book. (drop a wither skeleton skull, writable book and a skeleton skull on top of the enchanting table)
-
Implemented a new Item: 'Book of Effects'
- New texture to 'Book of Effects' 128x128
- Added a custom craft recipe to Book. (drop a potion, writable book and a fermented spider eye on top of the enchanting table)
-
Implemented a new Item: 'Jumpscare Book' (by: FireHaveADlore)
- New texture to 'Jumpscare Book' 128x128
- Added a custom craft recipe to Book. (drop a ender eye, writable book and a prismarine shard on top of the enchanting table)
-
Implemented a new Item: 'Killing Book'
- New texture to 'Killing Book' 128x128
- Added a custom craft recipe to Book. (drop a nether star, writable book and a feather on top of the enchanting table)
-
Implemented a new Item: 'RAINBOW FIREWORK'
- No Texture.
- Added a custom craft recipe to Rainbow Firework. (drop a firework rocket, red dye and a purple dye on top of the crafting table)
-
Implemented a new Item: 'Compass Day/Time Counter'
- New texture to 'Compass Counter' 128x128
- Added a custom craft recipe to Compass Counter. (drop a clock, compass and a black dye on top of the crafting table)
CHANGES:
- Changes in all custom spawn eggs added in the datapack.
- 'Sticky Shears' Item behavior. (fixes in damaged item)
- 'Sticky Shears' Damage on mainhand: 1 -> 5
- 'Stop Mobs' Balanced: 3s -> 2s (segunds for the effect dissipe after remove the item from main hand)
- Custom Craft Recipes: Colors of the craft recipe particles, when completed. (to make sense)
- Changes in the 'Key' behavior. (changed item data, you need to re-craft to work now.)
- Changes in Datapack: pack.mcmeta (added more formats support and a better description.)
- Compass Day/Time Counter (fixed for multiplayer, thanks to my gf for help me in the tests)
- Master Spell Book (fixed some commands, feedback by: my gf)
- Ultimate Spell Book (fixed some commands, feedback by: my gf)
- Killing Book (fixed some commands dont working, tests my me)
REMOVED:
- The Rainbow Firework custom Texture.
- Some folders in datapack.
- Some functions dont working correctly.
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:NX3oDQT8:rqUR2dzd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NX3oDQT8:rqUR2dzd"
}

