Fixed a bug in the Ritual setting system.
Apparently `null` was being passed for the Will Config and the Will Holder. Seriously, who designed this system!? ... Oh.
This commit is contained in:
parent
f9e78fcb40
commit
bac2af8857
5 changed files with 26 additions and 6 deletions
|
@ -25,7 +25,7 @@ b03040d7a168653bf8df3600033b8fde2383db30 assets/bloodmagic/blockstates/selfsacri
|
|||
f1ca47098385a955155cab9c2a97219e02d390a0 assets/bloodmagic/blockstates/steadfastdemoncrystal.json
|
||||
48ed6b25a5d8d8074c38d772fdc27c1753d42c36 assets/bloodmagic/blockstates/vengefuldemoncrystal.json
|
||||
e6d9cf699667aaa47efff37b2b033895dee29c15 assets/bloodmagic/blockstates/waterritualstone.json
|
||||
2ca6eb2babe7613dd82d330eeaf5a87f704342c5 assets/bloodmagic/lang/en_us.json
|
||||
69f7dee8ac7105339c604bc9b211386200165a2a assets/bloodmagic/lang/en_us.json
|
||||
34445195b9f2459475cde53454bc8e37d32865d7 assets/bloodmagic/models/block/accelerationrune.json
|
||||
bcdbccc49d4509571be6988762ab87126275a4c8 assets/bloodmagic/models/block/airritualstone.json
|
||||
adf6c0b1e25451609486dc8c8cfbd9cf0f8c67f4 assets/bloodmagic/models/block/alchemicalreactionchamber.json
|
||||
|
|
|
@ -146,6 +146,12 @@
|
|||
"ritual.bloodmagic.animalGrowthRitual.vengeful.info": "(Vengeful) Decreases the time it takes for adults to breed again.",
|
||||
"ritual.bloodmagic.armourEvolveRitual": "Ritual of Living Evolution",
|
||||
"ritual.bloodmagic.armourEvolveRitual.info": "Increases the amount of maximum Upgrade Points on your Living Armor to 300.",
|
||||
"ritual.bloodmagic.blockRange.firstBlock": "First block for new range stored.",
|
||||
"ritual.bloodmagic.blockRange.inactive": "The ritual stone is currently inactive, and cannot have its range modified.",
|
||||
"ritual.bloodmagic.blockRange.noRange": "The range was not properly chosen.",
|
||||
"ritual.bloodmagic.blockRange.success": "New range successfully set!",
|
||||
"ritual.bloodmagic.blockRange.tooBig": "The block range given is too big! Needs to be at most %s blocks.",
|
||||
"ritual.bloodmagic.blockRange.tooFar": "The block range given is too far! Needs to be within a vertical range of %s blocks and a horizontal range of %s blocks.",
|
||||
"ritual.bloodmagic.cobblestoneRitual": "Le Vulcanos Frigius",
|
||||
"ritual.bloodmagic.condorRitual.info": "Provides flight in an area around the ritual.",
|
||||
"ritual.bloodmagic.containmentRitual": "Ritual of Containment",
|
||||
|
@ -269,6 +275,8 @@
|
|||
"ritual.bloodmagic.wellOfSufferingRitual.altar.info": "(Altar) This range defines the area that the ritual searches for the blood altar. Changing this will either expand or limit the range to a certain region.",
|
||||
"ritual.bloodmagic.wellOfSufferingRitual.damage.info": "(Damage) This defines where the ritual will damage a mob. All mobs inside of this range (except for players) will receive damage over time.",
|
||||
"ritual.bloodmagic.wellOfSufferingRitual.info": "Attacks mobs within its damage zone and puts the LP into a nearby blood altar.",
|
||||
"ritual.bloodmagic.willConfig.set": "The ritual will use these Demon Will types: %s",
|
||||
"ritual.bloodmagic.willConfig.void": "The ritual no longer uses Demon Will",
|
||||
"ritual.bloodmagic.zephyrRitual": "Call of the Zephyr",
|
||||
"ritual.bloodmagic.zephyrRitual.chest.info": "(Chest) The location of the inventory that the ritual will place the picked up items into.",
|
||||
"ritual.bloodmagic.zephyrRitual.info": "Picks up items within its range and places them into the linked chest.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue