craftable weather deflectors
This commit is contained in:
parent
a9cffc4561
commit
ac6f0d4dcf
4 changed files with 41 additions and 1 deletions
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"iOi",
|
||||
"iDi"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"i": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:observer"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"id": "weather2:weather_deflector",
|
||||
"count": 1
|
||||
}
|
||||
}
|
6
config/paxi/datapacks/weather2-craftables/pack.mcmeta
Normal file
6
config/paxi/datapacks/weather2-craftables/pack.mcmeta
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"pack": {
|
||||
"pack_format": 48,
|
||||
"description": "craftable weather deflectors"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue