docs, TemplateInteractionUtil, recipes, loottable, tweaks
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:scaffolding"
|
||||
"templates:slope",
|
||||
"templates:slab"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "templates:slab"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
20
src/main/resources/data/templates/recipes/slab.json
Normal file
20
src/main/resources/data/templates/recipes/slab.json
Normal 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"
|
||||
}
|
||||
@@ -16,5 +16,6 @@
|
||||
"result": {
|
||||
"item": "templates:slope",
|
||||
"count": 4
|
||||
}
|
||||
},
|
||||
"group": "templates"
|
||||
}
|
||||
Reference in New Issue
Block a user