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:
@ -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"),
|
||||
|
Reference in New Issue
Block a user