feat: emi, healingcamp

This commit is contained in:
2025-12-08 22:58:06 +08:00
parent 4c8fd5fc14
commit fadf2b223a
3 changed files with 498 additions and 14 deletions
+6 -12
View File
@@ -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'});