Add recipe
This commit is contained in:
parent
e5bdff9721
commit
8c83b2aaf3
2 changed files with 19 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ minecraft_version=1.21.8
|
|||
yarn_mappings=1.21.8+build.1
|
||||
loader_version=0.17.2
|
||||
# Mod Properties
|
||||
mod_version=0.1
|
||||
mod_version=0.2
|
||||
maven_group=ovh.sad
|
||||
archives_base_name=growglobe
|
||||
# Dependencies
|
||||
|
|
|
|||
18
src/main/resources/data/growglobe/recipe/growglobe.json
Normal file
18
src/main/resources/data/growglobe/recipe/growglobe.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#R#",
|
||||
"RDR",
|
||||
"OOO"
|
||||
],
|
||||
"key": {
|
||||
"#": "minecraft:glass",
|
||||
"R": "minecraft:redstone",
|
||||
"D": "minecraft:dirt",
|
||||
"O": "minecraft:obsidian"
|
||||
},
|
||||
"result": {
|
||||
"id": "growglobe:growglobe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue