Merge branch 'mistere123.coding-master-patch-77297' into 'master'
add icon and name See merge request zughy-friends-minetest/gems!1
This commit is contained in:
commit
edeb3abc45
@ -4,6 +4,8 @@ if not minetest.get_modpath("lib_chatcmdbuilder") then
|
||||
end
|
||||
|
||||
arena_lib.register_minigame("gems_2", {
|
||||
name = "Gems (2 Team)",
|
||||
icon = "item_ruby.png",
|
||||
|
||||
prefix = "[Gems]",
|
||||
show_minimap = true,
|
||||
|
@ -9,7 +9,8 @@ end
|
||||
|
||||
|
||||
arena_lib.register_minigame("gems_4", {
|
||||
|
||||
name = "Gems (4 Team)",
|
||||
icon = "item_ruby.png",
|
||||
prefix = "[Gems]",
|
||||
show_minimap = true,
|
||||
teams = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user