Compare commits

...

2 Commits

Author SHA1 Message Date
6a5068deee
feat: add recipe for CA and RS 2023-07-30 15:22:46 +08:00
527d5ec15d
feat: add textures for recipe materials 2023-07-30 15:22:31 +08:00
4 changed files with 28 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 B

View File

@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "quaedam:projection_metal"
},
"result": "quaedam:causality_anchor",
"experience": 1.0,
"cookingtime": 1200
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"---",
"-.-",
"---"
],
"key": {
"-": {
"item": "quaedam:projection_metal"
},
".": {
"item": "minecraft:obsidian"
}
},
"result": {
"item": "quaedam:reality_stabler"
}
}