Skip to content

Commit e29c81d

Browse files
committed
added a page to describe how to clear filters in the crafting table.
1 parent 6b50e4e commit e29c81d

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

  • src/main/resources/assets/bloodmagic/patchouli_books/guide/en_us/entries/demon_will/item_routing

src/main/resources/assets/bloodmagic/patchouli_books/guide/en_us/entries/demon_will/item_routing/copying_filters.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Copying Filters",
2+
"name": "Editing Filters",
33
"icon": "minecraft:writable_book",
44
"category": "bloodmagic:demon_will/item_routing",
55
"pages":[
@@ -12,8 +12,18 @@
1212
"input1": "bloodmagic:itemrouterfilterexact{Items: [{Slot: 0b, id: \"minecraft:leather\", Count: 1b, tag: {stackSize: 1}}], \"button:blackwhitelist\": 0}",
1313
"input2": "bloodmagic:itemrouterfilterexact",
1414
"input9": "bloodmagic:itemrouterfilterexact",
15-
16-
"output": "bloodmagic:itemrouterfilterexact#3{Items: [{Slot: 0b, id: \"minecraft:leather\", Count: 1b, tag: {stackSize: 1}}], \"button:blackwhitelist\": 0}"
15+
"output": "bloodmagic:itemrouterfilterexact#3{Items: [{Slot: 0b, id: \"minecraft:leather\", Count: 1b, tag: {stackSize: 1}}], \"button:blackwhitelist\": 0}"
16+
},
17+
{
18+
"type": "patchouli:text",
19+
"text": "Similarly, if you want to clear a filter, place it in the crafting table on its own, like so."
20+
},
21+
{
22+
"type": "bloodmagic:manual_recipe",
23+
"input1": "bloodmagic:itemrouterfilterexact{Items: [{Slot: 0b, id: \"minecraft:leather\", Count: 1b, tag: {stackSize: 1}}], \"button:blackwhitelist\": 0}",
24+
"input2": "minecraft:air",
25+
"input9": "minecraft:air",
26+
"output": "bloodmagic:itemrouterfilterexact"
1727
}
1828
]
1929
}

0 commit comments

Comments
 (0)