Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
484b373
fix: hand animation for deploying companion
bconlon1 May 22, 2026
9baeca7
refactor: allow aerbunny to be damaged by hostiles
bconlon1 May 22, 2026
b5259f6
feat: render aerbunny hearts above player hotbar
bconlon1 May 24, 2026
bee8eac
improv: replace companion test item with WIP one for aerbunnies + min…
bconlon1 May 24, 2026
5b5b28e
refactor: custom aerbunny heart textures
bconlon1 May 24, 2026
643188e
refactor: misc improvements
bconlon1 May 24, 2026
d8611f7
improv: companion retreat message and properly reset statuses after d…
bconlon1 May 28, 2026
d45b9e6
improv: placeholder aerbunny bell companion item
bconlon1 May 29, 2026
9d90bac
feat: resonant jewel item; placeholder texture
bconlon1 May 30, 2026
d55c556
Merge branch '26.1.2-alpha.4' into feat/bconlon/aerbunny-companion-item
bconlon1 May 30, 2026
8b3eb56
improv: add resonant jewel to cave ruin loot
bconlon1 May 30, 2026
c5a7570
refactor: change aerbunny bell recipe
bconlon1 May 30, 2026
b74a1be
improv: fix aerbunny bell active texture displaying without aerbunny …
bconlon1 May 30, 2026
e760e45
improv: status tooltip for companion item
bconlon1 May 30, 2026
352aa8f
refactor: change aerbunny bell rarity to uncommon
bconlon1 May 30, 2026
5d43119
improv: add usage sound to aerbunny bell
bconlon1 May 30, 2026
a8be0e3
refactor: rename and retexture jewel of resonance
bconlon1 May 31, 2026
6fe3c44
improv: updated aerbunny bell visuals
Builderdog841 Jun 1, 2026
033050d
improv: new assets for stone of resonance and aerbunny bell
bconlon1 Jun 6, 2026
08a6cf7
improv: rebalanced stone of resonance frequency and added it to under…
Builderdog841 Jun 6, 2026
25dec63
improv: rebalancing shifting glass spawn rate
Builderdog841 Jun 7, 2026
2ba7cff
improv: added advancements for using the shifting glass and aerbunny …
Builderdog841 Jun 7, 2026
4c1515f
improv: added advancements for using the shifting glass and aerbunny …
Builderdog841 Jun 7, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions src/generated/resources/assets/aether_ii/items/aerbunny_bell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"model": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:model",
"model": "aether_ii:item/aerbunny_bell_empty"
},
"on_true": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:model",
"model": "aether_ii:item/aerbunny_bell_active"
},
"on_true": {
"type": "minecraft:model",
"model": "aether_ii:item/aerbunny_bell"
},
"property": "aether_ii:stored_companion"
},
"property": "aether_ii:attached_companion"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "aether_ii:item/companion"
"model": "aether_ii:item/stone_of_resonance"
}
}
12 changes: 12 additions & 0 deletions src/generated/resources/assets/aether_ii/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"accessories.slot.aether_ii.relic_slot": "Relic",
"advancement.aether_ii.aerbunny": "Marketable Plushie",
"advancement.aether_ii.aerbunny.desc": "Interact with a tamed Aerbunny to put it on your head",
"advancement.aether_ii.aerbunny_bell": "I choose you!",
"advancement.aether_ii.aerbunny_bell.desc": "Store an Aerbunny inside an Aerbunny Bell",
"advancement.aether_ii.aercloud_glider": "Amateur Flying",
"advancement.aether_ii.aercloud_glider.desc": "Use an Aercloud Glider for better mid-air movement",
"advancement.aether_ii.alkahest_canister": "Handle with Care",
Expand Down Expand Up @@ -78,6 +80,8 @@
"advancement.aether_ii.plant_cutting.desc": "Harvest a cutting from an Aechor Plant or Carrion Sprout",
"advancement.aether_ii.sentry_boots_fall": "Vertigo",
"advancement.aether_ii.sentry_boots_fall.desc": "Survive a critical fall with the help of Sentry Boots",
"advancement.aether_ii.shifting_glass": "Move like the Wind",
"advancement.aether_ii.shifting_glass.desc": "Perform a dash using the help of the Shifting Glass item",
"advancement.aether_ii.skyroot_lizard": "Get Stickbugged!",
"advancement.aether_ii.skyroot_lizard.desc": "Skewer a Skyroot Lizard on a Skyroot Stick",
"advancement.aether_ii.slider": "Like a Bossaru!",
Expand Down Expand Up @@ -209,6 +213,10 @@
"aether_ii.tooltip.item.charm.type.armor": "Armor Charm",
"aether_ii.tooltip.item.charm.type.tool": "Tool Charm",
"aether_ii.tooltip.item.charm.type.weapon": "Weapon Charm",
"aether_ii.tooltip.item.companion.status": "Status: %s",
"aether_ii.tooltip.item.companion.status.active": "Active",
"aether_ii.tooltip.item.companion.status.empty": "Empty",
"aether_ii.tooltip.item.companion.status.stored": "Stored",
"aether_ii.tooltip.item.curative.reduces": "Reduces: %s",
"aether_ii.tooltip.item.curative.removes": "Removes: %s",
"aether_ii.tooltip.item.currency.amount": "%s Glint",
Expand Down Expand Up @@ -944,6 +952,7 @@
"death.attack.aether_ii.effect.venom.player": "%1$s succumbed to venom while trying to escape %2$s",
"death.attack.aether_ii.effect.wound": "%1$s was fatally wounded",
"death.attack.aether_ii.effect.wound.player": "%1$s was fatally wounded by %2$s",
"death.attack.aether_ii.retreat": "%1$s retreated",
"death.attack.aether_ii.shock": "%1$s was electrocuted",
"death.attack.aether_ii.shock.player": "%1$s was electrocuted by %2$s",
"dimension.aether_ii.aether_holy_isles": "Aether Holy Isles",
Expand Down Expand Up @@ -1063,6 +1072,7 @@
"gui.aether_ii.toast.guidebook.exploration": "New Exploration Entry!",
"item.aether_ii.aechor_petal": "Aechor Petal",
"item.aether_ii.aechor_plant_spawn_egg": "Aechor Plant Spawn Egg",
"item.aether_ii.aerbunny_bell": "Aerbunny Bell",
"item.aether_ii.aerbunny_spawn_egg": "Aerbunny Spawn Egg",
"item.aether_ii.aerwhale_spawn_egg": "Aerwhale Spawn Egg",
"item.aether_ii.aether_portal_frame": "Aether Portal Frame",
Expand Down Expand Up @@ -1397,6 +1407,7 @@
"item.aether_ii.skyroot_water_bucket": "Skyroot Water Bucket",
"item.aether_ii.slider_spawn_egg": "Slider Spawn Egg",
"item.aether_ii.splint": "Splint",
"item.aether_ii.stone_of_resonance": "Stone of Resonance",
"item.aether_ii.swet_gel": "Swet Gel",
"item.aether_ii.swet_gel.nitrogen_internals.ability.tooltip.1": "§9Ability:§r Grows Nature",
"item.aether_ii.swet_jelly": "Swet Jelly",
Expand Down Expand Up @@ -1633,6 +1644,7 @@
"subtitles.aether_ii.entity.zephyr.hurt": "Zephyr hurts",
"subtitles.aether_ii.entity.zephyr.shoot": "Zephyr spits",
"subtitles.aether_ii.item.accessory.equip_generic": "Accessory equips",
"subtitles.aether_ii.item.aerbunny_bell.ring": "Aerbunny Bell rings",
"subtitles.aether_ii.item.ambrosium_shard.use": "Ambrosium Shard used",
"subtitles.aether_ii.item.arkenium_canister.empty": "Arkenium Canister empties",
"subtitles.aether_ii.item.arkenium_canister.fill": "Arkenium Canister fills",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "aether_ii:item/companion"
"layer0": "aether_ii:item/aerbunny_bell"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "aether_ii:item/aerbunny_bell_active"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "aether_ii:item/aerbunny_bell_empty"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "aether_ii:item/stone_of_resonance"
}
}
9 changes: 9 additions & 0 deletions src/generated/resources/assets/aether_ii/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,15 @@
],
"subtitle": "subtitles.aether_ii.item.accessory.equip_generic"
},
"item.aerbunny_bell.ring": {
"sounds": [
{
"name": "block/bell/bell_use01",
"pitch": 4.0
}
],
"subtitle": "subtitles.aether_ii.item.aerbunny_bell.ring"
},
"item.ambrosium_shard.use": {
"sounds": [
"block/amethyst/shimmer"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"parent": "aether_ii:aerbunny",
"criteria": {
"aerbunny_bell": {
"conditions": {
"items": [
{
"items": "aether_ii:aerbunny_bell",
"predicates": {
"aether_ii:companion_tag": {}
}
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"display": {
"description": {
"color": "aqua",
"translate": "advancement.aether_ii.aerbunny_bell.desc"
},
"icon": {
"id": "aether_ii:aerbunny_bell"
},
"title": {
"translate": "advancement.aether_ii.aerbunny_bell"
}
},
"requirements": [
[
"aerbunny_bell"
]
],
"sends_telemetry_event": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_stone_of_resonance": {
"conditions": {
"items": [
{
"items": "aether_ii:stone_of_resonance"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "aether_ii:aerbunny_bell"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_stone_of_resonance"
]
],
"rewards": {
"recipes": [
"aether_ii:aerbunny_bell"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"parent": "aether_ii:blue_aercloud",
"criteria": {
"shifting_glass": {
"conditions": {
"item": {
"items": "aether_ii:shifting_glass"
}
},
"trigger": "minecraft:using_item"
}
},
"display": {
"description": {
"color": "aqua",
"translate": "advancement.aether_ii.shifting_glass.desc"
},
"icon": {
"id": "aether_ii:shifting_glass"
},
"title": {
"translate": "advancement.aether_ii.shifting_glass"
}
},
"requirements": [
[
"shifting_glass"
]
],
"sends_telemetry_event": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"name": "aether_ii:ambrosium_shard",
"weight": 10
"weight": 5
},
{
"type": "minecraft:item",
Expand All @@ -34,7 +34,7 @@
}
],
"name": "aether_ii:ambrosium_torch",
"weight": 8
"weight": 4
},
{
"type": "minecraft:item",
Expand All @@ -50,7 +50,7 @@
}
],
"name": "aether_ii:golden_amber",
"weight": 6
"weight": 3
},
{
"type": "minecraft:item",
Expand All @@ -66,28 +66,11 @@
}
],
"name": "aether_ii:icestone",
"weight": 4
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"damage": {
"type": "minecraft:uniform",
"max": 0.8,
"min": 0.15
},
"function": "minecraft:set_damage"
}
],
"name": "aether_ii:shifting_glass",
"weight": 3
"weight": 2
},
{
"type": "minecraft:item",
"name": "aether_ii:fossilized_zanite",
"weight": 2
"name": "aether_ii:fossilized_zanite"
}
],
"rolls": {
Expand Down Expand Up @@ -185,28 +168,59 @@
}
],
"name": "aether_ii:glint_coin",
"weight": 12
"weight": 10
},
{
"type": "minecraft:item",
"name": "aether_ii:zanite_pendant",
"weight": 6
"functions": [
{
"add": false,
"damage": {
"type": "minecraft:uniform",
"max": 0.4,
"min": 0.2
},
"function": "minecraft:set_damage"
}
],
"name": "aether_ii:shifting_glass",
"weight": 5
},
{
"type": "minecraft:item",
"name": "aether_ii:holystone_pickaxe",
"weight": 4
"name": "aether_ii:zanite_pickaxe",
"weight": 3
},
{
"type": "minecraft:item",
"name": "aether_ii:zanite_pickaxe",
"name": "aether_ii:stone_of_resonance",
"weight": 3
},
{
"type": "minecraft:item",
"name": "aether_ii:zanite_pendant",
"weight": 2
},
{
"type": "minecraft:item",
"name": "aether_ii:guidebook_page",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"damage": {
"type": "minecraft:uniform",
"max": 0.8,
"min": 0.6
},
"function": "minecraft:set_damage"
}
],
"name": "aether_ii:shifting_glass"
},
{
"type": "minecraft:loot_table",
"value": "aether_ii:chests/dungeons/music_discs"
Expand Down
Loading