More paintings

This commit is contained in:
Vos
2025-11-12 19:55:19 -06:00
parent 6cf60c7d6b
commit 31814d6bf5
8 changed files with 19 additions and 2 deletions
@@ -11,6 +11,7 @@ public class AcesBSClient implements ClientModInitializer {
public void onInitializeClient() {
BlockRenderLayerMap.INSTANCE.putBlock(ModBlocks.LEMONWOOD_DOOR, RenderLayer.getTranslucent());
BlockRenderLayerMap.INSTANCE.putBlock(ModBlocks.LEMONWOOD_TRAPDOOR, RenderLayer.getTranslucent());
BlockRenderLayerMap.INSTANCE.putBlock(ModBlocks.TOBACCO_CROP, RenderLayer.getCutout());
ModModelPredicates.registerModelPredicates();
}
@@ -20,8 +20,8 @@ public record LightningStrikeEnchantmentEffect() implements EnchantmentEntityEff
EntityType.LIGHTNING_BOLT.spawn(world, user.getBlockPos(), SpawnReason.TRIGGERED);
}
if(level == 2){
EntityType.LIGHTNING_BOLT.spawn(world, user.getBlockPos(), SpawnReason.TRIGGERED);
EntityType.LIGHTNING_BOLT.spawn(world, user.getBlockPos(), SpawnReason.TRIGGERED);
EntityType.LIGHTNING_BOLT.spawn(world, new BlockPos(((int) pos.x),((int) pos.y),((int) pos.z)), SpawnReason.TRIGGERED);
EntityType.LIGHTNING_BOLT.spawn(world, new BlockPos(((int) pos.x),((int) pos.y),((int) pos.z)), SpawnReason.TRIGGERED);
}
}
@@ -47,10 +47,14 @@
"painting.acesbs.herald.author": "AceTheWildfire",
"painting.acesbs.fire.title": "Neon Wildfire",
"painting.acesbs.fire.author": "AceTheWildfire",
"painting.acesbs.writings.title": "Writings on the Wall",
"painting.acesbs.writings.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",
"painting.acesbs.nebula.title": "Nebula",
"painting.acesbs.nebula.author": "Sovaeris",
"trim_material.acesbs.prisma_steel": "Prisma Steel Material",
"trim_pattern.acesbs.prisma": "Prisma Armor Pattern",
Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:nebula",
"height": 10,
"width": 14
}
@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:writings",
"height": 5,
"width": 8
}
@@ -2,7 +2,9 @@
"values": [
"acesbs:herald",
"acesbs:fire",
"acesbs:writings",
"acesbs:soul_flame",
"acesbs:nebula",
"acesbs:stained"
]
}