Electroblob
dec5b1ac2c
Add witty/stupid comments to a few classes
2018-06-05 21:26:07 +01:00
Electroblob
726a306830
Delete redundant classes
2018-06-05 21:25:41 +01:00
Electroblob
330c78a92c
Change non-evil wizard health from 20 to 30
2018-06-05 21:24:47 +01:00
Electroblob
dcec7c7281
Miscellaneous cleanup and commenting
2018-06-05 21:24:09 +01:00
Electroblob
b9ba25c116
Add test cases for new particle effects; to be applied to everything once spells have been reorganised
2018-06-05 21:18:01 +01:00
Electroblob
0341a603d5
Missed the imports on that one...
2018-06-05 21:15:02 +01:00
Electroblob
d91a3e056a
The great particle refactoring part 1: Introducing ParticleBuilder!
...
Adds ParticleBuilder to replace the particle spawning methods in the proxies, and changes all particle spawning to use the builder except for in the spell classes, which are to be reorganised first.
2018-06-05 21:13:41 +01:00
Electroblob
466b3bbc27
Update .gitignore
2018-05-02 13:17:15 +01:00
Electroblob
df14912693
Add new files for the particle refactoring
2018-05-02 13:17:04 +01:00
Electroblob
8a53cc6150
Fix incorrect event handler annotation
2018-05-02 13:03:14 +01:00
Electroblob
f5730bf945
Replace crossed quads arc renderer with new 3D box-based rendering
2018-04-14 12:51:18 +01:00
Electroblob
a1ae3a2b8b
Update version number
2018-04-14 12:49:45 +01:00
Electroblob
c15a0763d5
Merge branch '1.12.2' of https://github.com/Electroblob77/Wizardry into 1.12.2
2018-04-10 16:04:35 +01:00
Electroblob
4a23d88f30
Add obfuscated names to reflective field access
2018-04-10 16:03:23 +01:00
Electroblob
286705c79b
Update README.md
2018-04-09 23:11:23 +01:00
Electroblob
3895f5c531
Cleanup
2018-04-09 17:29:41 +01:00
Electroblob
c51e0bd218
Fix mods list logo
2018-04-09 17:29:18 +01:00
Electroblob
766570aeb2
Fix spell book for crystals trade not working
2018-04-09 17:28:59 +01:00
Electroblob
4e91b0d19d
Fix broken lang key in config GUI
2018-04-08 00:04:35 +01:00
Electroblob
65f7630546
Update minecraft version number in wizard's handbook
2018-04-08 00:04:06 +01:00
Electroblob
8cf7572041
Update mcmod.info
2018-04-08 00:03:39 +01:00
Electroblob
db057a5ca9
Update credits
2018-04-08 00:03:15 +01:00
Electroblob
267fb2daf4
Cleanup
4.1.0
2018-04-07 22:50:08 +01:00
Electroblob
b96526b284
Fix ice wraith not attacking
2018-04-07 22:49:44 +01:00
Electroblob
e01b5c728c
Flip the item on the arcane workbench the right way up
2018-04-07 22:48:10 +01:00
Electroblob
0cf1d74fd5
Fix buttons rendering incorrectly in wizard's handbook
2018-04-07 20:31:48 +01:00
Electroblob
8316dcad70
Change some advancement icon frames and add new background
2018-04-07 17:49:59 +01:00
Electroblob
df1eb68f35
Remove last few harcoded mod ID strings
2018-04-07 12:47:18 +01:00
Electroblob
416868bafb
More cleanup
2018-04-07 00:08:43 +01:00
Electroblob
0424e409fc
Fix root advancement localisations and rename all advancement translation keys to bring them in line with everything else
2018-04-07 00:08:26 +01:00
Electroblob
a5b38e8f83
Stop mana flask charging recipes appearing in recipe book; fixes #11
2018-04-06 23:52:30 +01:00
Electroblob
1e0613c949
Cleanup
2018-04-06 22:53:53 +01:00
Electroblob
d33290d890
Fix various warnings (deprecated method usage, etc.)
2018-04-06 22:53:41 +01:00
Electroblob
e22d428016
Update version number
2018-04-06 22:51:07 +01:00
Electroblob
baa407ce61
Merge pull request #10 from 12foo/1.12.2-corail
...
1.12 port update
2018-03-18 16:27:49 +00:00
Philipp Rustemeier
ea11910af2
Post-merge fixups
...
In particular, act as if a spellbook has been discovered during tooltip
generation if player is null. This allows JEI to index all the spell
names.
2018-03-16 18:09:40 +01:00
Philipp Rustemeier
873b5a4f4d
Fix Arcane Workbench GUI
...
- Explicitly render inventory mouseover tooltips (this is apparently required now for them to appear)
- When a wand is in, report the actual new xSize to Minecraft so things like JEI don't overdraw the tooltip on the right
2018-03-16 18:08:55 +01:00
Philipp Rustemeier
6890ae765a
Fix JSON recipe crafting with ore dictionary
...
In current Forge, you can use OD entries in normal crafting recipes; using the special forge crafting recipe types is no longer necessary.
2018-03-16 18:08:55 +01:00
Philipp Rustemeier
b9d240799d
Finish changing modid to 'ebwizardry'
...
- Fix up translations, resource IDs, paths etc.
- Where possible, the modid part in most strings now just reuses Wizardry.MODID
2018-03-16 18:08:47 +01:00
Philipp Rustemeier
612bbdb64d
Replace Achievements with Advancements
...
- Advancements are now in JSON files, converted by the included migration script.
- WizardryAdvancementTrigger is a generic achievement trigger that can be reused throughout the code to trigger custom advancements not covered by the JSON conditions.
- Plus some other small and obvious fixes.
2018-03-16 18:08:34 +01:00
Philipp Rustemeier
62c2a9e9b8
Various small fixes for 1.12
2018-03-16 18:07:37 +01:00
Electroblob
bc3051fcf0
Merge pull request #8 from Corail31/1.12.2
...
1.12 conversion
2018-03-16 00:00:53 +00:00
Corail31
489fb82fbd
1.12 conversion
2018-03-09 11:56:31 +01:00
Electroblob
edff82acca
Update README.md
2018-03-09 10:05:01 +00:00
Electroblob
15e2a36518
Fix broken crafting recipes and Minecraft version number in wizard's handbook
3.1.0
2018-03-07 11:00:47 +00:00
Electroblob
c5402285d8
Fix crash when viewing recipe pages of wizard's handbook
2018-03-06 23:36:16 +00:00
Electroblob
b4fdf181be
Fix incorrect achievement description keys in lang files
2018-02-27 23:41:18 +00:00
Electroblob
ddd70b954c
Change transportation stone item to use 2D texture instead of 3D model
2018-02-27 23:39:45 +00:00
Electroblob
f17f01dc4b
Rename handbook_ru_RU.txt to handbook_ru_ru.txt
2018-02-27 18:19:52 +00:00
Electroblob
257d5c28a1
Rename handbook_es_MX.txt to handbook_es_mx.txt
2018-02-27 18:19:32 +00:00