Version 1.0.22

This commit is contained in:
2023-07-11 22:00:55 +00:00
parent e3d5caae1e
commit 9c58e91959
104 changed files with 4613 additions and 490 deletions

View File

@@ -8,4 +8,8 @@ ServerEvents.recipes(e=> {
G: '#forge:gears/vibranium',
R: 'minecraft:redstone'
}).id('kubejs:industrialforegoings/ore_laser_drill')
//uneeded gears
e.remove({id: 'industrialforegoing:iron_gear'})
e.remove({id: 'industrialforegoing:gold_gear'})
e.remove({id: 'industrialforegoing:diamond_gear'})
})