Added the Draft of Angelus, which increases the max number of upgrade points for Living Armour.
This commit is contained in:
parent
e509b4fe69
commit
f8859dbf56
12 changed files with 218 additions and 1 deletions
|
@ -130,6 +130,16 @@
|
|||
"textures": {
|
||||
"layer0": "bloodmagic:items/Saltpeter"
|
||||
}
|
||||
},
|
||||
"neurotoxin": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/NeuroToxin"
|
||||
}
|
||||
},
|
||||
"antiseptic": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/Antiseptic"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "builtin/generated",
|
||||
"transform": "forge:default-item"
|
||||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"draftangelus": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/Coagulant"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue