mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-07-15 23:00:30 +02:00
remove fallback node from inventory and update version
This commit is contained in:
2
api.lua
2
api.lua
@ -21,7 +21,7 @@ end
|
||||
-- Global
|
||||
mobs = {
|
||||
mod = "redo",
|
||||
version = "20240629",
|
||||
version = "20240701",
|
||||
translate = S,
|
||||
invis = minetest.global_exists("invisibility") and invisibility or {},
|
||||
node_snow = has(minetest.registered_aliases["mapgen_snow"])
|
||||
|
2
init.lua
2
init.lua
@ -12,7 +12,7 @@ minetest.register_node("mobs:fallback_node", {
|
||||
description = "Fallback Node",
|
||||
tiles = {"mobs_fallback.png"},
|
||||
is_ground_content = false,
|
||||
groups = {handy = 1, crumbly = 3},
|
||||
groups = {handy = 1, crumbly = 3, not_in_creative_inventory = 1},
|
||||
drop = ""
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user