1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

updated climbing pickaxe

adding the new 1.18 and 1.19 blocks into climbing pick surfaces, as new blcoks generate in the world
This commit is contained in:
Ritwik-main 2023-02-23 12:34:03 +05:30
parent d87b508e27
commit eb1bdc464c
2 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,11 @@
"#slimefun:terracotta",
"#slimefun:stone_variants",
"minecraft:netherrack",
"minecraft:calcite",
"minecraft:deepslate",
"minecraft:dripstone_block",
"minecraft:smooth_basalt",
"minecraft:tuff",
{
"id" : "minecraft:blackstone",
"required" : false

View File

@ -2,6 +2,9 @@
"values" : [
"#slimefun:concrete_powders",
"#minecraft:sand",
"minecraft:gravel"
"minecraft:gravel",
"minecraft:gravel",
"minecraft:skulk",
"minecraft:clay"
]
}