Update version

This commit is contained in:
Len 2025-07-24 17:06:27 +02:00
parent 5a92832d99
commit ad3a76a3ca
2 changed files with 25 additions and 3 deletions

View 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"
}
}

View File

@ -1,7 +1,6 @@
{
"pack": {
"pack_format": 48,
"description": "Data pack for resources provided by Galaxy",
"supported_formats": {"min_inclusive": 48, "max_inclusive": 48}
"pack_format": 81,
"description": "Data pack for resources provided by Altitude",
}
}