Inital commit
This commit is contained in:
commit
b5089257c5
1005 changed files with 23476 additions and 0 deletions
54
datapacks/timber/data/minecraft/loot_table/blocks/mushroom_stem.json
Executable file
54
datapacks/timber/data/minecraft/loot_table/blocks/mushroom_stem.json
Executable file
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:mushroom_stem"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"predicates": {
|
||||
"minecraft:enchantments": [
|
||||
{
|
||||
"enchantments": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:knowledge_book",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_custom_data",
|
||||
"tag": "{Tags:[timber_location]}"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": "#timber:axes"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
6
datapacks/timber/data/minecraft/tags/function/load.json
Executable file
6
datapacks/timber/data/minecraft/tags/function/load.json
Executable file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"timber:init",
|
||||
"timber:main"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue