lots of changes, I lsot track

This commit is contained in:
2025-05-24 19:19:55 +02:00
parent b092ef3170
commit 3fab0664bc
58 changed files with 1235 additions and 1196 deletions
config
defaultconfigs
index.toml
kubejs
mods
pack.toml

@ -29,6 +29,17 @@ ServerEvents.recipes(event => {
'#kubejs:grist/intelligent/basic'
);
// Gate the mixer behind aluminum
event.replaceInput({output: 'create:whisk'},
'#forge:plates/iron',
'#forge:plates/aluminum'
);
event.replaceInput({output: 'create:propeller'},
'#forge:plates/iron',
'#forge:plates/invar'
);
// Allow certus quartz to be used for rose quartz
event.replaceInput({output: 'create:rose_quartz'},
'minecraft:quartz',