mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-19 00:40:26 +02:00
thicken syrup
This commit is contained in:
@ -71,7 +71,7 @@ minetest.register_craftitem("dfcaverns:cave_flour", {
|
||||
})
|
||||
|
||||
minetest.register_craftitem("dfcaverns:cave_bread", {
|
||||
description = S("Cave Wheat Bread"),
|
||||
description = S("Dwarven Bread"),
|
||||
inventory_image = "dfcaverns_bread.png",
|
||||
on_use = minetest.item_eat(5),
|
||||
groups = {flammable = 2},
|
||||
|
@ -112,7 +112,7 @@ if minetest.get_modpath("bucket") then
|
||||
backface_culling = false,
|
||||
},
|
||||
},
|
||||
alpha = 160,
|
||||
alpha = 204,
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
pointable = false,
|
||||
@ -127,7 +127,7 @@ if minetest.get_modpath("bucket") then
|
||||
liquid_viscosity = 7,
|
||||
liquid_renewable = false,
|
||||
liquid_range = 2,
|
||||
post_effect_color = {a = 191, r = 179, g = 131, b = 88},
|
||||
post_effect_color = {a = 204, r = 179, g = 131, b = 88},
|
||||
groups = {liquid = 3, flammable = 2},
|
||||
sounds = default.node_sound_water_defaults(),
|
||||
})
|
||||
@ -158,7 +158,7 @@ if minetest.get_modpath("bucket") then
|
||||
},
|
||||
},
|
||||
},
|
||||
alpha = 160,
|
||||
alpha = 204,
|
||||
paramtype = "light",
|
||||
paramtype2 = "flowingliquid",
|
||||
walkable = false,
|
||||
@ -174,7 +174,7 @@ if minetest.get_modpath("bucket") then
|
||||
liquid_viscosity = 7,
|
||||
liquid_renewable = false,
|
||||
liquid_range = 2,
|
||||
post_effect_color = {a = 191, r = 179, g = 131, b = 88},
|
||||
post_effect_color = {a = 204, r = 179, g = 131, b = 88},
|
||||
groups = {liquid = 3, flammable = 2, not_in_creative_inventory = 1},
|
||||
sounds = default.node_sound_water_defaults(),
|
||||
})
|
||||
|
Reference in New Issue
Block a user