Skip to content

Commit

Permalink
Merge branch 'Slimefun:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
WalshyDev committed Dec 9, 2023
2 parents 85f2ca7 + d651661 commit 65c97b6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/main/resources/tags/block_placer_ignored_materials.json
Expand Up @@ -27,14 +27,17 @@
"minecraft:lily_pad",
"minecraft:dead_bush",
"minecraft:fern",
"minecraft:grass",
"minecraft:sea_pickle",
"minecraft:nether_wart",
"minecraft:seagrass",
"minecraft:tall_seagrass",
"minecraft:kelp",
"minecraft:bell",
"minecraft:lantern",
{
"id" : "minecraft:grass",
"required" : false
},
{
"id" : "minecraft:soul_lantern",
"required" : false
Expand All @@ -58,6 +61,10 @@
{
"id" : "minecraft:weeping_vines",
"required" : false
},
{
"id" : "minecraft:short_grass",
"required" : false
}
]
}

0 comments on commit 65c97b6

Please sign in to comment.