feat: rope

This commit is contained in:
2025-11-30 13:07:11 +08:00
parent 5b9a34a4d4
commit 7737fc5200
2 changed files with 16 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
ServerEvents.recipes(event => {
event.remove({output:'supplementaries:rope'});
event.shaped(
'8x farmersdelight:rope',
[
' A ',
' A ',
' A '
],
{
A: 'supplementaries:flax'
}
);
});