kaupen bow and ashes

This commit is contained in:
Vos
2025-11-11 00:04:27 -06:00
parent 4938b5675e
commit 69ec2bea0b
18 changed files with 184 additions and 21 deletions
+12 -9
View File
@@ -1,11 +1,14 @@
{
"required": true,
"package": "com.acethewildfire.acesbs.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
}
"required": true,
"package": "com.acethewildfire.acesbs.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
},
"client": [
"AbstractClientPlayerEntityMixin"
]
}
@@ -2,6 +2,7 @@
"item.acesbs.oracle_lemon.effect.blindness": "Oracle of Lemon",
"item.acesbs.raw_entropy": "Raw Entropy",
"item.acesbs.stable_entropy": "Stabilized Entropy",
"item.acesbs.infernal_ashes": "Infernal Ashes",
"item.acesbs.lemon": "Odd Lemon",
"item.acesbs.cooked_lemon": "Cooked Odd Lemon",
"item.acesbs.green_bricks": "Green Bricks",
@@ -26,6 +27,11 @@
"item.acesbs.prisma_steel_boots": "Prisma Steel Boots",
"item.acesbs.prisma_armor_trim_smithing_template": "Prisma Smithing Template",
"item.acesbs.kaupen_bow": "Kaupen Bow",
"trim_material.acesbs.prisma_steel": "Prisma Steel Material",
"trim_pattern.acesbs.prisma": "Prisma Armor Pattern",
"block.acesbs.entropy_block": "Block of Raw Entropy",
"block.acesbs.prisma_steel_block": "Block of Prisma Steel",
"block.acesbs.entropy_ore": "Entropic Ore",
@@ -51,14 +57,14 @@
"itemgroup.acesbs.combat": "Ace's BS Combat",
"itemgroup.acesbs.tools": "Ace's BS Tools",
"tooltip.acesbs.generic.shift_up": "Hold §eShift§r for item description.",
"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.green_bricks.shift_down": "§o§7Useless Item§r",
"tooltip.acesbs.green_bricks": "Hold §eShift§r for item description.",
"tooltip.acesbs.green_bricks": "§o§7Useless Item§r",
"tooltip.acesbs.entropy_block.tooltip2": "Has a 1/20 chance of turning an apple into a lemon.",
"tooltip.acesbs.wand.shift_down": "Changes blocks using Entropy",
"tooltip.acesbs.wand": "Hold §eShift§r for item description.",
"tooltip.acesbs.wand": "Changes blocks using Entropy",
"trim_material.acesbs.prisma_steel": "Prisma Steel Material",
"trim_pattern.acesbs.prisma": "Prisma Armor Pattern"
"tooltip.acesbs.kaupen_bow": "§7§oThanks to §1Modding by Kaupenjoe§r",
"tooltip.acesbs.kaupen_bow_2": "§7§oYou made minecraft modding easy.§r"
}
@@ -0,0 +1,50 @@
{
"parent": "item/generated",
"textures": {
"layer0": "acesbs:item/kaupen_bow"
},
"display": {
"thirdperson_righthand": {
"rotation": [ -80, 260, -40 ],
"translation": [ -1, -2, 2.5 ],
"scale": [ 0.9, 0.9, 0.9 ]
},
"thirdperson_lefthand": {
"rotation": [ -80, -280, 40 ],
"translation": [ -1, -2, 2.5 ],
"scale": [ 0.9, 0.9, 0.9 ]
},
"firstperson_righthand": {
"rotation": [ 0, -90, 25 ],
"translation": [ 1.13, 3.2, 1.13],
"scale": [ 0.68, 0.68, 0.68 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 90, -25 ],
"translation": [ 1.13, 3.2, 1.13],
"scale": [ 0.68, 0.68, 0.68 ]
}
},
"overrides": [
{
"predicate": {
"pulling": 1
},
"model": "acesbs:item/kaupen_bow_pulling_0"
},
{
"predicate": {
"pulling": 1,
"pull": 0.65
},
"model": "acesbs:item/kaupen_bow_pulling_1"
},
{
"predicate": {
"pulling": 1,
"pull": 0.9
},
"model": "acesbs:item/kaupen_bow_pulling_2"
}
]
}
@@ -0,0 +1,6 @@
{
"parent": "acesbs:item/kaupen_bow",
"textures": {
"layer0": "acesbs:item/kaupen_bow_pulling_0"
}
}
@@ -0,0 +1,6 @@
{
"parent": "acesbs:item/kaupen_bow",
"textures": {
"layer0": "acesbs:item/kaupen_bow_pulling_1"
}
}
@@ -0,0 +1,6 @@
{
"parent": "acesbs:item/kaupen_bow",
"textures": {
"layer0": "acesbs:item/kaupen_bow_pulling_2"
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB