Skip to content

Commit

Permalink
Support for Goblins & Dungeons
Browse files Browse the repository at this point in the history
  • Loading branch information
babybluetit committed May 18, 2022
1 parent bbc7613 commit d823f44
Show file tree
Hide file tree
Showing 10 changed files with 174 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Adds icons to Xaero's Minimap for a range of modded mobs. This is the current (1
- [Earth Mobs](https://www.curseforge.com/minecraft/mc-mods/earth-mobs)
- [Ecologics](https://www.curseforge.com/minecraft/mc-mods/ecologics)
- [Friends&Foes](https://www.curseforge.com/minecraft/mc-mods/friends-and-foes)
- [Goblins & Dungeons](https://www.curseforge.com/minecraft/mc-mods/goblins-dungeons)
- [The Graveyard [Fabric]](https://www.curseforge.com/minecraft/mc-mods/the-graveyard-fabric)
- [Hedgehogs](https://www.curseforge.com/minecraft/mc-mods/hedgehogs)
- [LLamarama](https://www.curseforge.com/minecraft/mc-mods/llamarama)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"variants": {
"default": "model:0"
},
"modelConfigs": [
{
"baseScale": 1.0,
"rotationY": 0,
"rotationX": 0,
"rotationZ": 0,
"offsetX": 0,
"offsetY": 0,
"modelMainPartFieldAliases": [
"superlord.goblinsanddungeons.client.model.GarchModel;Headlayer"
],
"renderingFullModel": false,
"modelPartsRotationReset": true,
"layersAllowed": true
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"variants": {
"default": "model:0"
},
"modelConfigs": [
{
"baseScale": 1.0,
"rotationY": 0,
"rotationX": 0,
"rotationZ": 0,
"offsetX": 0,
"offsetY": 0,
"modelMainPartFieldAliases": [
"superlord.goblinsanddungeons.client.model.GobModel;Head"
],
"renderingFullModel": false,
"modelPartsRotationReset": true,
"layersAllowed": true
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"variants": {
"default": "model:0"
},
"modelConfigs": [
{
"baseScale": 1.0,
"rotationY": 0,
"rotationX": 0,
"rotationZ": 0,
"offsetX": 0,
"offsetY": 0,
"modelMainPartFieldAliases": [
"superlord.goblinsanddungeons.client.model.GobberModel;Head"
],
"renderingFullModel": false,
"modelPartsRotationReset": true,
"layersAllowed": true
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"variants": {
"default": "model:0"
},
"modelConfigs": [
{
"baseScale": 1.0,
"rotationY": 0,
"rotationX": 0,
"rotationZ": 0,
"offsetX": 0,
"offsetY": 0,
"modelMainPartFieldAliases": [
"superlord.goblinsanddungeons.client.model.GoblinKingModel;Head"
],
"renderingFullModel": false,
"modelPartsRotationReset": true,
"layersAllowed": true
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"variants": {
"default": "model:0"
},
"modelConfigs": [
{
"baseScale": 1.0,
"rotationY": 0,
"rotationX": 0,
"rotationZ": 0,
"offsetX": 0,
"offsetY": 0,
"modelMainPartFieldAliases": [
"superlord.goblinsanddungeons.client.model.GobloModel;Head"
],
"renderingFullModel": false,
"modelPartsRotationReset": true,
"layersAllowed": true
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"variants": {
"default": "model:0"
},
"modelConfigs": [
{
"baseScale": 1.0,
"rotationY": 0,
"rotationX": 0,
"rotationZ": 0,
"offsetX": 0,
"offsetY": 0,
"modelMainPartFieldAliases": [
"superlord.goblinsanddungeons.client.model.GoomModel;Head"
],
"renderingFullModel": false,
"modelPartsRotationReset": true,
"layersAllowed": true
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"variants": {
"default": "model:0"
},
"modelConfigs": [
{
"baseScale": 1.0,
"rotationY": 0,
"rotationX": 0,
"rotationZ": 0,
"offsetX": 0,
"offsetY": 0,
"modelMainPartFieldAliases": [
"superlord.goblinsanddungeons.client.model.HobgobModel;Head"
],
"renderingFullModel": false,
"modelPartsRotationReset": true,
"layersAllowed": true
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"default": "normal_sprite:blank.png"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"variants": {
"default": "model:0"
},
"modelConfigs": [
{
"baseScale": 0.5,
"rotationY": 0,
"rotationX": 0,
"rotationZ": 0,
"offsetX": 0,
"offsetY": 0,
"modelMainPartFieldAliases": [
"superlord.goblinsanddungeons.client.model.OgreModel;Head"
],
"renderingFullModel": false,
"modelPartsRotationReset": true,
"layersAllowed": true
}
]
}

0 comments on commit d823f44

Please sign in to comment.