3343385a7c
Add donor perks and tweak generalise rendering of healing totem
Electroblob77
2020-07-19 15:56:07 +01:00
a831c2ada3
Separate surface and underground library marker options
Electroblob77
2020-07-15 00:30:08 +01:00
a945201cec
Use the same test in the new spell icon as the new spell book tooltip
Electroblob77
2020-07-15 00:21:37 +01:00
2e3df272ec
Eliminate ALL cascading worldgen lag, with the following changes: - Offset structures by minus half their width in x/z (as well as the usual +8), so they can't ever spill out of the 2x2 chunk area being generated (provided they are less than 16 blocks wide, which mine are) - Pass the block placement flags 16 | 2 to Template#addBlocksToWorld instead of just 2, to prevent neighbour updates - Ignore unloaded blocks when removing floating trees (in theory there can't be trees there anyway)
Electroblob77
2020-07-13 21:38:37 +01:00
ded4caca2f
Tweak bookshelf model texture for special wand upgrades
Electroblob77
2020-07-13 16:54:48 +01:00
a12fc6e344
TODOs and cleanup
Electroblob77
2020-07-13 16:54:13 +01:00
fa0875e63b
Add library ruins - Adds two variants of library ruins: surface (generates in forested biomes) and underground (generates everywhere) - Adds loot table support to bookshelves - Adds antique atlas markers for library ruins - Adds bookshelves and lecterns to the wood type template processor - Makes bookshelves and lecterns rotate correctly in structure templates - Generalises most of the methods in WorldGenSurfaceStructure to a new superclass WorldGenWizardryStructure
Electroblob77
2020-07-13 16:51:01 +01:00
05d33ec58e
Fix broken encoding for traditional Chinese translations courtesy of alan 67160, fixes#440
Electroblob77
2020-07-09 18:29:29 +01:00
7013cffeaa
Allow scrolls to be placed in bookshelves and add in-world textures for them
Electroblob77
2020-07-07 00:19:36 +01:00
a1a5af034d
Make owned entities inherit their owner's allies (as well as their own - if, for example, you summon a mob that then summons its own mob, that mob will no longer attack you)
Electroblob77
2020-07-06 23:02:03 +01:00
9aac386ec9
Last few tweaks to make bookshelf loot generation work properly
Electroblob77
2020-07-06 22:54:10 +01:00
651eb8834b
Make sure ParticleBuilder warnings only trigger when appropriate, plus misc cleanup
Electroblob77
2020-07-06 22:53:10 +01:00
e04e1e70af
Change TileEntityBookshelf to extend TileEntityLockableLoot, allowing it to generate loot from a loot table when opened
Electroblob77
2020-07-06 17:46:14 +01:00
a78a4147db
Fix summon animation being stuck on frame 0 for permanent summoned creatures
Electroblob77
2020-07-06 15:18:10 +01:00
657a014cae
Boulder sound and credits
Electroblob77
2020-07-06 12:09:56 +01:00
de7226f792
Various tweaks to boulder
Electroblob77
2020-07-05 15:46:49 +01:00
8ae6bc9102
Tidy up entity geometry stuff: - Add a getCentre method for entities to GeometryUtils - Replace getPositionEyes(0) with getPositionEyes(1) since it's more efficient, and by definition they must be the same - Remove all the silly getEntityBoundingBox().minY stuff, this bug has been fixed since 1.8! (which begs the question: if it was considered a bug, how on earth did it go unfixed for that long?) - A few other small things
Electroblob77
2020-07-04 13:34:11 +01:00
3f19e89b91
Add bonus special upgrade slots to non-elemental wands
Electroblob77
2020-07-03 12:30:40 +01:00
399c3017ad
Downgrade talisman of transformation to uncommon
Electroblob77
2020-07-03 12:05:14 +01:00
183d5a2416
Add demonic seal
Electroblob77
2020-07-03 12:04:48 +01:00
ddd67c6034
Defaults should be true
Electroblob77
2020-07-02 23:47:44 +01:00
cfca8f1fdd
Also apply targeting fix when mind control effect is removed manually
Electroblob77
2020-06-29 21:28:32 +01:00
b0d44738c7
Refactoring and cleanup
Electroblob77
2020-06-29 21:26:04 +01:00
8088e21ba4
Remove attack target as soon as mind control wears off, fixes mind controlled entities continuing to attack a target that dies after the mind control wears off
Electroblob77
2020-06-29 21:22:01 +01:00
68dad2a148
Add mind control overlay
Electroblob77
2020-06-29 21:16:10 +01:00
a25b642164
Add sounds to radiant totem and update sounds for ray of purification
Electroblob77
2020-06-29 18:43:54 +01:00
b37fa47211
Tweaks to firestorm and ice age particles and sound
Electroblob77
2020-06-29 18:43:07 +01:00
aea65b3753
World#isBlockFullCube is different to Block#isFullCube, and it turns out we actually want Block#isNormalCube :/
Electroblob77
2020-06-28 20:22:27 +01:00
3a68ba8927
Implement blast modifier support for all applicable constructs, plus misc construct-related cleanup and fixes
Electroblob77
2020-06-28 16:56:18 +01:00
43690ace29
Trigger unlock of tiers handbook section when a wand levels up, in addition to finding a tome of arcana
Electroblob77
2020-06-25 11:24:28 +01:00
e6696a1758
Add comparator output for receptacles
Electroblob77
2020-06-24 16:01:56 +01:00