mna
This commit is contained in:
19
src/main/resources/data/gameritems/loot_tables/blocks/weem_haybale.json
Executable file
19
src/main/resources/data/gameritems/loot_tables/blocks/weem_haybale.json
Executable 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
12
src/main/resources/data/gameritems/recipes/weem.json
Normal file
12
src/main/resources/data/gameritems/recipes/weem.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "gameritems:weem_hay_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "gameritems:weem",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
17
src/main/resources/data/gameritems/recipes/weem_haybale.json
Normal file
17
src/main/resources/data/gameritems/recipes/weem_haybale.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user