rebalancing of most origins

This commit is contained in:
2025-12-25 16:32:36 +05:30
parent e4c3698651
commit aa73592421
9 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
{
"type": "origins:active_self",
"entity_action": {
"type": "origins:and",
"actions": [
{
"type": "origins:delay",
"action": {
"type": "origins:raycast",
"distance": 20,
"block": false,
"entity": true,
"shape_type": "visual",
"fluid_handling": "any",
"miss_action": {
"type": "origins:nothing"
},
"command_at_hit": "/execute as @e[distance=..2] run effect give @s minecraft:regeneration 0 5",
"command_along_ray": "/particle electric_spark ~ ~ ~ 0 0 0 0 10",
"command_step": 0.3
},
"ticks": 0
},
{
"type": "origins:play_sound",
"sound": "block.beacon.activate",
"volume": 1,
"pitch": 1
}
]
},
"cooldown": 100,
"hud_render": {
"sprite_location": "origins:textures/gui/community/huang/resource_bar_01.png",
"bar_index": "4"
},
"key": "secondary"
}

View File

@@ -0,0 +1,22 @@
{
"replace": false,
"values": [
"minecraft:ocelot",
"minecraft:rabbit",
"minecraft:fox",
"minecraft:tropical_fish",
"minecraft:mule",
"minecraft:donkey",
"minecraft:horse",
"minecraft:turtle",
"minecraft:skeleton_horse",
"minecraft:squid",
"minecraft:strider",
"minecraft:wandering_trader",
"minecraft:zombie_horse",
"minecraft:cod",
"minecraft:frog",
"minecraft:glow_squid",
"minecraft:villager"
]
}

View File

@@ -0,0 +1,13 @@
{
"replace": false,
"values": [
"minecraft:drowned",
"minecraft:husk",
"minecraft:zombie",
"minecraft:zombie_horse",
"minecraft:zombie_villager",
"minecraft:zombified_piglin",
"#minecraft:skeletons",
"minecraft:phantoms"
]
}