Version 1.0.19b
This commit is contained in:
11
minecraft/kubejs/server_scripts/mods/ad_astra/ad_astra.js
Normal file
11
minecraft/kubejs/server_scripts/mods/ad_astra/ad_astra.js
Normal file
@@ -0,0 +1,11 @@
|
||||
ServerEvents.recipes(e=> {
|
||||
e.remove({ id: 'ad_astra:recipes/steel_ingot_from_blasting_iron_ingot'})
|
||||
|
||||
//oil is oil
|
||||
e.custom({
|
||||
type: "ad_astra:fuel_conversion",
|
||||
input: "#forge:crude_oil",
|
||||
output: "ad_astra:fuel",
|
||||
conversion_ratio: 1.0,
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user