1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-25 19:20:22 +02:00

Version MFF.

This commit is contained in:
sys4-fr
2018-09-08 14:54:14 +02:00
parent 2e0277e558
commit f5ec948679
386 changed files with 244 additions and 240 deletions

16
woodsoils/nodes.lua Normal file → Executable file
View File

@ -3,8 +3,8 @@
minetest.register_node("woodsoils:dirt_with_leaves_1", {
description = "Forest Soil 1",
tiles = {
"default_dirt.png^woodsoils_ground_cover.png",
"default_dirt.png",
"default_dirt.png^woodsoils_ground_cover.png",
"default_dirt.png",
"default_dirt.png^woodsoils_ground_cover_side.png"},
is_ground_content = true,
groups = {
@ -21,8 +21,8 @@ minetest.register_node("woodsoils:dirt_with_leaves_1", {
minetest.register_node("woodsoils:dirt_with_leaves_2", {
description = "Forest Soil 2",
tiles = {
"woodsoils_ground.png",
"default_dirt.png",
"woodsoils_ground.png",
"default_dirt.png",
"default_dirt.png^woodsoils_ground_side.png"},
is_ground_content = true,
groups = {
@ -39,8 +39,8 @@ minetest.register_node("woodsoils:dirt_with_leaves_2", {
minetest.register_node("woodsoils:grass_with_leaves_1", {
description = "Forest Soil 3",
tiles = {
"default_grass.png^woodsoils_ground_cover2.png",
"default_dirt.png",
"default_grass.png^woodsoils_ground_cover2.png",
"default_dirt.png",
"default_dirt.png^default_grass_side.png^woodsoils_ground_cover_side2.png"},
is_ground_content = true,
groups = {
@ -57,8 +57,8 @@ minetest.register_node("woodsoils:grass_with_leaves_1", {
minetest.register_node("woodsoils:grass_with_leaves_2", {
description = "Forest Soil 4",
tiles = {
"default_grass.png^woodsoils_ground_cover.png",
"default_dirt.png",
"default_grass.png^woodsoils_ground_cover.png",
"default_dirt.png",
"default_dirt.png^default_grass_side.png^woodsoils_ground_cover_side.png"},
is_ground_content = true,
groups = {