Inital commit
This commit is contained in:
commit
b5089257c5
1005 changed files with 23476 additions and 0 deletions
4
datapacks/bat-membranes/data/vanilla/loot_table/entities/bat.json
Executable file
4
datapacks/bat-membranes/data/vanilla/loot_table/entities/bat.json
Executable file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"type": "minecraft:entity",
|
||||
"random_sequence": "minecraft:entities/bat"
|
||||
}
|
41
datapacks/bat-membranes/data/vanilla/loot_table/entities/phantom.json
Executable file
41
datapacks/bat-membranes/data/vanilla/loot_table/entities/phantom.json
Executable file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:killed_by_player"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"enchantment": "minecraft:looting",
|
||||
"function": "minecraft:enchanted_count_increase"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:phantom_membrane"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:entities/phantom"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue