1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-07-01 16:00:23 +02:00

set is_ground_content for spawner and meat blocks (thx SwissAlpS)

This commit is contained in:
tenplus1
2024-02-27 08:05:02 +00:00
parent b3b89e6dea
commit 95f3e98867
3 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@ local use_vh1 = minetest.get_modpath("visual_harm_1ndicators")
-- Global
mobs = {
mod = "redo",
version = "20240223",
version = "20240227",
translate = S,
invis = minetest.global_exists("invisibility") and invisibility or {},
node_snow = minetest.registered_aliases["mapgen_snow"]