This commit is contained in:
RyanTLG
2022-10-10 16:22:52 +02:00
parent 5eb78fbbd2
commit 593208c052
23 changed files with 404 additions and 7 deletions

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "gameritems:weem_hay_block"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@@ -1,18 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" #X",
"#SX",
" #X"
"ESX",
"SEX",
"ESX"
],
"key": {
"#": {
"S": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:string"
},
"S": {
"E": {
"item": "minecraft:light_blue_dye"
}
},

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shaped",
"ingredients": [
{
"item": "gameritems:weem_hay_block"
}
],
"result": {
"item": "gameritems:weem",
"count": 9
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"FFF",
"FFF",
"FFF"
],
"key": {
"F": {
"item": "gameritems:weem"
}
},
"result": {
"item": "gameritems:weem_hay_block",
"count": 1
}
}