feat: rope
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
ServerEvents.recipes(event => {
|
||||
event.remove({output:'supplementaries:rope'});
|
||||
event.shaped(
|
||||
'8x farmersdelight:rope',
|
||||
[
|
||||
' A ',
|
||||
' A ',
|
||||
' A '
|
||||
],
|
||||
{
|
||||
A: 'supplementaries:flax'
|
||||
}
|
||||
);
|
||||
});
|
||||
Reference in New Issue
Block a user