Paintings

This commit is contained in:
Vos
2025-11-11 13:50:12 -06:00
parent cbe297c8d8
commit 145c86aa2f
10 changed files with 44 additions and 0 deletions
@@ -33,12 +33,23 @@
"item.acesbs.prisma_steel_boots": "Prisma Steel Boots", "item.acesbs.prisma_steel_boots": "Prisma Steel Boots",
"item.acesbs.prisma_armor_trim_smithing_template": "Prisma Smithing Template", "item.acesbs.prisma_armor_trim_smithing_template": "Prisma Smithing Template",
"item.acesbs.berserkers_pauldron": "Berserker's Pauldron",
"item.acesbs.kaupen_bow": "Kaupen Bow", "item.acesbs.kaupen_bow": "Kaupen Bow",
"item.acesbs.crab_rave_music_disc": "Crab Rave Music Disc", "item.acesbs.crab_rave_music_disc": "Crab Rave Music Disc",
"item.acesbs.crab_rave_music_disc.desc": "Noisestorm - Crab Rave [Monstercat Release]", "item.acesbs.crab_rave_music_disc.desc": "Noisestorm - Crab Rave [Monstercat Release]",
"painting.acesbs.herald.title": "Herald's Banner",
"painting.acesbs.herald.author": "AceTheWildfire",
"painting.acesbs.fire.title": "Neon Wildfire",
"painting.acesbs.fire.author": "AceTheWildfire",
"painting.acesbs.stained.title": "Temple of Love",
"painting.acesbs.stained.author": "Sovaeris",
"painting.acesbs.soul_flame.title": "White Soul Flame",
"painting.acesbs.soul_flame.author": "Sovaeris",
"trim_material.acesbs.prisma_steel": "Prisma Steel Material", "trim_material.acesbs.prisma_steel": "Prisma Steel Material",
"trim_pattern.acesbs.prisma": "Prisma Armor Pattern", "trim_pattern.acesbs.prisma": "Prisma Armor Pattern",
@@ -69,6 +80,7 @@
"itemgroup.acesbs.tools": "Ace's BS Tools", "itemgroup.acesbs.tools": "Ace's BS Tools",
"tooltip.acesbs.generic.shift_up": "Hold §eShift§r for item description.", "tooltip.acesbs.generic.shift_up": "Hold §eShift§r for item description.",
"tooltip.acesbs.generic.shift_more": "Hold §eShift§r for more.",
"tooltip.acesbs.entropy_block.tooltip": "Exerts an §o§4uncertain force§r when stepped on.", "tooltip.acesbs.entropy_block.tooltip": "Exerts an §o§4uncertain force§r when stepped on.",
"tooltip.acesbs.stable_entropy_block.tooltip": "Exerts an §o§2upward force§r of 4.5 blocks when stepped on.", "tooltip.acesbs.stable_entropy_block.tooltip": "Exerts an §o§2upward force§r of 4.5 blocks when stepped on.",
@@ -79,6 +91,10 @@
"tooltip.acesbs.kaupen_bow": "§7§oThanks to §1Modding by Kaupenjoe§r", "tooltip.acesbs.kaupen_bow": "§7§oThanks to §1Modding by Kaupenjoe§r",
"tooltip.acesbs.kaupen_bow_2": "§7§oYou made minecraft modding easy.§r", "tooltip.acesbs.kaupen_bow_2": "§7§oYou made minecraft modding easy.§r",
"tooltip.acesbs.berserkers_pauldron_desc": "§c§oI will not be moved.§r",
"tooltip.acesbs.berserkers_pauldron_thanks": "§7§oProgrammed with <3 for Tennocraft§r",
"tooltip.acesbs.thanks_sov": "§7§oTextures by Sovaeris§r",
"sounds.acesbs.lizard": "Lizard!", "sounds.acesbs.lizard": "Lizard!",
"sounds.acesbs.crab_rave": "Jukebox plays Crab Rave" "sounds.acesbs.crab_rave": "Jukebox plays Crab Rave"
} }
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:fire",
"height": 2,
"width": 2
}
@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:herald",
"height": 2,
"width": 4
}
@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:soul_flame",
"height": 2,
"width": 2
}
@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:stained",
"height": 4,
"width": 3
}
@@ -0,0 +1,8 @@
{
"values": [
"acesbs:herald",
"acesbs:fire",
"acesbs:soul_flame",
"acesbs:stained"
]
}