Make honey and cushion block visible in Creative
This commit is contained in:
parent
7cfac351a6
commit
4082115ae3
@ -159,7 +159,6 @@ minetest.register_craftitem("xdecor:honey", {
|
|||||||
food_honey = 1,
|
food_honey = 1,
|
||||||
food_sugar = 1,
|
food_sugar = 1,
|
||||||
flammable = 2,
|
flammable = 2,
|
||||||
not_in_creative_inventory = 1,
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -295,7 +295,7 @@ xdecor.register("cushion", {
|
|||||||
xdecor.register("cushion_block", {
|
xdecor.register("cushion_block", {
|
||||||
description = S("Cushion Block"),
|
description = S("Cushion Block"),
|
||||||
tiles = {"xdecor_cushion.png"},
|
tiles = {"xdecor_cushion.png"},
|
||||||
groups = {snappy = 3, flammable = 3, fall_damage_add_percent = -75, not_in_creative_inventory = 1}
|
groups = {snappy = 3, flammable = 3, fall_damage_add_percent = -75},
|
||||||
})
|
})
|
||||||
|
|
||||||
local function door_access(name)
|
local function door_access(name)
|
||||||
|
Loading…
Reference in New Issue
Block a user