backrooms 2

This commit is contained in:
2026-03-18 16:19:06 +01:00
parent 0d6f6a4fd8
commit 63369076ae
27 changed files with 477 additions and 52 deletions

View File

@@ -144,5 +144,8 @@
"block.szar.plastic": "Plastic",
"block.szar.ceiling": "Ceiling",
"block.szar.wall": "Wall",
"block.szar.wall_bottom": "Wall Bottom"
"block.szar.wall_bottom": "Wall Bottom",
"item.szar.bean": "Bean",
"item.szar.can_of_beans": "Can of Beans"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "szar:item/bean"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "szar:item/can_of_beans"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1,4 @@
{
"type": "szar:overworld_portal",
"config": {}
}

View File

@@ -0,0 +1,19 @@
{
"feature": "szar:overworld_portal",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 20
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING_NO_LEAVES"
},
{
"type": "minecraft:biome"
}
]
}