Skip to content

Commit

Permalink
feat(ae2): disable recycling spatial anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
TurnrDev committed Feb 15, 2024
1 parent 9289098 commit 3f481c9
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/ae2/recipes/network/blocks/spatial_anchor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:bedrock"
}
],
"result": {
"item": "minecraft:bedrock"
}
}
37 changes: 37 additions & 0 deletions data/brassburg/recipes/crushing/spatial_anchor_recycle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "ae2:spatial_anchor"
}
],
"processingTime": 350,
"results": [
{
"count": 12,
"item": "ae2:quartz_glass"
},
{
"count": 8,
"item": "ae2:fluix_glass_cable"
},
{
"count": 6,
"item": "ae2:fluix_dust"
},
{
"count": 3,
"item": "ae2:fluix_crystal"
},
{
"count": 2,
"item": "minecraft:iron_ingot"
},
{
"item": "ae2:spatial_cell_component_128"
},
{
"item": "ae2:engineering_processor"
}
]
}

0 comments on commit 3f481c9

Please sign in to comment.