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
# Mod Properties
mod_version=1.0.0
mod_version=1.1.0
maven_group=com.acethewildfire.acesbs
archives_base_name=acesbs
@@ -84,6 +84,8 @@ Mobs
- Pet rock (Stable Entropy on a stone block)
- Swearing skeleton (Stable Entropy on skeleton).
- Infernal Bull (nether)
- Prisma Slime (Prisma Steel and slime)
- Tarr Slime (Prisma and Magmacube)
Music Disk
- Crab Rave
@@ -43,7 +43,8 @@ public class ModItemTagProvider extends FabricTagProvider.ItemTagProvider {
.add(ModItems.PRISMA_STEEL_HELMET)
.add(ModItems.PRISMA_STEEL_CHESTPLATE)
.add(ModItems.PRISMA_STEEL_LEGGINGS)
.add(ModItems.PRISMA_STEEL_BOOTS);
.add(ModItems.PRISMA_STEEL_BOOTS)
.add(ModItems.BERSERKERS_PAULDRON);
getOrCreateTagBuilder(ItemTags.TRIM_MATERIALS)
.add(ModItems.PRISMA_STEEL);
getOrCreateTagBuilder(ItemTags.TRIM_TEMPLATES)
+5 -4
View File
@@ -3,13 +3,14 @@
"id": "acesbs",
"version": "${version}",
"name": "Ace's BS",
"description": "Ace's First Mod!",
"description": "Ace's Chaotic BS!",
"authors": [
"Ace The Wildfire"
"Ace The Wildfire (Textures and Programming)",
"Sovaeris (Textures)"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
"homepage": "https://mods.acethewildfire.me",
"sources": "https://mods.acethewildfire.me"
},
"license": "MIT",
"icon": "assets/acesbs/icon.png",