now tested with blocks created by previous versions of the mod. should be safe for worlds created before these changes.

superglowglass changed to super_glow_glass.
attempts at setting the hues and dyes and whatnot to fix the craft recipes, since changes to default dyes and unifieddyes broke them some time ago.

manual initialization for blocks and recipes. DON'T USE THIS YET, I'm still working on it.

WORKING:  craft recipes, most blocks, use of new color palette
UNTESTED:  mapping of old blocks to these new blocks
NOT WORKING:  faint, pastel type blocks

much cleaner code.  it LOOKS like the light/pastel blocks should be working perfectly, even when digging through the debug logs...however, they aren't craftable.  I'm not sure why this is.  hopefully, someone can point me in the right direction

dark green, magenta all sorted out now, thanks to vanessaE.
Still, this makes me wonder if I should be using exact dye names everywhere.
also, brown will no longer map to yellow stained glass.

uuuuugh, ugly hack -- had to define separate subs for pastel and faint blocks.  could be worse I suppose.
This is now working for new worlds, but be careful on existing worlds -- it isn't tested there yet, though it SHOULD work.

updates to copyright and usage of the mod.

changelog updated.

doyousketch2 has returned!  fixes to README file, since this is still his baby.

leftover temp file...didn't need to be here.
This commit is contained in:
andersje
2013-08-20 23:12:34 -05:00
parent 849513e165
commit 02ec406eb7
4 changed files with 236 additions and 520 deletions

View File

@ -3,6 +3,17 @@ Changelog
---------
ver 1.4
Thu 22 Aug 2013
*phew* made aliases for all numeric block names to map to new color-name based scheme
updated craft recipes to work with new dyes format
rejiggered whole system of block and craft registration
set to have all blocks at LIGHT_MAX -- since they were manually specifying '14' as a light level before (which is current max)
nothing returns buckets anymore, because you don't need buckets to make the dyes to make the blocks.
---------
ver 1.1
Sun 24 Feb 2013 05:26:29 AM EST