TrueBrain
f76827e253
-Fix: check for null where needed
2012-07-10 00:29:18 +02:00
LexManos
d7ccc8619f
Made WorldGenMinable metadata sensitive.
2012-07-09 13:43:39 -07:00
LexManos
bf155beaad
Fixed a improper rounding in EntityMinecart
2012-07-09 13:43:24 -07:00
TrueBrain
7dff7fd62d
-Add: sync serverPos[XYZ] on spawning of entity
...
This fixes the issue that, up to 400 ticks from getting in range,
entities have a wrong offset (because server and client don't agree on
the position to calculate relative updates from)
2012-07-09 14:00:47 +02:00
LexManos
1012531538
Merge pull request #98 from cpw/master
...
Update to fml 175
2012-07-03 22:10:52 -07:00
Christian
e934a57f6b
Update fml to 175- fixes some weird ticking behaviours for ML mods, adds in new ticking behaviours for smart mods
2012-07-04 00:29:15 -04:00
LexManos
a82498a083
Updated some remaining scripts to call there python versions.
2012-07-02 20:05:42 -07:00
LexManos
b70f3820f0
Removed symlink files, shouldn't be in the repo.
2012-07-02 20:04:15 -07:00
LexManos
eed01c4afc
Moved licenses and credits into install folder.
2012-07-02 19:59:40 -07:00
LexManos
9e6c49d9d9
Fix furnaces not smelting the proper number of results after the first one. Damn you tahg, fix this! Keeps falling through my cracks.
2012-07-01 06:52:38 -07:00
LexManos
74d5cdcb9d
Merge pull request #94 from cpw/hastileentitybugfix
...
Fix server check "blockHasTileEntity" used to determine if getDescriptionPacket
2012-06-29 14:02:34 -07:00
Christian
9100172867
Fix server check "blockHasTileEntity" used to determine if getDescriptionPacket
...
is sent for the block to be metadata sensitive. Thanks iChun!
2012-06-29 09:47:10 -04:00
LexManos
dd5d3256d4
Merge pull request #93 from cpw/fixghost4096
...
Fix ghost players who appear if they don't have the 4096 fix installed
2012-06-28 12:45:01 -07:00
Christian
59a783e8b9
Fix ghost players who appear if they don't have the 4096 fix installed
2012-06-28 13:44:07 -04:00
LexManos
7f832b4504
Fix container creative to not add Blocks above 256 unless it's told to.
2012-06-27 17:20:25 -07:00
LexManos
0e6e8b87aa
Merge pull request #91 from cpw/multiversefix
...
Fix world provider behaviour: WorldProvider.byDimension should always return a new instance- otherwise you can end up with worlds overwriting one another
2012-06-27 14:37:01 -07:00
Christian
43e4ed7872
Fix world provider behaviour: WorldProvider.byDimension should always return
...
a new instance- otherwise you can end up with worlds overwriting one another
2012-06-27 17:21:41 -04:00
LexManos
f174cb3948
Merge remote-tracking branch 'origin/master'
2012-06-26 12:10:57 -07:00
LexManos
9efdca3aab
Fixed isBlockReplaceable and placing ItemBlocks'
2012-06-26 12:10:42 -07:00
LexManos
84613d5a92
Fucking spelling nazis
2012-06-24 14:48:09 -07:00
LexManos
61e8b92a78
Updated FML to build 153
2012-06-22 18:49:30 -07:00
LexManos
62078cdd46
Fix bitmask bug related to 4096 in multi-block change.
2012-06-22 18:49:05 -07:00
LexManos
3d48b69d4f
Added configuration option to disable the darkroom mechanic. For servers who wish to not risk destruction at one broken pipe.
2012-06-22 17:44:04 -07:00
LexManos
f0f7e0e139
Add option to randomize potential spawn locations to have a more randomly dispersed spawn patern, useful for games like FTB vs.
2012-06-22 17:13:32 -07:00
LexManos
53fc30d29d
Fix NPE related to server/client not having block ids synced properly.
2012-06-22 17:12:27 -07:00
LexManos
caebbafabd
FML 150, more tick related work.
2012-06-21 15:28:44 -07:00
LexManos
e9c66f63fd
Close inputstream
2012-06-21 06:11:17 -07:00
LexManos
d7817aef39
More bugfixes related to portal generation. Should be all now.
2012-06-21 05:09:25 -07:00
LexManos
6547556280
Fix Vanilla bug where nether portals would not work above 127
2012-06-21 04:06:44 -07:00
LexManos
2d434dd84f
Updated to FML 149, should fix all ticking issues with ModLoader mods
2012-06-21 04:06:15 -07:00
LexManos
acf70e1047
Some 4096 I missed in custom renderers.
2012-06-21 04:05:50 -07:00
LexManos
c74c5ba2d2
Updated to FML build #142 , fixed FML compilation issue causing missing files when reobfing.
2012-06-20 02:24:11 -07:00
LexManos
969518c475
Updated release script to automatically inject version info into .info file.
2012-06-19 21:32:19 -07:00
LexManos
09762da617
Updated to FML 141, should fix ticking issues with certian mods, and crash issue with TropiCraft
2012-06-19 20:46:28 -07:00
LexManos
52647e0607
Bumped version number for new IEntityLiving interface.
2012-06-19 14:30:01 -07:00
LexManos
af8d8ef4e6
Merge pull request #88 from pahimar/master
...
Fixes typo in the new EntityLivingHandler code
2012-06-19 13:51:16 -07:00
pahimar
8986458c82
Typo in the new EntityLivingHandler code
2012-06-19 10:44:29 -04:00
LexManos
a7ea760097
Implemented enchanced EntityLiving events. Thanks Atomic for parts of it.
2012-06-18 20:16:48 -07:00
LexManos
86d7b7b7b8
Made setFailsafeFieldValue public for Rob
2012-06-18 20:15:33 -07:00
LexManos
8f861c24d8
Few more cases for 4096, thanks TrueBrain
2012-06-16 13:27:00 -07:00
LexManos
76bdabbfc4
Forgot Configuration in 4096 change.
2012-06-16 01:27:10 -07:00
LexManos
c3bdc6e583
Initial 4096 fix based of mDiyo's work.
2012-06-15 21:10:37 -07:00
LexManos
7aaf3e98d2
Configurable kick message when you don't have forge.
2012-06-15 14:03:47 -07:00
LexManos
5a0f73436e
Fixed bug in new entity sound hook.
2012-06-13 23:08:16 -07:00
LexManos
7d9084ddd9
Bumped version number to 3.3.7 for full release.
2012-06-13 21:51:40 -07:00
LexManos
7711505b92
New onChunkUnload event for TileEntities, for psxlover.
2012-06-13 21:19:08 -07:00
LexManos
d56f0d0d55
Added new ISoundHandler.onPlaySoundAtEntity hook. Should be backwards compatible with any older ISoundHandler implementations.
2012-06-13 21:09:00 -07:00
LexManos
320d1360b8
Updated to FML #135 {Fixed ModList rendering issue, and incorrect arument on crafting hook}
2012-06-13 20:26:38 -07:00
LexManos
9bf3436be4
Fixed concurent modification exception in the ore registry.
2012-06-12 15:32:26 -07:00
LexManos
76bf4c602b
Fix for potential concurancy modification exceptions
2012-06-11 15:36:15 -07:00