Electroblob77
b2b48cd8a1
Remove old handbook translations
2020-03-31 21:59:02 +01:00
Electroblob77
2277f6b278
Helps if you actually copy the setting over after synchronising it... fixes #395
2020-03-31 21:57:37 +01:00
Electroblob77
ba59d9786f
Add null check for grapple target when cast by NPCs, fixes #394
2020-03-31 21:56:20 +01:00
Electroblob77
bdf5aa5b64
Skip spells with missing glyph data and print a warning to the console instead, fixes #384
2020-03-31 21:54:15 +01:00
Electroblob77
a384a57622
Prevent mending enchantment being applied to wizard armour, closes #383
2020-03-31 21:47:53 +01:00
Electroblob77
586840aa53
Add safety checks to prevent itemblocks with invalid metadata turning into invalid blockstates, fixes #382
...
(Because *some* mod authors are not very careful...)
2020-03-31 21:42:16 +01:00
Electroblob77
1ab674136b
Add null check for riding entity to magic slimes, fixes #379
2020-03-31 21:37:38 +01:00
Electroblob
64e7e3844e
Merge pull request #391 from rafasoares/patch-1
...
Make Magic Silk recipe use ore_dict for string
2020-03-31 18:14:12 +01:00
Rafael Soares
7c2e786d0b
Remove whitespace changes
2020-03-27 20:53:25 -03:00
Rafael Soares
a7ee0ad847
Make Magic Silk recipe use ore_dict for string
...
Currently, the recipe requires string to be a Vanilla string, which might cause problems in packs with different methods for obtaining strings (eg: Mystical World's Silk Thread from silkworms).
This PR makes it compatible with Ore Dictionary, so the recipe accepts any type of string.
2020-03-27 20:49:51 -03:00
Electroblob77
a490168fa2
Derp
4.2.10
2020-03-19 15:46:42 +00:00
Electroblob77
306137a026
Update version number
2020-03-19 15:38:19 +00:00
Electroblob77
0a5527f3d4
Add backwards compatibility to convert old-format atlas markers to new ones
2020-03-19 15:35:09 +00:00
Electroblob77
4dbe24c8ea
This is the problem with everything being a string...
2020-03-19 15:13:25 +00:00
Electroblob77
81bba5e7e0
Add null check to ice spikes, fixes #371
2020-03-19 13:35:36 +00:00
Electroblob77
9c29142e6a
Maven-ify all the things and update Antique Atlas
2020-03-19 13:33:34 +00:00
Electroblob77
3151d7d626
Require Antique Atlas 4.6 or newer
2020-03-18 17:18:41 +00:00
Electroblob77
d68f968632
Make sure fall damage stuff is processed on the server only, and reactivate the config option by default
2020-03-18 16:00:23 +00:00
Electroblob77
74d9198522
Convert replaceVanillaFireballs to a synchronised option, fixes #351
2020-03-18 15:50:01 +00:00
Electroblob77
0b56d47022
Replace wildcard with metadata 0 for display purposes, fixes #370
...
N.B. The output is still not visible for non-zero inputs when using wildcard trades, but for now this is good enough
2020-03-18 15:32:59 +00:00
Electroblob77
587ab1338e
Make Magic Protection protect against vanilla magic damage, closes #337
2020-03-18 14:57:04 +00:00
Electroblob77
4816c48aa6
Disable replaceVanillaFallDamage by default
2020-03-18 14:49:12 +00:00
Electroblob77
79b745e005
Randomise y coordinate to search from when spawning structures in 'cavern' dimensions, fixes #372
2020-03-17 23:54:52 +00:00
Electroblob77
6fff0e31d1
*Facepalm*
2020-03-17 23:45:40 +00:00
Electroblob77
11efe56437
Replace old hardcoded spell book text with translation keys, fixes #368
2020-03-17 23:38:25 +00:00
Electroblob77
7f5786c28c
Override override override!
2020-03-17 23:22:54 +00:00
Electroblob77
85b49b330a
Make tomes of arcana more common in obelisks, shrines and wizard towers, and make tomes generated as loot more likely to be apprentice tier
2020-03-17 23:16:04 +00:00
Electroblob77
d797e72445
Reduce rarity of all structures a bit
2020-03-17 23:13:17 +00:00
Electroblob77
5f21b565cd
Make fireballs, large fireballs and iceballs respect the playerBlockDamage config option
2020-03-17 22:44:30 +00:00
Electroblob77
9ed06c9a34
Stop wizards casting heal ally
2020-03-17 22:34:34 +00:00
Electroblob77
50f315666f
Fix spanish handbook translations, fixes #365
2020-03-15 19:23:50 +00:00
Electroblob77
62bdbc81e4
Prevent players from picking up items when possessing and prevent players from possessing whilst sneaking, fixes #376
2020-03-15 19:15:28 +00:00
Electroblob77
3a571fd239
Update credits
2020-02-29 11:25:35 +00:00
Electroblob
4fb5452dc4
Merge pull request #363 from chesterccj305/patch-1
...
Create handbook_zh_tw.json
2020-02-24 16:51:28 +00:00
Electroblob
652f1d2620
Merge pull request #364 from chesterccj305/patch-2
...
Create zh_tw.lang
2020-02-24 16:51:15 +00:00
Electroblob77
275f514810
Substitute generic damage when caster is null, fixes #362
4.2.9
2020-02-22 11:12:14 +00:00
Electroblob77
7cf09e76f8
Update version number
2020-02-22 00:49:18 +00:00
Electroblob77
61080134fd
Add wildcard support for item/block configs
2020-02-22 00:46:37 +00:00
Electroblob77
563bed3b25
Update credits
2020-02-22 00:46:16 +00:00
Electroblob77
75740c388f
Add German and Spanish translations
2020-02-22 00:17:52 +00:00
Electroblob77
5d96f4d700
I can't string, and unboxing is weird
2020-02-21 17:55:45 +00:00
Electroblob77
df8fd21c0b
Add metadata support to block/item list config options, fixes #353
2020-02-21 17:40:08 +00:00
chesterccj305
046ecb1e41
Create zh_tw.lang
2020-02-21 22:56:45 +08:00
chesterccj305
f3dd7bccd8
Create handbook_zh_tw.json
2020-02-21 22:55:22 +08:00
Electroblob77
d6b64b3576
Move !world.isRemote check to just the block breaking, potentially fixes #359
2020-02-19 21:32:54 +00:00
Electroblob77
22c00c47ff
Antique Atlas doesn't like my colons :(
...
Fixes #323
2020-02-19 21:17:52 +00:00
Electroblob77
6d0e65c2b0
Hmmm so we were ticking this twice all along...
2020-02-19 01:09:12 +00:00
Electroblob77
0a6fd452c1
This is why we test things!
2020-02-19 01:00:32 +00:00
Electroblob77
28a8a4ff2a
Merge branch '1.12.2' of https://github.com/Electroblob77/Wizardry into 1.12.2
2020-02-19 00:22:24 +00:00
Electroblob77
71c09cf16d
Bye bye empty slot books, it was good knowing ya
2020-02-19 00:12:20 +00:00