mods: add some furniture, create enchantments, and the jetpack, and rewrite the dough processing line
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
ServerEvents.recipes(event => {
|
||||
event.shapeless('2x croptopia:dough', ['#forge:flour', '#forge:water_bottles']);
|
||||
event.remove({id: 'thermal:compat/farmersdelight/insolator_farmersdelight_rice'});
|
||||
event.remove({id: 'botanypots:farmersdelight/crop/rice'});
|
||||
event.remove({id: 'farmersdelight:cooking/steamed_rice'});
|
||||
|
||||
event.replaceInput({output: 'farmersdeligh:pie_crust'}, 'minecraft:wheat', '#forge:flour')
|
||||
});
|
Reference in New Issue
Block a user