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,53 @@
[
{
"lootId": 201,
"default": true,
"name": "Netherite Airdrop",
"color": "#FFFF00",
"entry": {
"lootType": "multi",
"entries": [
{
"lootType": "item",
"item": "minecraft:netherite_helmet",
"count": 1
},
{
"lootType": "item",
"item": "minecraft:netherite_chestplate",
"count": 1
},
{
"lootType": "weight",
"entries": [
{
"weight": 20.0,
"entry": {
"lootType": "item",
"item": "minecraft:netherite_sword",
"count": 1
}
},
{
"weight": 20.0,
"entry": {
"lootType": "item",
"item": "minecraft:netherite_axe",
"count": 1
}
}
]
},
{
"lootType": "random",
"chance": 0.05,
"entry": {
"lootType": "item",
"item": "minecraft:enchanted_golden_apple",
"count": 1
}
}
]
}
}
]
@@ -0,0 +1,58 @@
[
{
"lootId": 201,
"default": true,
"name": "Netherite Airdrop Special",
"color": "#FFFF00",
"entry": {
"lootType": "repeat",
"min": 2,
"max": 2,
"entry": {
"lootType": "multi",
"entries": [
{
"lootType": "item",
"item": "minecraft:netherite_helmet",
"count": 1
},
{
"lootType": "item",
"item": "minecraft:netherite_chestplate",
"count": 1
},
{
"lootType": "weight",
"entries": [
{
"weight": 20.0,
"entry": {
"lootType": "item",
"item": "minecraft:netherite_sword",
"count": 1
}
},
{
"weight": 20.0,
"entry": {
"lootType": "item",
"item": "minecraft:netherite_axe",
"count": 1
}
}
]
},
{
"lootType": "random",
"chance": 0.05,
"entry": {
"lootType": "item",
"item": "minecraft:enchanted_golden_apple",
"count": 1
}
}
]
}
}
}
]
@@ -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
}
}
]
}
}
}
]
@@ -0,0 +1,325 @@
[
{
"lootId": 0,
"default": true,
"name": "All entry type example",
"color": "#FFFFFFAA",
"entry": {
"lootType": "multi",
"entries": [
{
"lootType": "item",
"item": "minecraft:leather_helmet",
"count": 1,
"nbt": "{Damage:27}"
},
{
"lootType": "item",
"item": "minecraft:leather_chestplate",
"count": 1
},
{
"lootType": "weight",
"entries": [
{
"weight": 20.0,
"entry": {
"lootType": "item",
"item": "minecraft:wooden_sword",
"count": 1
}
},
{
"weight": 20.0,
"entry": {
"lootType": "item",
"item": "minecraft:wooden_axe",
"count": 1
}
},
{
"weight": 20.0,
"entry": {
"lootType": "empty",
"type": "item"
}
}
]
},
{
"lootType": "random",
"chance": 0.5,
"entry": {
"lootType": "item",
"item": "minecraft:melon_slice",
"count": 1
}
},
{
"lootType": "repeat",
"min": 0,
"max": 5,
"entry": {
"lootType": "item",
"item": "minecraft:grass",
"count": 5
}
},
{
"lootType": "time",
"start": 200,
"end": 12000,
"entry": {
"lootType": "item",
"item": "minecraft:dirt",
"count": 1
}
}
]
}
},
{
"lootId": 1,
"name": "Basic Combat Gear",
"color": "#FFFFFFAA",
"entry": {
"lootType": "multi",
"entries": [
{
"lootType": "item",
"item": "minecraft:iron_helmet",
"count": 1
},
{
"lootType": "item",
"item": "minecraft:iron_chestplate",
"count": 1
},
{
"lootType": "weight",
"entries": [
{
"weight": 20.0,
"entry": {
"lootType": "item",
"item": "minecraft:iron_sword",
"count": 1
}
},
{
"weight": 20.0,
"entry": {
"lootType": "item",
"item": "minecraft:iron_axe",
"count": 1
}
}
]
},
{
"lootType": "random",
"chance": 0.2,
"entry": {
"lootType": "item",
"item": "minecraft:cooked_beef",
"count": 1
}
}
]
}
},
{
"lootId": 2,
"name": "Advanced loot example",
"color": "#FFFFFFAA",
"entry": {
"lootType": "bound",
"countEmpty": true,
"countLootTime": true,
"min": 2,
"max": 4,
"keepEmpty": false,
"entries": [
{
"lootType": "extra",
"countEmpty": false,
"keepCheck": true,
"check": {
"lootType": "random",
"chance": 0.01,
"entry": {
"lootType": "empty",
"type": "item"
}
},
"extra": {
"lootType": "message",
"onlyGamePlayer": false,
"sendPosition": true,
"message": "Rare loot generated!",
"messageColor": "#FF0000"
}
},
{
"lootType": "regex",
"invert": false,
"regex": "minecraft:",
"entry": {
"lootType": "multi",
"entries": [
{
"lootType": "biome",
"invert": false,
"filter": [
"minecraft:plains"
],
"entry": {
"lootType": "structure",
"invert": false,
"filter": [
"minecraft:village_plains"
],
"entry": {
"lootType": "item",
"item": "minecraft:diamond_helmet",
"count": 1,
"nbt": ""
}
}
}
]
}
},
{
"lootType": "clean",
"entry": {
"lootType": "shuffle",
"keepEmpty": true,
"min": 0,
"max": 2,
"entry": {
"lootType": "multi",
"entries": [
{
"lootType": "empty",
"type": "item"
},
{
"lootType": "empty",
"type": "entity"
},
{
"lootType": "item",
"item": "minecraft:grass_block",
"count": 1,
"nbt": ""
}
]
}
}
},
{
"lootType": "shape",
"invert": false,
"shapeEntry": {
"zoneShapeType": "sphere",
"start": {
"center": {
"centerType": "fixed",
"fixed": "0.000000,0.000000,0.000000",
"randomRange": 0.0,
"playerCenterLerp": 0.0
},
"dimension": {
"dimensionType": "fixed",
"fixed": "200.000000,200.000000,200.000000",
"randomRange": 0.0
},
"rotation": {
"rotationType": "fixed",
"fixed": 0.0,
"randomRange": 0.0
}
},
"end": {
"center": {
"centerType": "fixed",
"fixed": "0.000000,0.000000,0.000000",
"randomRange": 0.0,
"playerCenterLerp": 0.0
},
"dimension": {
"dimensionType": "fixed",
"fixed": "10.000000,10.000000,10.000000",
"randomRange": 0.0
},
"rotation": {
"rotationType": "fixed",
"fixed": 0.0,
"randomRange": 0.0
}
},
"allowBadShape": false
},
"entry": {
"lootType": "item",
"item": "minecraft:diamond_sword",
"count": 1,
"nbt": ""
}
}
]
}
},
{
"lootId": 3,
"name": "Function loot entry",
"color": "#FFFFFFAA",
"entry": {
"lootType": "multi",
"entries": [
{
"lootType": "message",
"onlyGamePlayer": true,
"sendPosition": true,
"message": "Chest Golem generated",
"messageColor": "#FF0000"
},
{
"lootType": "golem",
"entity": "minecraft:copper_golem",
"count": 5,
"nbt": "",
"range": 5,
"attempts": 4
},
{
"lootType": "golem",
"entity": "minecraft:iron_golem",
"count": 5,
"nbt": "",
"range": 20,
"attempts": 4
},
{
"lootType": "event",
"protocol": "cbr:0.4.3",
"jsonTag": {
"description": "Create event for other mod to subscribe",
"boolTrue": true,
"boolFalse": false,
"float": 0.333,
"double": 0.88888888,
"long": 4294967294,
"int": 666666,
"short": 25565,
"randomUUID": "c023b5da-1054-4bea-a1e8-59c62214fb59",
"tagInTag": {
"additional data": "some structured data"
}
}
}
]
}
}
]
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,58 @@
[
{
"lootId": 0,
"default": true,
"name": "Treasure trove (Not implemented yet)",
"color": "#00FFFF",
"entry": {
"lootType": "multi",
"entries": [
{
"lootType": "item",
"item": "minecraft:iron_ingot",
"count": 1
},
{
"lootType": "item",
"item": "minecraft:gold_ingot",
"count": 1
},
{
"lootType": "item",
"item": "minecraft:copper_ingot",
"count": 1
},
{
"lootType": "item",
"item": "minecraft:lapis_lazuli",
"count": 1
},
{
"lootType": "item",
"item": "minecraft:redstone",
"count": 1
},
{
"lootType": "item",
"item": "minecraft:diamond",
"count": 1
},
{
"lootType": "item",
"item": "minecraft:emerald",
"count": 1
},
{
"lootType": "item",
"item": "minecraft:amethyst_shard",
"count": 1
},
{
"lootType": "item",
"item": "minecraft:netherite_ingot",
"count": 1
}
]
}
}
]