1
0
mirror of https://github.com/paramat/watershed.git synced 2025-07-22 02:00:36 +02:00

Ores below surface, 3D temp/humid biome system, add tundra, develop grasslands, darkclouds return

This commit is contained in:
paramat
2014-02-25 18:14:54 +00:00
parent d7152f18bd
commit 907856ada4
5 changed files with 130 additions and 43 deletions

View File

@ -106,6 +106,15 @@ minetest.register_node("watershed:drygrass", {
}),
})
minetest.register_node("watershed:permafrost", {
description = "WS Permafrost",
tiles = {"watershed_permafrost.png"},
is_ground_content = false,
groups = {crumbly=2},
drop = "default:dirt",
sounds = default.node_sound_dirt_defaults(),
})
minetest.register_node("watershed:water", {
description = "WS Water Source",
inventory_image = minetest.inventorycube("default_water.png"),