backrooms 2
@@ -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"
|
||||
}
|
||||
|
||||
6
src/main/resources/assets/szar/models/item/bean.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/bean"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/can_of_beans"
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/szar/textures/item/bean.png
Normal file
|
After Width: | Height: | Size: 804 B |
BIN
src/main/resources/assets/szar/textures/item/can_of_beans.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "szar:overworld_portal",
|
||||
"config": {}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||