-
##### Issue type
- Feature request
##### Summary
I propose to add some simple (!) server commands which might be useful in daily server use.
This issue I want to do in two stages:
1) Discu…
-
Here is a mod to test it.
minetest.register_tool("placenodecrash:tool", {
description = "Tool",
inventory_image = "default_stick.png",
on_place = function(itemstack, placer, pointed_thing…
-
Paint tool:
* Adds 1 paint tool and 1 white baked clay block (with its stair and slab with texture from bakedclay).
* Works by placing specific dye near it in inventory.
* Left clicking on node pai…
-
minetest.register_on_player_receive_fields seems to have stopped working. When I noticed that my chatcommand_tool mod doesn't longer save the text after editing it in the formspec I tried to find the …
-
I wrote a document stating how I see MTG:
~~http://dev.minetest.net/User:Rubenwardy/Minetest_Game_Development~~
now here: http://dev.minetest.net/Minetest_Game_development
I'd be grateful if li…
-
Fossils would be an ore found in stone near the surface, and would be somewhat rare. Unfortunately, fossils don't really have a "use", so I don't know if this feature is even a possibility. Maybe they…
-
Because you convert only:
- default_sign_steel
- default_sign_wood
But you also need to convert:
- default_sign_wall_steel
- default_sign_wall_wood
-
Obsidian is converted but obsidian brick is not, some kind of overlay brick texture can fix that.
-
What do you think about adding support for blocks provided by the [MineFix](https://github.com/Minefix/MineFix) modpack? Plus in the future work towards perfect Minecraft compatibility?
-
##### Issue type
- Feature request
##### Minetest version
0.5.0-git
##### OS / Hardware
Antergos
##### Summary
Making some type of multiplayer arena that isn't breakable is really hard …