buncha things

-partial implementation of angel origin
-increase in difficulty of 'Sun Totem' recipe
This commit is contained in:
CosmoOrSth
2025-05-05 17:07:13 +05:30
parent e33055bdd3
commit a39ba75c2f
5 changed files with 67 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
"terraoriginum:muckunde", "terraoriginum:muckunde",
"terraoriginum:blight", "terraoriginum:blight",
"terraoriginum:munch", "terraoriginum:munch",
"terraoriginum:angel",
{ {
"condition": { "condition": {
"type": "origins:equipped_item", "type": "origins:equipped_item",

View File

@@ -0,0 +1,8 @@
{
"powers": [
"terraoriginum:angel-powers/divine_grace"
],
"icon": "minecraft:rotten_flesh",
"order": 1011,
"impact": 3
}

View File

@@ -0,0 +1,42 @@
{
"type": "origins:multiple",
"divine_grace":
{
"type": "origins:resource",
"min": 0,
"max": 22,
"start_value": 11,
"hud_render": {
"should_render": true,
"bar_index": 4,
"sprite_location": "origins:textures/gui/resource_bar.png"
}
},
"instant_fall_from_grace":
{
"type": "origins:self_action_on_kill",
"target_condition": {
"type": "origins:or",
"conditions": [
{
"type": "origins:in_tag",
"tag": "terraoriginum:nomercy"
}
]
},
"entity_action": {
"type": "origins:and",
"actions": [
{
"type": "origins:change_resource",
"resource": "*:*_divine_grace",
"change": -22
}
]
},
"cooldown": 0,
"hud_render": {
"should_render": false
}
}
}

View File

@@ -1,7 +1,7 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
" / ", " D ",
"#P#", "#P#",
" / " " / "
], ],
@@ -14,6 +14,9 @@
}, },
"P": { "P": {
"item": "minecraft:totem_of_undying" "item": "minecraft:totem_of_undying"
},
"D": {
"item": "minecraft:nether_star"
} }
}, },
"result": { "result": {

View File

@@ -0,0 +1,12 @@
{
"replace": false,
"values": [
"minecraft:cat",
"minecraft:wolf",
"minecraft:parrot",
"minecraft:allay",
"minecraft:panda",
"minecraft:axolotl",
"minecraft:bee"
]
}