From a63fc64c27fd488e7f9d78b4412f6078cafc8d24 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Tue, 21 Feb 2023 15:09:33 -0500 Subject: [PATCH] Add cursed stone and sand blocks --- LICENSE.txt | 6 + assets/schematics/everness_cemetery.lua | 224 +++++++++--------- crafting.lua | 48 ++++ nodes.lua | 47 ++++ schematics/everness_cemetery.mts | Bin 379 -> 415 bytes stairs.lua | 11 + textures/everness_cursed_brick.png | Bin 212 -> 257 bytes textures/everness_cursed_brick_carved.png | Bin 0 -> 264 bytes textures/everness_cursed_brick_mixed.png | Bin 0 -> 258 bytes .../everness_cursed_brick_with_growth.png | Bin 0 -> 341 bytes textures/everness_cursed_sandstone_block.png | Bin 0 -> 272 bytes textures/everness_cursed_sandstone_brick.png | Bin 0 -> 270 bytes walls.lua | 8 + 13 files changed, 232 insertions(+), 112 deletions(-) create mode 100644 textures/everness_cursed_brick_carved.png create mode 100644 textures/everness_cursed_brick_mixed.png create mode 100644 textures/everness_cursed_brick_with_growth.png create mode 100644 textures/everness_cursed_sandstone_block.png create mode 100644 textures/everness_cursed_sandstone_brick.png diff --git a/LICENSE.txt b/LICENSE.txt index b456adb..54386ba 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -805,6 +805,12 @@ GNU Lesser General Public License v2.1 or later (see included LICENSE file) - everness_crystal_sandstone_brick.png - everness_crystal_sandstone.png - everness_crystal_sandstone_chiseled.png +- everness_cursed_brick_mixed.png +- everness_cursed_brick_carved.png +- everness_cursed_brick_with_growth.png +- everness_cursed_brick.png +- everness_cursed_sandstone_block.png +- everness_cursed_sandstone_brick.png **CC-BY-SA-4.0, Pixel Perfection by XSSheep**, https://minecraft.curseforge.com/projects/pixel-perfection-freshly-updated diff --git a/assets/schematics/everness_cemetery.lua b/assets/schematics/everness_cemetery.lua index 05b32ea..3289eaf 100644 --- a/assets/schematics/everness_cemetery.lua +++ b/assets/schematics/everness_cemetery.lua @@ -246,41 +246,41 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="default:mossycobble", prob=254, param2=0}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="default:mossycobble", prob=254, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="default:mossycobble", prob=254, param2=0}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="default:mossycobble", prob=254, param2=0}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -289,11 +289,11 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="default:mossycobble", prob=254, param2=0}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="default:mossycobble", prob=254, param2=0}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -302,11 +302,11 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=254, param2=0}, - {name="walls:mossycobble", prob=254, param2=0}, - {name="walls:mossycobble", prob=254, param2=0}, - {name="walls:mossycobble", prob=254, param2=0}, - {name="walls:mossycobble", prob=254, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -316,9 +316,9 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=254, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -330,7 +330,7 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=254, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -342,9 +342,9 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=254, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -356,14 +356,14 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, @@ -375,8 +375,8 @@ schematic = { {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -388,7 +388,7 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -480,7 +480,7 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, @@ -492,20 +492,20 @@ schematic = { {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, - {name="stairs:slab_mossycobble", prob=254, param2=1, force_place=true}, + {name="stairs:slab_cursed_brick_with_growth", prob=254, param2=1, force_place=true}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="stairs:slab_mossycobble", prob=254, param2=3, force_place=true}, + {name="stairs:slab_cursed_brick_with_growth", prob=254, param2=3, force_place=true}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -597,7 +597,7 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, @@ -609,20 +609,20 @@ schematic = { {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, - {name="stairs:slab_mossycobble", prob=254, param2=1, force_place=true}, + {name="stairs:slab_cursed_brick_with_growth", prob=254, param2=1, force_place=true}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=254, param2=0, force_place=true}, - {name="walls:mossycobble", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0, force_place=true}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="stairs:slab_mossycobble", prob=254, param2=3, force_place=true}, + {name="stairs:slab_cursed_brick_with_growth", prob=254, param2=3, force_place=true}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -714,7 +714,7 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, @@ -726,8 +726,8 @@ schematic = { {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -736,10 +736,10 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0, force_place=true}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -748,9 +748,9 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=126, param2=0, force_place=true}, - {name="walls:mossycobble", prob=254, param2=0, force_place=true}, - {name="walls:mossycobble", prob=126, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0, force_place=true}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -762,7 +762,7 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=126, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0, force_place=true}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -831,7 +831,7 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, @@ -843,20 +843,20 @@ schematic = { {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=254, param2=0, force_place=true}, - {name="walls:mossycobble", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0, force_place=true}, {name="air", prob=254, param2=0}, - {name="stairs:slab_mossycobble", prob=254, param2=1, force_place=true}, + {name="stairs:slab_cursed_brick_with_growth", prob=254, param2=1, force_place=true}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -948,7 +948,7 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, @@ -960,20 +960,20 @@ schematic = { {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=254, param2=0, force_place=true}, - {name="walls:mossycobble", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=254, param2=0, force_place=true}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="stairs:slab_mossycobble", prob=254, param2=3, force_place=true}, + {name="stairs:slab_cursed_brick_with_growth", prob=254, param2=3, force_place=true}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="stairs:slab_mossycobble", prob=254, param2=0, force_place=true}, + {name="stairs:slab_cursed_brick_with_growth", prob=254, param2=0, force_place=true}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -1065,7 +1065,7 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, @@ -1077,8 +1077,8 @@ schematic = { {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, {name="everness:cursed_dirt", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -1090,7 +1090,7 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, @@ -1182,32 +1182,32 @@ schematic = { {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="default:mossycobble", prob=254, param2=0, force_place=true}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, - {name="walls:mossycobble", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth", prob=254, param2=0, force_place=true}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, + {name="everness:cursed_brick_with_growth_wall", prob=126, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, {name="air", prob=254, param2=0}, diff --git a/crafting.lua b/crafting.lua index 8b0df3a..0dcaaaa 100644 --- a/crafting.lua +++ b/crafting.lua @@ -359,6 +359,54 @@ minetest.register_craft({ } }) +minetest.register_craft({ + output = 'everness:cursed_brick 4', + recipe = { + { 'everness:cursed_stone', 'everness:cursed_stone' }, + { 'everness:cursed_stone', 'everness:cursed_stone' }, + } +}) + +minetest.register_craft({ + output = 'everness:cursed_brick_with_growth 4', + recipe = { + { 'everness:cursed_brick', 'group:leaves' } + } +}) + +minetest.register_craft({ + output = 'everness:cursed_brick_mixed 4', + recipe = { + { 'everness:cursed_stone', 'everness:cursed_brick' }, + { 'everness:cursed_brick', 'everness:cursed_stone' }, + } +}) + +minetest.register_craft({ + output = 'everness:cursed_brick_carved 9', + recipe = { + { 'everness:cursed_brick', 'everness:cursed_brick', 'everness:cursed_brick' }, + { 'everness:cursed_brick', 'everness:cursed_brick', 'everness:cursed_brick' }, + { 'everness:cursed_brick', 'everness:cursed_brick', 'everness:cursed_brick' }, + } +}) + +minetest.register_craft({ + output = 'everness:cursed_sandstone_block 4', + recipe = { + { 'everness:cursed_sand', 'everness:cursed_sand' }, + { 'everness:cursed_sand', 'everness:cursed_sand' }, + } +}) + +minetest.register_craft({ + output = 'everness:cursed_sandstone_brick 4', + recipe = { + { 'everness:cursed_sandstone_block', 'everness:cursed_sandstone_block' }, + { 'everness:cursed_sandstone_block', 'everness:cursed_sandstone_block' }, + } +}) + -- -- Tools -- diff --git a/nodes.lua b/nodes.lua index d1ebd64..e8736a9 100644 --- a/nodes.lua +++ b/nodes.lua @@ -370,6 +370,36 @@ minetest.register_node('everness:cursed_brick', { sounds = default.node_sound_stone_defaults(), }) +minetest.register_node('everness:cursed_brick_with_growth', { + description = S('Cursed Brick with Growth'), + paramtype2 = 'facedir', + place_param2 = 0, + tiles = { 'everness_cursed_brick_with_growth.png' }, + is_ground_content = false, + groups = { cracky = 2, stone = 1 }, + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node('everness:cursed_brick_mixed', { + description = S('Cursed Brick Mixed'), + paramtype2 = 'facedir', + place_param2 = 0, + tiles = { 'everness_cursed_brick_mixed.png' }, + is_ground_content = false, + groups = { cracky = 2, stone = 1 }, + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node('everness:cursed_brick_carved', { + description = S('Cursed Brick Carved'), + paramtype2 = 'facedir', + place_param2 = 0, + tiles = { 'everness_cursed_brick_carved.png' }, + is_ground_content = false, + groups = { cracky = 2, stone = 1 }, + sounds = default.node_sound_stone_defaults(), +}) + minetest.register_node('everness:volcanic_sulfur', { description = S('Volcanic Sulfur Stone'), tiles = { 'everness_volcanic_sulfur_stone.png' }, @@ -678,6 +708,23 @@ minetest.register_node('everness:crystal_sandstone_chiseled', { sounds = default.node_sound_stone_defaults(), }) +minetest.register_node('everness:cursed_sandstone_block', { + description = S('Cursed Sandstone Block'), + tiles = { 'everness_cursed_sandstone_block.png' }, + groups = { cracky = 2 }, + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node('everness:cursed_sandstone_brick', { + description = S('Cursed Sandstone Brick'), + paramtype2 = 'facedir', + place_param2 = 0, + tiles = { 'everness_cursed_sandstone_brick.png' }, + is_ground_content = false, + groups = { cracky = 2 }, + sounds = default.node_sound_stone_defaults(), +}) + -- -- Soft / Non-Stone -- diff --git a/schematics/everness_cemetery.mts b/schematics/everness_cemetery.mts index c3997bbabbfcaa043e8ec5e2baf7575796fad84b..037b291303a30b1b714bdd85e400a9e5b3836c98 100644 GIT binary patch delta 86 zcmey(G@p5b9i!qzdr`jl^30Nq`1GRu@{$Y&HJ}I&vdF}28C8|ylEloSVyohu#H9G- U(xT$jl=!5g%;anog$r&20666#2LJ#7 delta 51 zcmbQw{F`Zl9i!+(dr>9^sfqUD(up}a3?ivzsYQ9I#l=?1rA5W5De)!4v004|hL_t(|+C|MvlEfek15gS7AOUj!+qM`MqXL2;Sq>(tT{E@$+_z!3`9IN=StM~Db_9*0=>e-W%xz*y+1 f@lc-X8vn=-pgIJmmHuFc00000NkvXXu0mjfLk(50 delta 184 zcmV;p07w6U0@MMJB!3uCOjJb$6c#8O5fvXGEGHfwC@DB37a=q#85R&ILek3s004JM zL_t&-83nMQG zIr+Srff+gj+9hq* mwD)lL=C*6Jg6f-5&8>Wyd;>2F97?MI0000KlBy`bn2ws6ypV{gs)m8QQeU#;U!dN}o-U3d6}NQz0)<)) zIG8UxXoS?>`@gM!mGy_iK4uN`c3yH$yJr3H>DEm$%(k;m{C>Wp-ZLo0=Y_?R*HOvM z^H%jtTf(qekj-Uh_l+-(9Z%QBn@lqFIAb}#p!uf5rZkq?*)|_qUv9mx*&eus?|J2^ z^TzS+$;S;Z*em+nDh*BA#$NMV@zh?97Q;o}Ne9nNw>zF@_lL3bIm^-~_DvvvGI+ZB KxvXWo literal 0 HcmV?d00001 diff --git a/textures/everness_cursed_brick_mixed.png b/textures/everness_cursed_brick_mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..251bfb1a3998ceea7192b59d2786a0b107c027cf GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!L4Z$)tEj9TkFXe@xRkM`rlOvq zvXr#8lCrF-mWsZSq@0R^sm4V!{VpAHYx!WPx#Hd)u7@WMY_=9XCOvQ8ljlFY_f7xBQe$Cby9MYl22WQ%mvv4F FO#oR`Tc7{{ literal 0 HcmV?d00001 diff --git a/textures/everness_cursed_brick_with_growth.png b/textures/everness_cursed_brick_with_growth.png new file mode 100644 index 0000000000000000000000000000000000000000..e16a26e8f8bfdf276f558d8fa3c6d0cec43dc827 GIT binary patch literal 341 zcmV-b0jmCqP))hTc-JDjc;!p0wccU289k^!-rf^m!$w8keAtJ1 n0=2AJf$G>M96?h5k&WapD4q$6(V9Ki00000NkvXXu0mjf^X_iL literal 0 HcmV?d00001 diff --git a/textures/everness_cursed_sandstone_block.png b/textures/everness_cursed_sandstone_block.png new file mode 100644 index 0000000000000000000000000000000000000000..a3686e34289304b33459c0502b7666efe2c80be9 GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFP2=EDUtxfWuS(DjS5Y?0xw4f<} zc3pN|NB%C)OFx}z|% zw=AY4)~!AxU}{}zO^R08$i7?JzX3_Dj1U!LPW|; zeWpK1nXxn|GH#M?Bc+UN9{nQLwtM@BjZeAzQHf?c#)8Y~p z7D=b`I((hAH)RejST=3SwC_IZvl%(6tfH(WB*Jv#h3>AmT|H-^`j@5>|Euer+EyMD zO#IvJ+ao!tS2oE?ynB{WNok3Tx2cJNL5p9c(B&%E4O1W9uwLMpWi^xGUb^W5mZz4N QfR1GFboFyt=akR{0LDINjQ{`u literal 0 HcmV?d00001 diff --git a/walls.lua b/walls.lua index 1855914..c1e236b 100644 --- a/walls.lua +++ b/walls.lua @@ -42,6 +42,14 @@ walls.register( default.node_sound_stone_defaults() ) +walls.register( + 'everness:cursed_brick_with_growth_wall', + S('Cursed Brick with Growth Wall'), + { 'everness_cursed_brick_with_growth.png' }, + 'everness:cursed_brick_with_growth', + default.node_sound_stone_defaults() +) + walls.register( 'everness:forsaken_tundra_cobble_wall', S('Forsaken Tundra Cobblestone Wall'),