Updated points_0gb_us.
The three new ores in common are now supported. In addition, auto-support for other ore defining plugins has been dropped. If support is needed, ore-defining plugins can soft depend on points_0gb_us from now on, instead of the other way around.
This commit is contained in:
parent
a2c3d44661
commit
33aab4c07b
@ -21,7 +21,7 @@ Copyright (C) 2012-2013 0gb.us, Richard Palmer <0gb.us@0gb.us>
|
||||
|
||||
--==-- 0gb.us_game --==--
|
||||
|
||||
This is the game directory used on the 0gb.us:30000 server. It is not meant to be the perfect game. There are so many things I would love to see in Minetest, but most of them will not be implemented here. This game's goal is to provide an environment where users hold enough power that administrators and moderators are not necessary, while not deviating from minetest_game too much. Specifically, no new nodes may be defined, now alterations to the number of each node available may be modified, and any entities defined must have little effect on the game itself as well as have a built-in self-destruct mechanism, to prevent most of them from being saved to the SQLite file. As of Minetest 0.4.6, all nodes must be defined in common, but in rare cases, may be redefined.
|
||||
This is the game directory used on the 0gb.us:30000 server. It is not meant to be the perfect game. There are so many things I would love to see in Minetest, but most of them will not be implemented here. This game's goal is to provide an environment where users hold enough power that administrators and moderators are not necessary, while not deviating from minetest_game too much. Specifically, no new nodes may be defined, no alterations to the number of each node available may be modified, and any entities defined must have little effect on the game itself as well as have a built-in self-destruct mechanism, to prevent most of them from being saved to the SQLite file. As of Minetest 0.4.6, all nodes must be defined in common, but in rare cases, may be redefined.
|
||||
|
||||
Some administrative tools ARE included. While the goal involves setting things up to not REQUIRE a staff, as staff does tend to make things better. Any administrative tools defined must not give the staff new capabilities. Rather, these tools provide a faster way to do what they could have already been able to do without said tools.
|
||||
|
||||
@ -29,7 +29,7 @@ As stated above, this is the game used at 0gb.us:30000. I reserve the right to d
|
||||
|
||||
--==-- Usability fixes: --==--
|
||||
|
||||
Usability fixes may also be added to this game, provided they adhere to the basic rules imposed by this game's development. In addition, the following plugins from minetest_game are not included:
|
||||
Usability fixes may also be added to this game, provided they adhere to the basic rules imposed by this game's development. In addition, the following plugins from common are not included:
|
||||
|
||||
* wool and dye: These two shouldn't even be in minetest_game anyway, as there is no way to obtain them. New players type "/mods", see wool, and say "Wool is installed. How do I get it?". All these two do by default is cause confusion.
|
||||
* creative: While it makes sense to have creative in minetest_game, there was no point in including it on my non-creative server.
|
||||
|
@ -3,56 +3,9 @@ minetest.after(1, function()
|
||||
"default:stone_with_coal",
|
||||
"default:stone_with_iron",
|
||||
"default:stone_with_mese",
|
||||
"gemstones:ruby_in_ground",
|
||||
"gemstones:diamond_in_ground",
|
||||
"gemstones:sapphire_in_ground",
|
||||
"orichalcum:orichalcum_ore",
|
||||
"titanium:titanium_in_ground",
|
||||
"moreores:mineral_copper",
|
||||
"moreores:mineral_tin",
|
||||
"moreores:mineral_silver",
|
||||
"moreores:mineral_gold",
|
||||
"moreores:mineral_mithril",
|
||||
"technic:mineral_diamond",
|
||||
"technic:mineral_uranium",
|
||||
"technic:mineral_chromium",
|
||||
"technic:mineral_zinc",
|
||||
"glooptest:mineral_kalite",
|
||||
"glooptest:mineral_alatro",
|
||||
"glooptest:mineral_talinite",
|
||||
"glooptest:mineral_akalin",
|
||||
"glooptest:mineral_arol",
|
||||
"glooptest:mineral_desert_iron",
|
||||
"glooptest:mineral_desert_coal",
|
||||
"unuke:uranium",
|
||||
"uranium:uranium_ore",
|
||||
"gloopores:mineral_alatro",
|
||||
"gloopores:mineral_kalite",
|
||||
"gloopores:mineral_arol",
|
||||
"gloopores:mineral_talinite",
|
||||
"gloopores:mineral_akalin",
|
||||
"gloopores:mineral_desert_coal",
|
||||
"gloopores:mineral_desert_iron",
|
||||
"gems:ruby_ore",
|
||||
"gems:emerald_ore",
|
||||
"diamonds:diamond_in_ground",
|
||||
"gems:mineral_garnet",
|
||||
"gems:mineral_aquamarine",
|
||||
"gems:mineral_topaz",
|
||||
"gems:mineral_diamond",
|
||||
"gems:mineral_opal",
|
||||
"blox:glowore",
|
||||
"birthstones:alexandriteore",
|
||||
"birthstones:amethystore",
|
||||
"birthstones:aquamarineore",
|
||||
"birthstones:diamondore",
|
||||
"birthstones:emeraldore",
|
||||
"birthstones:garnetore",
|
||||
"birthstones:peridotore",
|
||||
"birthstones:rubyore",
|
||||
"birthstones:sapphireore",
|
||||
"birthstones:topazore",
|
||||
"birthstones:zirconore",
|
||||
"default:stone_with_gold",
|
||||
"default:stone_with_diamond",
|
||||
"default:stone_with_copper",
|
||||
}) do
|
||||
if minetest.registered_nodes[ore] then
|
||||
points_0gb_us.register_ore(ore)
|
||||
|
@ -1,20 +0,0 @@
|
||||
* default
|
||||
* [url=http://forum.minetest.net/viewtopic.php?id=4281]gemstones[/url]
|
||||
* [url=http://forum.minetest.net/viewtopic.php?id=3913]orichalcum[/url]
|
||||
* [url=http://forum.minetest.net/viewtopic.php?id=3113]titanium[/url]
|
||||
* [url=http://forum.minetest.net/viewtopic.php?id=549]moreores[/url]
|
||||
* [url=http://forum.minetest.net/viewtopic.php?id=2538]technic[/url]
|
||||
* [url=http://forum.minetest.net/viewtopic.php?id=4345]glooptest[/url]
|
||||
* [url=http://forum.minetest.net/viewtopic.php?id=1250]unuke[/url]
|
||||
* [url=http://forum.minetest.net/viewtopic.php?id=2234]uranium[/url]
|
||||
* [url=http://forum.minetest.net/viewtopic.php?pid=61693]gloopores[/url]
|
||||
* [url=http://forum.minetest.net/viewtopic.php?id=2596]gems[/url] (naming clash)
|
||||
* [url=http://forum.minetest.net/viewtopic.php?id=4294]gems[/url] (naming clash)
|
||||
* [url=http://forum.minetest.net/viewtopic.php?id=2724]diamonds[/url]
|
||||
* [url=http://forum.minetest.net/viewtopic.php?id=3663]birthstones[/url]
|
||||
* [url=http://forum.minetest.net/viewtopic.php?id=3377]dirttest[/url]
|
||||
* [url=http://forum.minetest.net/viewtopic.php?id=1960]blox[/url]
|
||||
|
||||
|
||||
NOT
|
||||
* http://forum.minetest.net/viewtopic.php?id=1241&p=2
|
Loading…
x
Reference in New Issue
Block a user