update readme and make blueprints survival friendly

This commit is contained in:
2026-03-26 18:03:52 +01:00
parent 8869dc4087
commit 9c48313990
37 changed files with 532 additions and 62 deletions

View File

@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"szar:blueprint_fence"
]
}

View File

@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"szar:blueprint_wall"
]
}

View File

@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"szar:blueprint_fence"
]
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "szar:blueprint_door"
}
]
}
]
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "szar:blueprint_fence"
}
]
}
]
}

View File

@@ -0,0 +1,29 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "szar:blueprint_slab",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:block_state_property",
"block": "szar:blueprint_slab",
"property": "type",
"values": {
"double": 2,
"bottom": 1,
"top": 1
}
}
}
]
}
]
}
]
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "szar:blueprint_stairs"
}
]
}
]
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "szar:blueprint_trapdoor"
}
]
}
]
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "szar:blueprint_wall"
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" B ",
"BPB",
" B "
],
"key": {
"B": {
"tag": "szar:blue"
},
"P": {
"item": "minecraft:paper"
}
},
"result": {
"item": "szar:blueprint",
"count": 1
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"BB",
"BB",
"BB"
],
"key": {
"B": {
"item": "szar:blueprint"
}
},
"result": {
"item": "szar:blueprint_door",
"count": 1
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"BDB",
"BDB"
],
"key": {
"B": {
"item": "szar:blueprint"
},
"D": {
"tag": "szar:blue"
}
},
"result": {
"item": "szar:blueprint_fence",
"count": 1
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"BBB"
],
"key": {
"B": {
"item": "szar:blueprint"
}
},
"result": {
"item": "szar:blueprint_slab",
"count": 1
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"B ",
"BB ",
"BBB"
],
"key": {
"B": {
"item": "szar:blueprint"
}
},
"result": {
"item": "szar:blueprint_stairs",
"count": 1
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"BB",
"BB"
],
"key": {
"B": {
"item": "szar:blueprint"
}
},
"result": {
"item": "szar:blueprint_trapdoor",
"count": 1
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"BBB",
"BBB"
],
"key": {
"B": {
"item": "szar:blueprint"
}
},
"result": {
"item": "szar:blueprint_wall",
"count": 1
}
}

View File

@@ -0,0 +1,8 @@
{
"replace": false,
"values": [
"minecraft:light_blue_dye",
"minecraft:cyan_dye",
"minecraft:blue_dye"
]
}