mods: rebalance create new age, torchmaster, some of apotheosis, simplify the grist recipes another bit
This commit is contained in:
19
kubejs/server_scripts/mods/torchmaster.js
Normal file
19
kubejs/server_scripts/mods/torchmaster.js
Normal file
@ -0,0 +1,19 @@
|
||||
ServerEvents.recipes(event => {
|
||||
event.replaceInput({mod: 'torchmaster'},
|
||||
'minecraft:diamond',
|
||||
'#kubejs:grist/intelligent/improved'
|
||||
);
|
||||
event.replaceInput({mod: 'torchmaster'},
|
||||
'minecraft:glowstone_dust',
|
||||
'#kubejs:grist/intelligent/basic'
|
||||
);
|
||||
event.replaceInput({mod: 'torchmaster'},
|
||||
'minecraft:gold_ingot',
|
||||
'#kubejs:grist/build/basic'
|
||||
);
|
||||
|
||||
event.replaceInput({mod: 'torchmaster'},
|
||||
'minecraft:glowstone',
|
||||
'torchmaster:megatorch'
|
||||
);
|
||||
});
|
Reference in New Issue
Block a user