diff --git a/galaxy/data/galaxy/recipe/grass.json b/galaxy/data/galaxy/recipe/grass.json new file mode 100644 index 0000000..f6f40ab --- /dev/null +++ b/galaxy/data/galaxy/recipe/grass.json @@ -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" + } +} diff --git a/galaxy/pack.mcmeta b/galaxy/pack.mcmeta index 1ac4586..ba2fb04 100755 --- a/galaxy/pack.mcmeta +++ b/galaxy/pack.mcmeta @@ -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", } }