Inital commit
This commit is contained in:
commit
b5089257c5
1005 changed files with 23476 additions and 0 deletions
1
datapacks/bat-membranes/data/bat_membranes/function/load.mcfunction
Executable file
1
datapacks/bat-membranes/data/bat_membranes/function/load.mcfunction
Executable file
|
@ -0,0 +1 @@
|
|||
gamerule doInsomnia false
|
1
datapacks/bat-membranes/data/bat_membranes/function/uninstall.mcfunction
Executable file
1
datapacks/bat-membranes/data/bat_membranes/function/uninstall.mcfunction
Executable file
|
@ -0,0 +1 @@
|
|||
gamerule doInsomnia true
|
14
datapacks/bat-membranes/data/bat_membranes/loot_table/entities/bat.json
Executable file
14
datapacks/bat-membranes/data/bat_membranes/loot_table/entities/bat.json
Executable file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"value": "vanilla:entities/phantom"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue