Commit Graph

76 Commits

Author SHA1 Message Date
Electroblob 2ad2b9988b Fix NBT copying for metamorphosis 2018-02-25 18:44:46 +00:00
Electroblob 8b363b6b4f Update ru_ru.lang (credit: VilagVil) 2018-02-25 18:43:55 +00:00
Electroblob 76d4e3d029 Cleanup and minor code tweaks 2018-02-24 13:49:27 +00:00
Electroblob 74ddcd79ca Rewrite metamorphosis to work with husks/strays and skeleton minions 2018-02-24 13:47:33 +00:00
Electroblob 6cd3e16939 Fix decay spawning too infrequently 2018-02-24 12:42:50 +00:00
Electroblob d462acc489 Add wither skeleton minion localisations 2018-02-23 17:40:29 +00:00
Electroblob eeb2785899 Rewrote some of the mind control logic to properly fix targeting 2018-02-23 13:25:05 +00:00
Electroblob 11af545bd2 Cleanup 2018-02-23 12:40:03 +00:00
Electroblob d4c9242b14 Fix mind-controlled entities not attacking any more after their initial target is killed
This problem arose as a result of the previous bugfix a4695bc
2018-02-23 12:39:44 +00:00
Electroblob db9812eac9 Register wither skeleton minions properly 2018-02-23 12:37:48 +00:00
Electroblob d792d50f92 Fix various problems caused by armour stands being a subclass of EntityLivingBase 2018-02-23 12:37:14 +00:00
Electroblob 3632511983 Add fixes from 52d12c0, a4695bc and f4d7ba6 to 1.11.2 branch 2018-02-22 14:50:20 +00:00
Electroblob f54b92be16 Replace hasKey with hasUniqueId where appropriate, should fix some weirdness with a few spells 2018-02-22 13:32:09 +00:00
Electroblob a567281183 Fix null itemstack error 2018-02-22 12:56:03 +00:00
Electroblob 56a24ee7b5 Fix problems with pocket furnace spell caused by incorrect itemstack check 2018-02-22 12:37:31 +00:00
Electroblob 5715928dbd Actually fix spell chat readout localisations 2018-02-22 12:21:05 +00:00
Electroblob e0001b5d37 Fix broken localisations for spell chat readouts 2018-02-21 10:51:31 +00:00
Electroblob 15fb75a7c3 Fix magic projectiles hitting their thrower on the client side 2018-02-21 10:50:52 +00:00
Electroblob d7750ad80c Merge pull request #5 from Electroblob77/Electroblob77-filename-case-fix
Rename lang files to all lowercase
2018-02-18 22:38:34 +00:00
Electroblob 9940908485 Rename ru_RU.lang to ru_ru.lang 2018-02-18 22:35:26 +00:00
Electroblob b7895ca744 Rename es_MX.lang to es_mx.lang 2018-02-18 22:35:01 +00:00
Electroblob 574ffa891d Rename es_ES.lang to es_es.lang 2018-02-18 22:33:31 +00:00
Electroblob 67069c818f Rename en_US.lang to en_us.lang 2018-02-18 22:33:03 +00:00
Electroblob d2900e5692 Rename en_GB.lang to en_gb.lang 2018-02-18 22:31:27 +00:00
Electroblob a1fa1d91c2 Fix broken entity localisations 2018-02-18 01:58:10 +00:00
Electroblob 338f6d54d0 Even more cleanup 2018-02-16 22:36:26 +00:00
Electroblob 3be254a247 Remove unnecessary empty itemstack checks, see comments on d0fda72 2018-02-16 22:28:00 +00:00
Electroblob bec52edce4 More cleanup 2018-02-16 22:26:28 +00:00
Electroblob 2dd52ce6b1 Fix x/z coordinate error, see comment on d0fda72 2018-02-16 16:14:28 +00:00
Electroblob d0d6f3a1fc Cleanup 2018-02-16 16:05:46 +00:00
Electroblob 9bf657aeab Add wizardry loot to woodland mansions and end cities 2018-02-16 16:01:01 +00:00
Electroblob c4ea81432f Replace Minecraft version number in text files with substitute value 2018-02-16 15:46:13 +00:00
Electroblob b08651c11e Replace deprecated slipperiness field access with getter 2018-02-16 15:45:18 +00:00
Electroblob aabcf43c1d Update build.gradle 2018-02-16 15:36:54 +00:00
Electroblob 066d6858c3 Update README.md 2018-02-13 16:29:49 +00:00
Electroblob 9c626d6756 Update CREDITS.md 2018-02-13 16:28:50 +00:00
Electroblob 00db03f546 Update CREDITS.md 2018-02-13 16:27:51 +00:00
Electroblob 071eb45d3c Merge pull request #4 from Corail31/1.11.2
More updating to 1.11.2 and stable_32 mcp mappings
2018-02-12 17:57:19 +00:00
Corail31 d0fda72a59 First Checkup 2018-02-11 22:51:13 +01:00
Electroblob 7f7605c089 Miscellaneous fixes and cleanup 2018-02-11 18:53:50 +00:00
Electroblob 2b24c3fb2a Add fix from 6d77918 to 1.11.2 branch 2018-02-09 18:26:11 +00:00
Electroblob e5c02cd0df Merge branch '1.11.2' of https://github.com/Electroblob77/Wizardry into 1.11.2 2018-02-07 21:42:22 +00:00
Electroblob 037611f1c3 Update build.gradle 2018-02-07 21:41:33 +00:00
Electroblob 2284f6db24 Update README.md 2018-02-07 21:31:11 +00:00
Electroblob 3df5597dcc Initial 1.11.2 update 2018-02-07 21:15:50 +00:00
Electroblob 67f6be0671 Update README.md 2018-02-06 17:28:56 +00:00
Electroblob 2a933f5582 Update WizardData.java
The compiler has now decided to generate a warning here for some reason. Suppressed the warning because having it this way avoids casting when the method is used.
2.1.1
2018-02-06 16:35:10 +00:00
Electroblob 6d7791829c Fix curseforge issue #27 2018-02-06 16:32:40 +00:00
Electroblob c07ac1a1b2 Update .gitignore 2.1.0 2018-02-06 16:31:28 +00:00
Electroblob d0fe529623 Add info for translators 2018-02-03 22:39:24 +00:00