Some Fixes and credits
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user