release 1.19-1.0.2-unstable

This commit is contained in:
Ryan
2022-11-19 16:08:10 +02:00
parent 48a0915730
commit a66c27ddce
87 changed files with 683 additions and 61 deletions

22
src/main/resources/data/gameritems/recipes/weem.json Normal file → Executable file
View File

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