backrooms entity, lights fix and beer
This commit is contained in:
20
src/main/resources/data/szar/recipes/beer.json
Normal file
20
src/main/resources/data/szar/recipes/beer.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" W ",
|
||||
"WPW",
|
||||
" W "
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:potion"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:beer",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user