Update version
This commit is contained in:
parent
5a92832d99
commit
ad3a76a3ca
23
galaxy/data/galaxy/recipe/grass.json
Normal file
23
galaxy/data/galaxy/recipe/grass.json
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "building",
|
||||||
|
"key": {
|
||||||
|
"#": [
|
||||||
|
"minecraft:podzol",
|
||||||
|
"minecraft:coarse_dirt",
|
||||||
|
"minecraft:mycelium",
|
||||||
|
"minecraft:rooted_dirt",
|
||||||
|
"minecraft:dirt"
|
||||||
|
],
|
||||||
|
"S": "minecraft:wheat_seeds"
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
" S ",
|
||||||
|
"S#S",
|
||||||
|
" S "
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"id": "minecraft:grass_block"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"pack_format": 48,
|
"pack_format": 81,
|
||||||
"description": "Data pack for resources provided by Galaxy",
|
"description": "Data pack for resources provided by Altitude",
|
||||||
"supported_formats": {"min_inclusive": 48, "max_inclusive": 48}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user