Escape from Funcraft: Beta 2 configs, mods, etc.

This commit is contained in:
BergaBruh
2026-07-23 16:35:06 +05:00
commit b218433c3c
27575 changed files with 24025424 additions and 0 deletions
@@ -0,0 +1,45 @@
[
{
"lootId": 0,
"default": true,
"name": "Horse Spawn with Probability",
"color": "#FFFFFFAA",
"entry": {
"lootType": "random",
"chance": 0.2,
"entry": {
"lootType": "entity",
"entity": "minecraft:horse",
"count": 1,
"range": 1,
"attempts": 4
}
}
},
{
"lootId": 1,
"name": "Zombie Spawn with High Probability",
"color": "#FFFFFFAA",
"entry": {
"lootType": "weight",
"entries": [
{
"weight": 0.8,
"entry": {
"lootType": "entity",
"entity": "minecraft:zombie",
"count": 5,
"range": 20,
"attempts": 4
}
},
{
"weight": 0.2,
"entry": {
"lootType": "none"
}
}
]
}
}
]
@@ -0,0 +1,60 @@
[
{
"lootId": 0,
"name": "Horse Vehicle",
"color": "#FFFFFFAA",
"entry": {
"lootType": "random",
"chance": 0.8,
"entry": {
"lootType": "weight",
"entries": [
{
"weight": 35.0,
"entry": {
"lootType": "entity",
"entity": "minecraft:camel",
"count": 1,
"nbt": "{Tame:1b,SaddleItem:{id:\"minecraft:saddle\",Count:1b}}",
"range": 5,
"attempts": 4
}
},
{
"weight": 15.0,
"entry": {
"lootType": "entity",
"entity": "minecraft:horse",
"count": 1,
"nbt": "{Tame:1b,SaddleItem:{id:\"minecraft:saddle\",Count:1b},ArmorItem:{id:\"minecraft:diamond_horse_armor\",Count:1b,tag:{Enchantments:[{id:\"minecraft:protection\",lvl:10s}]}},Attributes:[{Name:\"minecraft:generic.movement_speed\",Base:0.39540696d},{Name:\"minecraft:generic.max_health\",Base:20.0d},{Name:\"minecraft:horse.jump_strength\",Base:1.0d}]}",
"range": 5,
"attempts": 4
}
},
{
"weight": 30.0,
"entry": {
"lootType": "entity",
"entity": "minecraft:donkey",
"count": 1,
"nbt": "{Tame:1b,Items:[],ChestedHorse:1b,SaddleItem:{id:\"minecraft:saddle\",Count:1b},Attributes:[{Name:\"minecraft:generic.movement_speed\",Base:0.19770348d},{Name:\"minecraft:generic.max_health\",Base:50.0d},{Name:\"minecraft:horse.jump_strength\",Base:0.8d}]}",
"range": 5,
"attempts": 4
}
},
{
"weight": 20.0,
"entry": {
"lootType": "entity",
"entity": "minecraft:mule",
"count": 1,
"nbt": "{Tame:1b,Items:[],ChestedHorse:1b,SaddleItem:{id:\"minecraft:saddle\",Count:1b},Attributes:[{Name:\"minecraft:generic.movement_speed\",Base:0.26360464d},{Name:\"minecraft:generic.max_health\",Base:40.0d},{Name:\"minecraft:horse.jump_strength\",Base:0.7d}]}",
"range": 5,
"attempts": 4
}
}
]
}
}
}
]