feat: emi, healingcamp
This commit is contained in:
@@ -1,16 +1,10 @@
|
||||
ServerEvents.recipes(event => {
|
||||
event.remove({output:'supplementaries:rope'});
|
||||
event.shaped(
|
||||
'8x farmersdelight:rope',
|
||||
[
|
||||
' A ',
|
||||
' A ',
|
||||
' A '
|
||||
],
|
||||
{
|
||||
A: 'supplementaries:flax'
|
||||
}
|
||||
);
|
||||
event.replaceInput({input: 'supplementaries:flax'},
|
||||
'supplementaries:flax',
|
||||
'farmersdelight:straw'
|
||||
);
|
||||
|
||||
event.shapeless('farmersdelight:straw', 'supplementaries:flax');
|
||||
|
||||
event.remove({output:'spelunkery:depth_gauge'});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user