Patched molten vents + switch to openloader + default keybinds + book fixes + include less jars + kubejs stuff + incontrol

This commit is contained in:
2026-02-12 23:45:58 -07:00
parent 0ddde038f5
commit b9d731fe76
1800 changed files with 5235 additions and 4685 deletions

View File

@@ -0,0 +1,11 @@
StartupEvents.registry('item', event => {
event.create('create:crushed_raw_gadolinite')
// event.create('create:crushed_raw_brookite')
// .texture('yttr:item/') // This texture would be located at kubejs/assets/mobbo/textures/item/lava.png
// // You can chain builder methods as much as you like
// event.create('test_item_2').maxStackSize(16).glow(true)
// // You can specify item type as 2nd argument in create(), some types have different available methods
// event.create('custom_sword', 'sword').tier('diamond').attackDamageBaseline(10)
})