Determancer
4c0b2adef4
武士 -> 巫师
2021-01-19 13:07:07 +08:00
Determancer
191dd078b8
Update src/main/resources/assets/ebwizardry/lang/zh_cn.lang
...
Co-authored-by: Clefal <1716976420@qq.com >
2021-01-19 13:04:35 +08:00
Determancer
2de7807bec
Update src/main/resources/assets/ebwizardry/lang/zh_cn.lang
...
Co-authored-by: Clefal <1716976420@qq.com >
2021-01-19 13:04:13 +08:00
Determancer
9d4f1dd370
Translating All
2021-01-19 11:41:07 +08:00
Determancer
6f769150b1
Sync en_us.lang
2021-01-18 16:01:59 +08:00
TUsama
155dc0b621
update
2021-01-18 15:54:22 +08:00
Electroblob77
07acea53e3
A couple of tweaks for backwards compatiblity
2021-01-17 21:33:09 +00:00
Electroblob77
1fcb3a2b1b
Reduce capacity of medium mana flask and reduce number of crystals required to craft it accordingly
2021-01-17 20:27:21 +00:00
Electroblob77
16eabc8deb
Update version number
2021-01-17 20:23:28 +00:00
Electroblob77
e0efd8d407
Make mana flasks take time to use
2021-01-17 19:25:14 +00:00
Electroblob77
969f0b96fd
Have custom large fireballs deal magic damage to ghasts in order to get around vanilla's hardcoded instanceof check, fixes #443
2021-01-17 17:40:09 +00:00
Electroblob77
8a9d88c9ac
Guard against null item entities in LivingDropsEvent, fixes #464
2021-01-17 17:19:07 +00:00
Electroblob77
3b55728c75
Actually register font of mana with the event bus, fixes #477
2021-01-17 15:26:30 +00:00
Electroblob77
240bffa7ed
Sometimes, I surprise even myself with my own stupidity... fixes #594
...
(This is literally why I have a helper method. To prevent exactly this error :/)
2021-01-17 15:14:23 +00:00
Electroblob77
c313236eec
Disable weather forfeit when invoke weather is disabled, closes #554
2021-01-17 15:08:34 +00:00
Electroblob77
21f7928b9c
Guard against null target in remant AI, fixes #600
2021-01-17 14:58:59 +00:00
Electroblob77
1304c11381
People don't listen to me, so let's spell it out to them
2021-01-17 14:41:21 +00:00
Electroblob77
79932e15ab
Allow class armour to be imbued properly at the imbuement altar
2021-01-17 13:36:56 +00:00
Electroblob77
25ee166e41
Derp
2021-01-17 13:32:38 +00:00
Electroblob77
299510e663
Add armour classes!
...
- Added 3 new armour variants - the sage, the battlemage and the warlock - each in the 8 elemental varieties
- Added resplendent thread, crystal silver plating and ethereal crystalweave, used to upgrade regular armour into class armour
- Added the new armour upgrades to loot tables
- Added recipes for the new armour to JEI, along with info pages for the 3 upgrade items
- Added advancements for the new armour classes
- Removed legendary wizard armour
- Removed arcane seal of protection
- Removed the 'legendary' advancement
2021-01-16 23:02:03 +00:00
Electroblob77
d3d76cae16
Update Russian translations, courtesy of DrHesperus
2021-01-05 20:35:42 +00:00
Electroblob77
0e815c676d
Fix conjured items not disappearing in offhand (actually fixes #493 )
2021-01-04 00:18:37 +00:00
Electroblob77
f81ad670ed
Change donation perk element sync to per-dimension and use EntityJoinWorldEvent instead of PlayerLoggedInEvent, fixes #541
2021-01-03 23:42:27 +00:00
Electroblob77
5b3aebaba1
Update version number
2021-01-03 23:40:57 +00:00
Electroblob77
3ef1afce2f
Update credits
2021-01-03 23:27:53 +00:00
Electroblob77
a3c15d673b
Set arcane lock data server-side and sync the tile entity properly, fixes #580
2021-01-03 23:18:20 +00:00
Electroblob77
d8f1c5f77c
Merge branch '1.12.2' of https://github.com/Electroblob77/Wizardry into 1.12.2
2021-01-01 23:26:43 +00:00
Electroblob77
1ddcdafe50
Fix the utter mess that is spell property syncing (what was I thinking when I wrote this? and how did it ever work in the first place?!)
...
This fix is kinda cheating but I don't care, it works and it's certainly better than the mess that was there before
2021-01-01 23:26:24 +00:00
SettingDust
094ce5a427
Try to fix #513 #567 …
...
Try to fix ConcurrentModificationException in LightningWeb
2020-12-21 22:38:15 +08:00
Electroblob77
e19d324dca
Include offhand inventory in imbued item updating (and armour, while we're at it), fixes #493
2020-12-20 23:32:12 +00:00
Electroblob77
58f6d55b0d
Add timeout when crystal flower charm's effect activates to prevent infinite looping when mod plants don't behave, fixes #488
2020-12-20 23:29:05 +00:00
Electroblob77
32e92b4b04
Guard against null element in writeEntityToNBT for wizards and evil wizards, fixes #491
2020-12-20 23:24:30 +00:00
Electroblob77
24a06e0bac
Change dire wolf pelt's effect from different marker colours to different marker shapes
2020-12-20 23:12:27 +00:00
Electroblob77
ae9da5b7c1
Query the position using the block at that position, not the one below... 🤦 Fixes #519 .
2020-12-20 19:13:41 +00:00
Electroblob77
2e39a8bfc1
Remove spaces around hyperlinks in Chinese handbook translation file, fixes #527
2020-12-20 19:02:34 +00:00
Electroblob77
e3130ca936
Cleanup
2020-12-20 18:57:23 +00:00
Electroblob77
e2fd978d8b
Catch NPEs when accessing IBakedModel#getOverrides from ModelBakeEvent, fixes #537
2020-12-20 17:07:58 +00:00
Electroblob77
8f8ce7a453
Populate model lists in PlayerAnimator when a new player renderer is found, fixes #551
...
Also adds the missing null check to RenderPlayerPostEvent, just in case
2020-12-20 14:45:20 +00:00
Electroblob77
ddfffd3d31
Guard against IOOBEs when rendering the new spell trade icon, fixes #565
2020-12-20 00:16:17 +00:00
Electroblob77
d23c15476a
Guard against null spell HUD skins in all places, fixes #566
2020-12-20 00:10:16 +00:00
Electroblob77
55bb40a684
Copy contents of imbuement altar to new tile entity when activated or deactivated, fixes #576
2020-12-20 00:02:10 +00:00
Electroblob77
c056c490da
Update credits
2020-12-19 23:47:46 +00:00
Electroblob77
c483591ea8
Merge branch '1.12.2' of https://github.com/Electroblob77/Wizardry into 1.12.2
...
# Conflicts:
# src/main/resources/assets/ebwizardry/lang/ru_ru.lang
2020-12-19 23:41:22 +00:00
Electroblob77
4c3dfb3bc9
Update Russian translations, courtesy of DrHesperus
2020-12-19 23:34:02 +00:00
Electroblob77
0010fafc13
Update German translations, courtesy of Lemopav
2020-12-19 23:25:38 +00:00
Electroblob77
f4cf98089c
New contributors
2020-12-19 23:24:38 +00:00
Electroblob77
8e3a33b084
Update Korean translations, courtesy of red1854th
2020-12-19 23:24:26 +00:00
Aralu
1d247e2d56
Re-implment layer fix from Pull Request 312
2020-12-17 11:39:50 -06:00
Electroblob
e8292f1e96
Merge pull request #574 from LWHK/TC
...
Fix uncorrect file path and add untranslated content to zh_tw.json
2020-12-13 12:00:22 +00:00
TUsama
bc0b712e2b
add untranslated content
...
2
2020-12-13 16:33:46 +08:00