backrooms 3
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "szar:block/black"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "szar:block/white"
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/almond_water"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "szar:block/backrooms_light_on"
|
||||
}
|
||||
BIN
src/main/resources/assets/szar/textures/block/black.png
Normal file
BIN
src/main/resources/assets/szar/textures/block/black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 558 B |
BIN
src/main/resources/assets/szar/textures/item/almond_water.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/almond_water.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 808 B |
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user