thicken syrup

This commit is contained in:
FaceDeer
2017-03-23 16:59:42 -06:00
parent c6e49703f2
commit 808b80698b
8 changed files with 47 additions and 20 deletions

View File

@ -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},

View File

@ -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(),
})