backrooms 3

This commit is contained in:
2026-03-19 18:11:32 +01:00
parent 4f455ead5f
commit 301d87bb5e
19 changed files with 876 additions and 68 deletions

View File

@@ -0,0 +1,8 @@
{
"variants": {
"light_state=on": { "model": "szar:block/backrooms_light_on" },
"light_state=off": { "model": "szar:block/backrooms_light_off" },
"light_state=flickering_on": { "model": "szar:block/backrooms_light_on" },
"light_state=flickering_off": { "model": "szar:block/backrooms_light_off" }
}
}

View File

@@ -147,5 +147,7 @@
"block.szar.wall_bottom": "Wall Bottom",
"item.szar.bean": "Bean",
"item.szar.can_of_beans": "Can of Beans"
"item.szar.can_of_beans": "Can of Beans",
"item.szar.almond_water": "Almond Water",
"block.szar.backrooms_light": "Light"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "szar:block/black"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "szar:block/white"
}
}

View File

@@ -1,6 +1,7 @@
{
"format_version": "1.21.11",
"credit": "Made with Blockbench",
"parent": "block/block",
"texture_size": [64, 64],
"textures": {
"2": "szar:block/wallpaper_bottom_block_texture",
@@ -32,12 +33,6 @@
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [80.5, 45, 0],
"scale": [0.3, 0.3, 0.3]
}
},
"groups": [
{
"name": "block",

View File

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

View File

@@ -0,0 +1,3 @@
{
"parent": "szar:block/backrooms_light_on"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 808 B

View File

@@ -4,7 +4,7 @@
"coordinate_scale": 1.0,
"has_skylight": false,
"has_ceiling": true,
"ambient_light": 0.5,
"ambient_light": 0.0,
"fixed_time": 18000,
"monster_spawn_light_level": 0,
"monster_spawn_block_light_limit": 0,
@@ -16,5 +16,5 @@
"min_y": 0,
"height": 64,
"infiniburn": "#minecraft:infiniburn_overworld",
"effects": "minecraft:the_end"
"effects": "minecraft:overworld"
}