removed water source from player creative inventory

This commit is contained in:
2023-02-04 21:23:55 +01:00
parent 5df7c4dc59
commit a601906435
2 changed files with 12 additions and 4 deletions

View File

@@ -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", {