Version 1.0.19b
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
ServerEvents.recipes(event => {
|
||||
event.custom({
|
||||
"type": "industrialforegoing:fluid_extractor",
|
||||
"input": {
|
||||
"item": "integrateddynamics:menril_log"
|
||||
},
|
||||
"result": "integrateddynamics:menril_log_stripped",
|
||||
"breakChance": 0.010,
|
||||
"output": "{FluidName:\"integrateddynamics:menril_resin\",Amount:2}",
|
||||
"defaultRecipe": false
|
||||
}).id('kubejs:industrialforegoing/fluid_extractor/menril')
|
||||
})
|
||||
@@ -0,0 +1,11 @@
|
||||
ServerEvents.recipes(e=> {
|
||||
e.remove({id: 'industrialforegoing:ore_laser_base'})
|
||||
e.shaped('industrialforegoing:ore_laser_base', ['PTP','OFO','GRG'],{
|
||||
P: 'industrialforegoing:plastic',
|
||||
T: 'allthemodium:allthemodium_pickaxe',
|
||||
O: '#forge:ores/iron',
|
||||
F: 'industrialforegoing:machine_frame_advanced',
|
||||
G: '#forge:gears/vibranium',
|
||||
R: 'minecraft:redstone'
|
||||
}).id('kubejs:industrialforegoings/ore_laser_drill')
|
||||
})
|
||||
Reference in New Issue
Block a user