Inital commit
This commit is contained in:
commit
b5089257c5
1005 changed files with 23476 additions and 0 deletions
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_bamboo_block": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:bamboo_block"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "bamboo:bamboo"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_bamboo_block"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bamboo:bamboo"
|
||||
]
|
||||
}
|
||||
}
|
11
datapacks/craft-refine/data/bamboo/recipe/bamboo.json
Executable file
11
datapacks/craft-refine/data/bamboo/recipe/bamboo.json
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"#minecraft:bamboo_blocks"
|
||||
],
|
||||
"result": {
|
||||
"count": 9,
|
||||
"id": "minecraft:bamboo"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue