Creation of 1.16.3 branch

Initial publishing of the 1.16.3 branch of the mod. A lot of systems are missing (such as Rituals and Living Armour), but enough is present for a decent Alpha release.
This commit is contained in:
WayofTime 2020-10-24 08:59:04 -04:00
parent 0e02b983f1
commit d617911d7a
1662 changed files with 18791 additions and 85075 deletions

View file

@ -0,0 +1,3 @@
{
"parent": "bloodmagic:block/accelerationrune"
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/airsigil"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "bloodmagic:block/altarcapacityrune"
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/apprenticebloodorb"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/arcaneashes"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/basemonstersoul"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/basemonstersoul_corrosive"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/basemonstersoul_destructive"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/basemonstersoul_steadfast"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/basemonstersoul_vengeful"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "bloodmagic:block/bettercapacityrune"
}

View file

@ -0,0 +1,3 @@
{
"parent": "bloodmagic:block/blankrune"
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/blankslate"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/bloodlightsigil"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "bloodmagic:block/chargingrune"
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/daggerofsacrifice"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/demonslate"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "bloodmagic:block/dislocationrune"
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/divinationsigil"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/etherealslate"
}
}

View file

@ -0,0 +1,16 @@
{
"overrides": [
{
"predicate": {
"bloodmagic:active": 0.0
},
"model": "bloodmagic:item/variants/growthsigil_deactivated"
},
{
"predicate": {
"bloodmagic:active": 1.0
},
"model": "bloodmagic:item/variants/growthsigil_activated"
}
]
}

View file

@ -0,0 +1,16 @@
{
"overrides": [
{
"predicate": {
"bloodmagic:active": 0.0
},
"model": "bloodmagic:item/variants/icesigil_deactivated"
},
{
"predicate": {
"bloodmagic:active": 1.0
},
"model": "bloodmagic:item/variants/icesigil_activated"
}
]
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/infusedslate"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/lavasigil"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/magicianbloodorb"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/masterbloodorb"
}
}

View file

@ -0,0 +1,16 @@
{
"overrides": [
{
"predicate": {
"bloodmagic:active": 0.0
},
"model": "bloodmagic:item/variants/miningsigil_deactivated"
},
{
"predicate": {
"bloodmagic:active": 1.0
},
"model": "bloodmagic:item/variants/miningsigil_activated"
}
]
}

View file

@ -0,0 +1,3 @@
{
"parent": "bloodmagic:block/orbcapacityrune"
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/reagentair"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/reagentbloodlight"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/reagentfastminer"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/reagentgrowth"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/reagentlava"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/reagentmagnetism"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/reagentvoid"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/reagentwater"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/reinforcedslate"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "bloodmagic:block/sacrificerune"
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/sacrificialdagger"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "bloodmagic:block/selfsacrificerune"
}

View file

@ -0,0 +1,16 @@
{
"overrides": [
{
"predicate": {
"bloodmagic:active": 0.0
},
"model": "bloodmagic:item/variants/sigilofmagnetism_deactivated"
},
{
"predicate": {
"bloodmagic:active": 1.0
},
"model": "bloodmagic:item/variants/sigilofmagnetism_activated"
}
]
}

View file

@ -0,0 +1,34 @@
{
"overrides": [
{
"predicate": {
"bloodmagic:type": 0.0
},
"model": "bloodmagic:item/variants/soulgemcommon"
},
{
"predicate": {
"bloodmagic:type": 1.0
},
"model": "bloodmagic:item/variants/soulgemcommon_corrosive"
},
{
"predicate": {
"bloodmagic:type": 2.0
},
"model": "bloodmagic:item/variants/soulgemcommon_destructive"
},
{
"predicate": {
"bloodmagic:type": 3.0
},
"model": "bloodmagic:item/variants/soulgemcommon_vengeful"
},
{
"predicate": {
"bloodmagic:type": 4.0
},
"model": "bloodmagic:item/variants/soulgemcommon_steadfast"
}
]
}

View file

@ -0,0 +1,34 @@
{
"overrides": [
{
"predicate": {
"bloodmagic:type": 0.0
},
"model": "bloodmagic:item/variants/soulgemlesser"
},
{
"predicate": {
"bloodmagic:type": 1.0
},
"model": "bloodmagic:item/variants/soulgemlesser_corrosive"
},
{
"predicate": {
"bloodmagic:type": 2.0
},
"model": "bloodmagic:item/variants/soulgemlesser_destructive"
},
{
"predicate": {
"bloodmagic:type": 3.0
},
"model": "bloodmagic:item/variants/soulgemlesser_vengeful"
},
{
"predicate": {
"bloodmagic:type": 4.0
},
"model": "bloodmagic:item/variants/soulgemlesser_steadfast"
}
]
}

View file

@ -0,0 +1,34 @@
{
"overrides": [
{
"predicate": {
"bloodmagic:type": 0.0
},
"model": "bloodmagic:item/variants/soulgempetty"
},
{
"predicate": {
"bloodmagic:type": 1.0
},
"model": "bloodmagic:item/variants/soulgempetty_corrosive"
},
{
"predicate": {
"bloodmagic:type": 2.0
},
"model": "bloodmagic:item/variants/soulgempetty_destructive"
},
{
"predicate": {
"bloodmagic:type": 3.0
},
"model": "bloodmagic:item/variants/soulgempetty_vengeful"
},
{
"predicate": {
"bloodmagic:type": 4.0
},
"model": "bloodmagic:item/variants/soulgempetty_steadfast"
}
]
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulsnare"
}
}

View file

@ -0,0 +1,74 @@
{
"overrides": [
{
"predicate": {
"bloodmagic:type": 0.0,
"bloodmagic:active": 0.0
},
"model": "bloodmagic:item/variants/soulsword_deactivated"
},
{
"predicate": {
"bloodmagic:type": 1.0,
"bloodmagic:active": 0.0
},
"model": "bloodmagic:item/variants/soulsword_corrosive_deactivated"
},
{
"predicate": {
"bloodmagic:type": 2.0,
"bloodmagic:active": 0.0
},
"model": "bloodmagic:item/variants/soulsword_destructive_deactivated"
},
{
"predicate": {
"bloodmagic:type": 3.0,
"bloodmagic:active": 0.0
},
"model": "bloodmagic:item/variants/soulsword_vengeful_deactivated"
},
{
"predicate": {
"bloodmagic:type": 4.0,
"bloodmagic:active": 0.0
},
"model": "bloodmagic:item/variants/soulsword_steadfast_deactivated"
},
{
"predicate": {
"bloodmagic:type": 0.0,
"bloodmagic:active": 1.0
},
"model": "bloodmagic:item/variants/soulsword_activated"
},
{
"predicate": {
"bloodmagic:type": 1.0,
"bloodmagic:active": 1.0
},
"model": "bloodmagic:item/variants/soulsword_corrosive_activated"
},
{
"predicate": {
"bloodmagic:type": 2.0,
"bloodmagic:active": 1.0
},
"model": "bloodmagic:item/variants/soulsword_destructive_activated"
},
{
"predicate": {
"bloodmagic:type": 3.0,
"bloodmagic:active": 1.0
},
"model": "bloodmagic:item/variants/soulsword_vengeful_activated"
},
{
"predicate": {
"bloodmagic:type": 4.0,
"bloodmagic:active": 1.0
},
"model": "bloodmagic:item/variants/soulsword_steadfast_activated"
}
]
}

View file

@ -0,0 +1,3 @@
{
"parent": "bloodmagic:block/speedrune"
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/growthsigil_activated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/growthsigil_deactivated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/icesigil_activated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/icesigil_deactivated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/miningsigil_activated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/miningsigil_deactivated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/sigilofmagnetism_activated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/sigilofmagnetism_deactivated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulgemcommon"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulgemcommon_corrosive"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulgemcommon_destructive"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulgemcommon_steadfast"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulgemcommon_vengeful"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulgemlesser"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulgemlesser_corrosive"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulgemlesser_destructive"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulgemlesser_steadfast"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulgemlesser_vengeful"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulgempetty"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulgempetty_corrosive"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulgempetty_destructive"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulgempetty_steadfast"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulgempetty_vengeful"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulsword_activated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulsword_corrosive_activated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulsword_corrosive_deactivated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulsword_deactivated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulsword_destructive_activated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulsword_destructive_deactivated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulsword_steadfast_activated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulsword_steadfast_deactivated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulsword_vengeful_activated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/soulsword_vengeful_deactivated"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/voidsigil"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/watersigil"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/weakbloodorb"
}
}