Fixed a Bug for the endscene for centrifuge in ponder with create v6.0.6
Added 3 more languages
Added the possibility to add .modifyResult() in the KubeJS Plugin to Hammering Recipes
Example code for this:
e.recipes.vintage
.hammering(Item.of("minecraft:netherite_pickaxe"), [
Item.of("minecraft:netherite_pickaxe", "{Damage: 2030}").weakNBT(),
Item.of("minecraft:netherite_ingot")
])
.hammerBlows(1).modifyResult(Item.of("minecraft:netherite_pickaxe", "{Damage:1}"));
Fix a Crash with Create v 6.0.6 in combination while using the Centrifuge with Fluid Buckets (Left Click on it)
Fix missing Ponder Scenes
Fix rare crash and improved some logic
Fixed Versionsrange Fixed KubeJS Integration