Skip to content

Commit a1b445b

Browse files
committed
added manual entry for copying filters (with a needlessly fancy recipe page)
1 parent 4da291c commit a1b445b

2 files changed

Lines changed: 61 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Copying Filters",
3+
"icon": "minecraft:writable_book",
4+
"category": "bloodmagic:demon_will/item_routing",
5+
"pages":[
6+
{
7+
"type": "patchouli:text",
8+
"text": "if you are configuring a large number of $(thing)filters$(), or want to expand your existing filter setups, simply place two filters into a crafting table to copy the filter in slot one onto the filter in slot two."
9+
},
10+
{
11+
"type": "bloodmagic:manual_recipe",
12+
"input1": "bloodmagic:itemrouterfilterexact{itemInventoryRoutingFilter: {Items: [{Slot: 0b, id: \"minecraft:leather\", Count: 1b, tag: {stackSize: 1}}]}, Items: [{Slot: 0b, id: \"minecraft:leather\", Count: 1b, tag: {stackSize: 1}}], \"button:blackwhitelist\": 0, leastSig: -8112316981097356963L, mostSig: 4875194384706061509L}",
13+
"input2": "bloodmagic:itemrouterfilterexact",
14+
"output": "bloodmagic:itemrouterfilterexact#2{itemInventoryRoutingFilter: {Items: [{Slot: 0b, id: \"minecraft:leather\", Count: 1b, tag: {stackSize: 1}}]}, Items: [{Slot: 0b, id: \"minecraft:leather\", Count: 1b, tag: {stackSize: 1}}], \"button:blackwhitelist\": 0, leastSig: -8112316981097356963L, mostSig: 4875194384706061509L}"
15+
}
16+
]
17+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"components": [
3+
{
4+
"type": "patchouli:image",
5+
"image": "patchouli:textures/gui/crafting.png",
6+
"x": 7,
7+
"y": 2,
8+
"u": 0,
9+
"v": 0,
10+
"texture_width": 128,
11+
"texture_height": 256,
12+
"width": 100,
13+
"height": 62
14+
},
15+
{
16+
"type": "patchouli:item",
17+
"item": "#input1#",
18+
"framed": false,
19+
"x":"12",
20+
"y":"7"
21+
},
22+
{
23+
"type": "patchouli:item",
24+
"item": "#input2#",
25+
"framed": false,
26+
"x":"31",
27+
"y":"7"
28+
},
29+
{
30+
"type": "patchouli:item",
31+
"item": "#output#",
32+
"framed": false,
33+
"x":"88",
34+
"y":"26"
35+
},
36+
{
37+
"type": "patchouli:item",
38+
"item": "minecraft:crafting_table",
39+
"framed": false,
40+
"x":"88",
41+
"y":"45"
42+
}
43+
]
44+
}

0 commit comments

Comments
 (0)