add some old adjustments
This commit is contained in:
parent
7d6b900e97
commit
77af386afa
1
capturetheflag
Symbolic link
1
capturetheflag
Symbolic link
@ -0,0 +1 @@
|
||||
/home/illuna/games/capturetheflag
|
@ -1,15 +1,11 @@
|
||||
give_initial_stuff = true
|
||||
enable_pvp = true
|
||||
fixed_map_seed = 13389864206935783704
|
||||
mg_name = v7
|
||||
mg_flags = nocaves,nodungeons,light,decorations
|
||||
map_generation_limit = 160
|
||||
vote.kick_vote = false
|
||||
barrier = 106
|
||||
barrier = 20000
|
||||
regen_interval = 10
|
||||
regen_amount = 1
|
||||
random_messages_interval = 60
|
||||
water_level = 38
|
||||
random_messages_interval = 6000
|
||||
|
||||
#
|
||||
# CTF_PVP_ENGINE
|
||||
@ -27,7 +23,7 @@ ctf.flag.alerts = true
|
||||
|
||||
ctf.allocate_mode = 3
|
||||
ctf.diplomacy = false
|
||||
ctf.players_can_change_team = false
|
||||
ctf.players_can_change_team = true
|
||||
ctf.node_ownership = false
|
||||
ctf.friendly_fire = false
|
||||
ctf.autoalloc_on_joinplayer = true
|
||||
@ -36,11 +32,12 @@ ctf.match = true
|
||||
ctf.match.teams = 2
|
||||
ctf.match.team.1 = red
|
||||
ctf.match.team.1.color = red
|
||||
ctf.match.team.1.pos = 7,65,93
|
||||
ctf.match.team.2 = blue
|
||||
ctf.match.team.2.color = blue
|
||||
ctf.match.team.2.pos = -22,66,-78
|
||||
ctf.match.build_time = 240
|
||||
ctf.match.team.1.pos = 19045,28,19898
|
||||
ctf.match.team.2.pos = 18972,23,20153
|
||||
|
||||
ctf.match.build_time = 0
|
||||
ctf.match.clear_inv = true
|
||||
ctf.match.destroy_team = true
|
||||
ctf.match.reset_on_winner = true
|
||||
|
1
mods/craftguide
Submodule
1
mods/craftguide
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 86a96c31ad2af8bdc68c6b499d4849cd56aa80db
|
@ -32,8 +32,8 @@ local register_plant = function(a, b, c, d, e, f, g, h, i, j, k)
|
||||
end
|
||||
end
|
||||
|
||||
register_plant("wild_daffodil", "Wild Daffodil", {"wild_daffodil.png"}, nil, nil, nil, 4, nil, nil, 1)-- forest (many, nearby itself), grassland (less)
|
||||
register_plant("woodland_pinkroot", "Woodland Pinkroot", {"woodland_pinkroot.png"}, nil, nil, nil, 4, nil, nil, 1)-- forest, redwood forest? forestborders
|
||||
register_plant("wild_daffodil", "Wild Daffodil", {"wild_daffodil.png"}, nil, nil, nil, 4, nil, nil, 0)-- forest (many, nearby itself), grassland (less)
|
||||
register_plant("woodland_pinkroot", "Woodland Pinkroot", {"woodland_pinkroot.png"}, nil, nil, nil, 4, nil, nil, 0)-- forest, redwood forest? forestborders
|
||||
|
||||
local dirts = {
|
||||
"Mesa", "Fiery"
|
||||
@ -101,7 +101,7 @@ minetest.register_node(":ethereal:fern", {
|
||||
wield_image = "fern.png",
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
waving = 1,
|
||||
waving = 0,
|
||||
walkable = false,
|
||||
buildable_to = true,
|
||||
light_source = 4,
|
||||
@ -129,7 +129,7 @@ minetest.register_craftitem(":ethereal:fern_tubers", {
|
||||
|
||||
minetest.register_node(":ethereal:redwood_leaves", {
|
||||
description = "Redwood Leaves",
|
||||
drawtype = "plantlike",
|
||||
drawtype = "allfaces_optional",
|
||||
visual_scale = 1.4,
|
||||
tiles = {"redwood_leaves.png"},
|
||||
inventory_image = "redwood_leaves.png",
|
||||
@ -137,7 +137,7 @@ minetest.register_node(":ethereal:redwood_leaves", {
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
climbable = true,
|
||||
waving = 1,
|
||||
waving = 0,
|
||||
groups = {snappy = 3, leafdecay = 3, leaves = 1, flammable = 2},
|
||||
drop = {
|
||||
max_items = 1,
|
||||
@ -152,8 +152,8 @@ minetest.register_node(":ethereal:redwood_leaves", {
|
||||
|
||||
minetest.register_node(":illuna_ethereal:douglasie_leaves", {
|
||||
description = "Douglasie Leaves",
|
||||
drawtype = "plantlike",
|
||||
waving = 1,
|
||||
drawtype = "allfaces_optional",
|
||||
waving = 0,
|
||||
visual_scale = 1.3,
|
||||
climbable = true,
|
||||
walkable = false,
|
||||
|
1
mods/irc
1
mods/irc
@ -1 +0,0 @@
|
||||
Subproject commit d4724a8090f3bf5d4ebeccb848af9af17a252d5d
|
1
mods/minetest-matrix
Submodule
1
mods/minetest-matrix
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 0b0535dff57f25c9430f9161cc972dcc41091561
|
Loading…
Reference in New Issue
Block a user