Some Fixes and credits

This commit is contained in:
Vos
2025-11-12 21:03:38 -06:00
parent 0cae1de4e9
commit 369585bbcf
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ loom_version=1.13-SNAPSHOT
fabric_version=0.116.7+1.21.1 fabric_version=0.116.7+1.21.1
# Mod Properties # Mod Properties
mod_version=1.0.0 mod_version=1.1.0
maven_group=com.acethewildfire.acesbs maven_group=com.acethewildfire.acesbs
archives_base_name=acesbs archives_base_name=acesbs
@@ -84,6 +84,8 @@ Mobs
- Pet rock (Stable Entropy on a stone block) - Pet rock (Stable Entropy on a stone block)
- Swearing skeleton (Stable Entropy on skeleton). - Swearing skeleton (Stable Entropy on skeleton).
- Infernal Bull (nether) - Infernal Bull (nether)
- Prisma Slime (Prisma Steel and slime)
- Tarr Slime (Prisma and Magmacube)
Music Disk Music Disk
- Crab Rave - Crab Rave
@@ -43,7 +43,8 @@ public class ModItemTagProvider extends FabricTagProvider.ItemTagProvider {
.add(ModItems.PRISMA_STEEL_HELMET) .add(ModItems.PRISMA_STEEL_HELMET)
.add(ModItems.PRISMA_STEEL_CHESTPLATE) .add(ModItems.PRISMA_STEEL_CHESTPLATE)
.add(ModItems.PRISMA_STEEL_LEGGINGS) .add(ModItems.PRISMA_STEEL_LEGGINGS)
.add(ModItems.PRISMA_STEEL_BOOTS); .add(ModItems.PRISMA_STEEL_BOOTS)
.add(ModItems.BERSERKERS_PAULDRON);
getOrCreateTagBuilder(ItemTags.TRIM_MATERIALS) getOrCreateTagBuilder(ItemTags.TRIM_MATERIALS)
.add(ModItems.PRISMA_STEEL); .add(ModItems.PRISMA_STEEL);
getOrCreateTagBuilder(ItemTags.TRIM_TEMPLATES) getOrCreateTagBuilder(ItemTags.TRIM_TEMPLATES)
+5 -4
View File
@@ -3,13 +3,14 @@
"id": "acesbs", "id": "acesbs",
"version": "${version}", "version": "${version}",
"name": "Ace's BS", "name": "Ace's BS",
"description": "Ace's First Mod!", "description": "Ace's Chaotic BS!",
"authors": [ "authors": [
"Ace The Wildfire" "Ace The Wildfire (Textures and Programming)",
"Sovaeris (Textures)"
], ],
"contact": { "contact": {
"homepage": "https://fabricmc.net/", "homepage": "https://mods.acethewildfire.me",
"sources": "https://github.com/FabricMC/fabric-example-mod" "sources": "https://mods.acethewildfire.me"
}, },
"license": "MIT", "license": "MIT",
"icon": "assets/acesbs/icon.png", "icon": "assets/acesbs/icon.png",