ответвлено от mtcontrib/bitchange
Сравнить коммиты
5 Коммитов
07af87559e
...
849f8f8cd7
| Автор | SHA1 | Дата | |
|---|---|---|---|
| 849f8f8cd7 | |||
| f8441dad81 | |||
|
|
733ce6f46a | ||
| 7cf127aa9d | |||
| 498dadfee6 |
@@ -1,6 +0,0 @@
|
||||
default
|
||||
pipeworks?
|
||||
quartz?
|
||||
technic_worldgen?
|
||||
wrench?
|
||||
maptools?
|
||||
2
init.lua
2
init.lua
@@ -38,7 +38,7 @@ if bitchange.enable_donationbox then
|
||||
dofile(bitchange.mod_path.."/donationbox.lua")
|
||||
end
|
||||
|
||||
if not minetest.setting_getbool("creative_mode") and bitchange.initial_give > 0 then
|
||||
if not minetest.settings:get_bool("creative_mode") and bitchange.initial_give > 0 then
|
||||
-- Giving initial money
|
||||
minetest.register_on_newplayer(function(player)
|
||||
player:get_inventory():add_item("main", "bitchange:mineninth "..bitchange.initial_give)
|
||||
|
||||
6
mod.conf
6
mod.conf
@@ -1 +1,5 @@
|
||||
name = bitchange
|
||||
name = bitchange
|
||||
title = Bitchange
|
||||
description = This mod adds the currency "MineCoin" to your Minetest world.
|
||||
depends = default
|
||||
optional_depends = pipeworks,quartz,technic_worldgen,wrench,maptools
|
||||
|
||||
Ссылка в новой задаче
Block a user