feat: rope
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
- [x] empty map: 8 paper + spyglass
|
||||
- [x] map atlases: book + compass + empty map
|
||||
- [x] iron / gold armor: use plates over ingots
|
||||
- [ ] rope: prefer farmer's rope over supplementaries
|
||||
- [ ] flax: make more ropes than straws maybe?
|
||||
- [-] rope: prefer farmer's rope over supplementaries
|
||||
- [x] flax: make more ropes than straws maybe?
|
||||
|
||||
- [x] fan, reaper use quartz -> replace shaft with, like, rose
|
||||
- [ ] haunting obsidian -> crying obsidian
|
||||
|
||||
@@ -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