kfodskfos
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user