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,62 @@
{
"name": "item.lrtactical.fire_axe",
"type": "lrtactical:normal",
"base_item": "lrtactical:melee",
"data": {
"attributes": {
"generic.attack_damage": 12,
"minecraft:generic.movement_speed": {
"amount": -0.05,
"operation": "percent"
}
},
// tick
"draw_time": 20,
// tick
"put_away_time": 10,
"attack": {
"attack_left": {
// 伤害倍率
"factor": 1,
// 击退
"knockback": 0.25,
// 攻击冷却(tick)
"cooldown": 14,
// 延迟出伤(tick)
"delay": 7,
// 判定类型
"hitbox": {
// 圆锥区域
"type": "cone",
// 最大距离
"max_range": 5,
// 角度
"max_angle": 140,
// 排除自己
"exclude_self": true
}
},
"attack_right": {
// 伤害倍率
"factor": 1.5,
// 击退
"knockback": 0.3,
// 攻击冷却(tick)
"cooldown": 30,
// 延迟出伤(tick)
"delay": 10,
// 判定类型
"hitbox": {
// 圆锥区域
"type": "cone",
// 最大距离
"max_range": 6,
// 角度
"max_angle": 70,
// 排除自己
"exclude_self": true
}
}
}
}
}
@@ -0,0 +1,62 @@
{
"name": "item.lrtactical.hardened_katana",
"type": "lrtactical:normal",
"base_item": "lrtactical:melee",
"data": {
"attributes": {
"generic.attack_damage": 8,
"minecraft:generic.movement_speed": {
"amount": -0.01,
"operation": "percent"
}
},
// tick
"draw_time": 20,
// tick
"put_away_time": 10,
"attack": {
"attack_left": {
// 伤害倍率
"factor": 1,
// 击退
"knockback": 0.25,
// 攻击冷却(tick)
"cooldown": 14,
// 延迟出伤(tick)
"delay": 6,
// 判定类型
"hitbox": {
// 圆锥区域
"type": "cone",
// 最大距离
"max_range": 5,
// 角度
"max_angle": 140,
// 排除自己
"exclude_self": true
}
},
"attack_right": {
// 伤害倍率
"factor": 1.5,
// 击退
"knockback": 0.3,
// 攻击冷却(tick)
"cooldown": 30,
// 延迟出伤(tick)
"delay": 10,
// 判定类型
"hitbox": {
// 圆锥区域
"type": "cone",
// 最大距离
"max_range": 6,
// 角度
"max_angle": 70,
// 排除自己
"exclude_self": true
}
}
}
}
}
@@ -0,0 +1,62 @@
{
"name": "item.lrtactical.wooden_baseball_bat",
"type": "lrtactical:normal",
"base_item": "lrtactical:melee",
"data": {
"attributes": {
"generic.attack_damage": 6,
"minecraft:generic.movement_speed": {
"amount": -0.03,
"operation": "percent"
}
},
// tick
"draw_time": 20,
// tick
"put_away_time": 10,
"attack": {
"attack_left": {
// 伤害倍率
"factor": 1,
// 击退
"knockback": 0.25,
// 攻击冷却(tick)
"cooldown": 14,
// 延迟出伤(tick)
"delay": 7,
// 判定类型
"hitbox": {
// 圆锥区域
"type": "cone",
// 最大距离
"max_range": 4,
// 角度
"max_angle": 110,
// 排除自己
"exclude_self": true
}
},
"attack_right": {
// 伤害倍率
"factor": 1.5,
// 击退
"knockback": 0.3,
// 攻击冷却(tick)
"cooldown": 30,
// 延迟出伤(tick)
"delay": 10,
// 判定类型
"hitbox": {
// 圆锥区域
"type": "cone",
// 最大距离
"max_range": 5,
// 角度
"max_angle": 60,
// 排除自己
"exclude_self": true
}
}
}
}
}
@@ -0,0 +1,12 @@
{
// 白名单,只有在白名单中的配方才会被显示,如果白名单为空,则所有配方都会被显示
// 可以使用正则表达式,正则表达式请以^开头,$结尾
// 比如 ^.*$ 表示所有配方
// 常用例子:匹配命名空间xxx下的所有配方:^xxx:.*$
"whitelist": [
"^lrtactical:.*$"
],
// 黑名单,在白名单中的配方中,如果在黑名单中,则不会被显示
"blacklist": [
]
}
@@ -0,0 +1,45 @@
{
"type": "tacz:gun_smith_table_crafting",
"materials": [
{
"item": {
"tag": "forge:ingots/iron"
},
"count": 256
},
{
"item": {
"tag": "forge:leather"
},
"count": 16
},
{
"item": {
"tag": "minecraft:logs"
},
"count": 12
},
{
"item": {
"tag": "forge:gems/quartz"
},
"count": 48
},
{
"item": {
"tag": "forge:rods/blaze"
},
"count": 2
}
],
"result": {
"type": "custom",
"group": "lrtactical:melee",
"item": {
"item": "lrtactical:melee",
"nbt": {
"MeleeWeaponId": "lrtactical:baseball_bat"
}
}
}
}
@@ -0,0 +1,45 @@
{
"type": "tacz:gun_smith_table_crafting",
"materials": [
{
"item": {
"tag": "forge:ingots/iron"
},
"count": 256
},
{
"item": {
"tag": "forge:leather"
},
"count": 16
},
{
"item": {
"tag": "minecraft:logs"
},
"count": 12
},
{
"item": {
"tag": "forge:gems/quartz"
},
"count": 48
},
{
"item": {
"tag": "forge:rods/blaze"
},
"count": 4
}
],
"result": {
"type": "custom",
"group": "lrtactical:melee",
"item": {
"item": "lrtactical:melee",
"nbt": {
"MeleeWeaponId": "lrtactical:fire_axe"
}
}
}
}
@@ -0,0 +1,39 @@
{
"type": "tacz:gun_smith_table_crafting",
"materials": [
{
"item": {
"tag": "forge:ingots/iron"
},
"count": 128
},
{
"item": {
"tag": "forge:leather"
},
"count": 18
},
{
"item": {
"tag": "minecraft:logs"
},
"count": 24
},
{
"item": {
"tag": "forge:gems/quartz"
},
"count": 32
}
],
"result": {
"type": "custom",
"group": "lrtactical:melee",
"item": {
"item": "lrtactical:melee",
"nbt": {
"MeleeWeaponId": "lrtactical:hardened_katana"
}
}
}
}
@@ -0,0 +1,39 @@
{
"type": "tacz:gun_smith_table_crafting",
"materials": [
{
"item": {
"tag": "forge:ingots/iron"
},
"count": 32
},
{
"item": {
"tag": "forge:leather"
},
"count": 6
},
{
"item": {
"tag": "minecraft:logs"
},
"count": 24
},
{
"item": {
"tag": "forge:gems/quartz"
},
"count": 16
}
],
"result": {
"type": "custom",
"group": "lrtactical:melee",
"item": {
"item": "lrtactical:melee",
"nbt": {
"MeleeWeaponId": "lrtactical:wooden_baseball_bat"
}
}
}
}