Sokomine wrote:This modpack is a collection of mods used on Redcrabs server (redcrab.suret.net 30401). It is intended to be used in combination with a "copied" map (using the special client) and contains older versions of some mods plus slightly modified versions so that unknown blocks can be mostly avoided and the world will look the same as on the server.
This is only of intrest if you have saved part of the map yourshelf or intend to run a local copy in order to see the world in full. The map does contain several large structures (Smokis non-deathstar, Wyverns angel statue, Topywos castle, AspireMints aircraft carrier, ...). Running the world with a recent minetest_game will not be satisfying because some textures where changed (cobble, desert sand, ...) as well as some other points (lava cooling - bad for that lava-"writing" in water).
The attachment contains only the collection of mods and ought to be paced in your games/ folder.
Erthome wrote:I had only the blue wool come up as unknown,
minetest.register_abm({
nodenames = {"unknown"},
interval = 20,
chance = 1,
action = function(pos, node)
local old_node = minetest.get_node( pos );
if( old_node and old_node.name and old_node.name=='unknown' ) then
minetest.swap_node( pos, {name='wool:cyan',param2=0});
end
end
})
Users browsing this forum: No registered users and 12 guests