feat: add recipe for CA and RS
This commit is contained in:
parent
527d5ec15d
commit
6a5068deee
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:blasting",
|
||||||
|
"ingredient": {
|
||||||
|
"item": "quaedam:projection_metal"
|
||||||
|
},
|
||||||
|
"result": "quaedam:causality_anchor",
|
||||||
|
"experience": 1.0,
|
||||||
|
"cookingtime": 1200
|
||||||
|
}
|
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"pattern": [
|
||||||
|
"---",
|
||||||
|
"-.-",
|
||||||
|
"---"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"-": {
|
||||||
|
"item": "quaedam:projection_metal"
|
||||||
|
},
|
||||||
|
".": {
|
||||||
|
"item": "minecraft:obsidian"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "quaedam:reality_stabler"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user