Compare commits

..

2 Commits

Author SHA1 Message Date
Harvey_Husky f3cee3baef support 1.20.2 2023-10-01 03:55:00 +08:00
Harvey_Husky 63efa94335 补充缺失的去皮原木标签 2023-09-03 20:54:47 +08:00
2 changed files with 8 additions and 2 deletions
+3 -1
View File
@@ -18,6 +18,8 @@
"minecraft:stripped_warped_hyphae", "minecraft:stripped_warped_hyphae",
"minecraft:stripped_warped_stem", "minecraft:stripped_warped_stem",
"minecraft:stripped_cherry_log", "minecraft:stripped_cherry_log",
"minecraft:stripped_cherry_wood" "minecraft:stripped_cherry_wood",
"minecraft:stripped_mangrove_log",
"minecraft:stripped_mangrove_wood"
] ]
} }
+5 -1
View File
@@ -1,6 +1,10 @@
{ {
"pack": { "pack": {
"description": "FZ Survival Datapack 3.1 | Author: Harvey_Husky", "description": "FZ Survival Datapack 3.1 | Author: Harvey_Husky",
"pack_format": 15 "pack_format": 15,
"supported_formats": {
"minx_inclusive": 15,
"max_inclusive": 18
}
} }
} }