kfodskfos

This commit is contained in:
Kacper Kostka
2023-01-12 19:03:24 +01:00
parent 343886f6ee
commit 342c05749e
8 changed files with 42 additions and 28 deletions

View File

@@ -167,8 +167,8 @@ minetest.register_node("amogus_blocks:water", {
buildable_to = true,
drowning = 1,
liquidtype = "source",
liquid_alternative_flowing = "amogus_blocks:water_flowing",
liquid_alternative_source = "amogus_blocks:water_source",
--liquid_alternative_flowing = "amogus_blocks:water_flowing",
--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, puts_out_fire = 1},
@@ -183,9 +183,16 @@ minetest.register_node("amogus_blocks:dirt", {
--}),
})
--minetest.register_alias("mapgen_water_source", "amogus_blocks:water")
minetest.register_node("amogus_blocks:stone", {
description = "Stone",
tiles = {"s.png"},
groups = {cracky = 3, stone = 1},
--sounds = default.node_sound_stone_defaults(),
})
--add gold block and sussium ore
-- add lucky block with array of loot that can be easly edited
local loot = {
"amogus_items:amogus",
"amogus_items:sprite",
@@ -208,4 +215,6 @@ minetest.register_node("amogus_blocks:lucky_block", {
end
})
minetest.register_alias("mapgen_stone", "amogus_blocks:grass")
minetest.register_alias("mapgen_stone", "amogus_blocks:grass")
--minetest.register_alias("mapgen_water_source", "amogus_blocks:water")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 B