diff --git a/geologica.lua b/geologica.lua index f686f56..d627623 100644 --- a/geologica.lua +++ b/geologica.lua @@ -95,7 +95,7 @@ rocks.register_layer( "schist",{ gain=10, height=-18, limit=2, seed=5 }, "rocks: -- Gneiss MM/barro hard Under schist, sometimes igneous minetest.register_node( "rocks:gneiss", { description = S("gneiss"), - tiles = { "rocks_gneiss.png" }, + tiles = { "rocks_Gneiss.png" }, groups = {cracky=CcStrong, stone=1}, is_ground_content = true, sounds = default.node_sound_stone_defaults(), }) diff --git a/textures/geologica.txt b/textures/geologica.txt new file mode 100644 index 0000000..dfb4d28 --- /dev/null +++ b/textures/geologica.txt @@ -0,0 +1,13 @@ +Theese files were copied from minecraft PFAA Geologica mod. + +rocks_Andesite.png +rocks_Basalt.png +rocks_Diorite.png +rocks_Gabbro.png +rocks_Gneiss.png +rocks_Granite.png +rocks_Mudstone.png +rocks_Peridotite.png +rocks_Rhyolite.png +rocks_Schist.png +rocks_Slate.png diff --git a/textures/rocks_Andesite.png b/textures/rocks_Andesite.png new file mode 100644 index 0000000..5e3015b Binary files /dev/null and b/textures/rocks_Andesite.png differ diff --git a/textures/rocks_Basalt.png b/textures/rocks_Basalt.png new file mode 100644 index 0000000..a76f512 Binary files /dev/null and b/textures/rocks_Basalt.png differ diff --git a/textures/rocks_Diorite.png b/textures/rocks_Diorite.png new file mode 100644 index 0000000..b39a45a Binary files /dev/null and b/textures/rocks_Diorite.png differ diff --git a/textures/rocks_Gabbro.png b/textures/rocks_Gabbro.png new file mode 100644 index 0000000..e615c3a Binary files /dev/null and b/textures/rocks_Gabbro.png differ diff --git a/textures/rocks_Gneiss.png b/textures/rocks_Gneiss.png new file mode 100644 index 0000000..b7ce641 Binary files /dev/null and b/textures/rocks_Gneiss.png differ diff --git a/textures/rocks_Granite.png b/textures/rocks_Granite.png new file mode 100644 index 0000000..eae5d37 Binary files /dev/null and b/textures/rocks_Granite.png differ diff --git a/textures/rocks_Mudstone.png b/textures/rocks_Mudstone.png new file mode 100644 index 0000000..2528b84 Binary files /dev/null and b/textures/rocks_Mudstone.png differ diff --git a/textures/rocks_Peridotite.png b/textures/rocks_Peridotite.png new file mode 100644 index 0000000..a0d0ad0 Binary files /dev/null and b/textures/rocks_Peridotite.png differ diff --git a/textures/rocks_Rhyolite.png b/textures/rocks_Rhyolite.png new file mode 100644 index 0000000..b3b3dc4 Binary files /dev/null and b/textures/rocks_Rhyolite.png differ diff --git a/textures/rocks_Schist.png b/textures/rocks_Schist.png new file mode 100644 index 0000000..6b33b72 Binary files /dev/null and b/textures/rocks_Schist.png differ diff --git a/textures/rocks_Slate.png b/textures/rocks_Slate.png new file mode 100644 index 0000000..7baea1d Binary files /dev/null and b/textures/rocks_Slate.png differ