ty
ty
Thanks for your example! :)
According to the changelog, "Mod creators will need to update their mods for compatibility. If you copy Repentance or AB+ mods into this folder, YOU DO SO AT YOUR OWN...
I'm happy to help with testing. However, I'm having trouble understanding how to implement the instruction to 'Create a ponder with text without using `Ponder.registry()`', so I proceeded to test...
Understood. Here is the original code I used initially: Ponder.registry(event => { event.create('kubejs:bamboo_leaves').scene('bamboo_leaves', 'Bamboo Leaves', 'kubejs:bamboo_leaves_scene', scene => { scene.showBasePlate() scene.world.setBlocks([2, 1, 2, 2, 5, 2], 'minecraft:bamboo') scene.world.modifyBlocks([2, 1, 2,...
Here it is. ` StartupEvents.registry('item', event => { event.create('kubejs:bamboo_leaves').burnTime(50) }) `