docs, TemplateInteractionUtil, recipes, loottable, tweaks

This commit is contained in:
quat1024
2023-07-04 02:51:41 -04:00
parent 614be779b8
commit e3dc78fa6a
23 changed files with 341 additions and 145 deletions

View File

@@ -2,7 +2,8 @@
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:scaffolding"
"templates:slope",
"templates:slab"
]
},
"criteria": {

View File

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

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" ~ ",
"III"
],
"key": {
"I": {
"item": "minecraft:bamboo"
},
"~": {
"item": "minecraft:string"
}
},
"result": {
"item": "templates:slab",
"count": 6
},
"group": "templates"
}

View File

@@ -16,5 +16,6 @@
"result": {
"item": "templates:slope",
"count": 4
}
},
"group": "templates"
}