update readme and make blueprints survival friendly
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"szar:blueprint_fence"
|
||||
]
|
||||
}
|
||||
6
src/main/resources/data/minecraft/tags/blocks/walls.json
Normal file
6
src/main/resources/data/minecraft/tags/blocks/walls.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"szar:blueprint_wall"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"szar:blueprint_fence"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:blueprint_door"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:blueprint_fence"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:blueprint_stairs"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:blueprint_trapdoor"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:blueprint_wall"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
20
src/main/resources/data/szar/recipes/blueprint.json
Normal file
20
src/main/resources/data/szar/recipes/blueprint.json
Normal 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
|
||||
}
|
||||
}
|
||||
17
src/main/resources/data/szar/recipes/blueprint_door.json
Normal file
17
src/main/resources/data/szar/recipes/blueprint_door.json
Normal 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
|
||||
}
|
||||
}
|
||||
19
src/main/resources/data/szar/recipes/blueprint_fence.json
Normal file
19
src/main/resources/data/szar/recipes/blueprint_fence.json
Normal 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
|
||||
}
|
||||
}
|
||||
15
src/main/resources/data/szar/recipes/blueprint_slabs.json
Normal file
15
src/main/resources/data/szar/recipes/blueprint_slabs.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"BBB"
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "szar:blueprint"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:blueprint_slab",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
17
src/main/resources/data/szar/recipes/blueprint_stairs.json
Normal file
17
src/main/resources/data/szar/recipes/blueprint_stairs.json
Normal 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
|
||||
}
|
||||
}
|
||||
16
src/main/resources/data/szar/recipes/blueprint_trapdoor.json
Normal file
16
src/main/resources/data/szar/recipes/blueprint_trapdoor.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"BB",
|
||||
"BB"
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "szar:blueprint"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:blueprint_trapdoor",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
16
src/main/resources/data/szar/recipes/blueprint_wall.json
Normal file
16
src/main/resources/data/szar/recipes/blueprint_wall.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"BBB",
|
||||
"BBB"
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "szar:blueprint"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:blueprint_wall",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
8
src/main/resources/data/szar/tags/items/blue.json
Normal file
8
src/main/resources/data/szar/tags/items/blue.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:light_blue_dye",
|
||||
"minecraft:cyan_dye",
|
||||
"minecraft:blue_dye"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user