1
0
Fork 0

Inital commit

This commit is contained in:
abtmtr 2025-08-27 20:49:18 -05:00
commit b5089257c5
1005 changed files with 23476 additions and 0 deletions

View file

@ -0,0 +1 @@
gamerule doInsomnia false

View file

@ -0,0 +1 @@
gamerule doInsomnia true

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:entity",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "vanilla:entities/phantom"
}
]
}
]
}

View file

@ -0,0 +1,32 @@
{
"type": "minecraft:entity",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "vanilla:entities/bat"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "bat_membranes:entities/bat"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "more_mob_heads:entities/bat"
}
]
}
]
}

View file

@ -0,0 +1 @@
{"replace":false,"values":["bat_membranes:load"]}

View file

@ -0,0 +1,4 @@
{
"type": "minecraft:entity",
"random_sequence": "minecraft:entities/bat"
}

View 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"
}

View file

@ -0,0 +1,23 @@
{
"display": {
"icon": {
"id": "minecraft:phantom_membrane"
},
"title": "Bat Membranes",
"description": [
"",
{
"text": "Disable phantoms and get membranes from bats instead.",
"color": "gold"
}
],
"show_toast": false,
"announce_to_chat": false
},
"parent": "vanillatweaks:root",
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
}
}

View file

@ -0,0 +1,38 @@
{
"display": {
"icon": {
"id": "minecraft:player_head",
"components": {
"minecraft:profile": {
"properties": [
{
"name": "textures",
"value": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTg1YzMzNWM1MjVjZGFkY2Q4MmU4MDA4MzU1N2M2OTYzMGRmYjlhMWVkZjU5OTc0YzdmNjU4ZGI1MWEwYTFkOSJ9fX0="
}
]
}
}
},
"title": "Vanilla Tweaks",
"frame": "challenge",
"description": [
"",
{
"text": "All loaded Vanilla Tweaks data packs\n",
"color": "gold"
},
{
"text": "vanillatweaks.net",
"color": "yellow"
}
],
"background": "minecraft:textures/block/black_concrete.png",
"show_toast": false,
"announce_to_chat": false
},
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
}
}

View file

@ -0,0 +1,5 @@
{
"values": [
"bat_membranes:uninstall"
]
}