removed water source from player creative inventory
This commit is contained in:
@@ -295,7 +295,7 @@ minetest.register_node("amogus_blocks:water_source", {
|
||||
liquid_alternative_source = "amogus_blocks:water_source",
|
||||
liquid_viscosity = 1,
|
||||
post_effect_color = {a = 103, r = 30, g = 60, b = 90},
|
||||
groups = {water = 3, liquid = 3, cools_lava = 1}
|
||||
groups = {water = 3, liquid = 3, cools_lava = 1, not_in_creative_inventory = 1},
|
||||
})
|
||||
|
||||
minetest.register_node("amogus_blocks:water_flowing", {
|
||||
|
||||
Reference in New Issue
Block a user