LexManos
1d2d9ebc83
Fixed Sand not falling.
2016-03-16 18:25:26 -07:00
LexManos
c442cd2909
Fixed onUseStop being called twice {Bows firing twice}
2016-03-16 18:25:14 -07:00
LexManos
1591373bf6
Fix vanilla bug where bows consumed tipped arrows in creative.
2016-03-16 18:24:48 -07:00
LexManos
f22ed86ad9
Remove our entity position fixer. Vanilla fixed the bug in 1.9.
2016-03-16 18:24:11 -07:00
RainWarrior
8b4bce37de
Fixed progress reporting for model loading.
2016-03-16 05:00:44 +03:00
RainWarrior
87f4351783
Removed imports in patches.
2016-03-16 04:23:40 +03:00
RainWarrior
4189f63905
Fixed EffectRenderer patch, closes #2547 .
2016-03-16 04:23:40 +03:00
RainWarrior
12c051d52b
Fixed incorrect culling of mod TESRs.
2016-03-16 04:23:40 +03:00
RainWarrior
b81a13d010
Fixed model error reporting, fixed model errors in test mods that shouldn't happen, fixed custom texture loading, made more things private/final.
2016-03-16 01:42:23 +03:00
LexManos
ae72fa7ceb
Fixed breaking of tall grass. It now uses fortune. Expanded grass seed hooks to allow Fortune. Potentially removing in future in favor of LootTables.
2016-03-15 01:17:38 -07:00
LexManos
7b0d8f09e9
Fix digging blocks in survival.
2016-03-14 23:44:10 -07:00
LexManos
28ae283b96
PlayerManager updated.
2016-03-14 22:58:01 -07:00
LexManos
c27b13c705
Update patches for fixed inner class suffeling in srg files.
2016-03-13 18:32:53 -07:00
RainWarrior
5d352bda6c
Big model loader refactoring: simplified a lot of things, broke some error reporting. Still generally works.
2016-03-13 16:16:25 +03:00
RainWarrior
a799bbad2d
First version of updated of ModelLoader, mostly works.
2016-03-13 12:10:50 +03:00
RainWarrior
bda688b9b5
Fixed some errors in forge.exc
2016-03-13 09:59:30 +03:00
RainWarrior
4650ee2789
Updated to latest mappings. Exc is broken, some anonymous classes didn't map to srg names.
2016-03-13 04:40:03 +03:00
cpw
52e877bdd0
Switch to srg patches
2016-03-11 19:59:24 -05:00
LexManos
250a77b359
Merge pull request #2476 from Abastro/fovfixes
...
Added Event: EntityViewRenderEvent#FOVModifier
2016-02-29 13:20:46 -08:00
Matthew Miller (Me4502)
f1ad05dd8e
Added local click position to PlayerInteractEvent.
2016-02-27 11:27:21 +10:00
Abastro
c4ca8270b9
Added EntityViewRenderEvent#FOVModifier
...
Enables mods to modify raw FOV directly.
Avoids modifier limit from FOVUpdateEvent.
Aware of blocks which are needed for fov change related with materials.
2016-02-27 09:25:19 +09:00
LexManos
0dd796fb16
Merge pull request #2497 from bonii-xx/universal_bucket
...
Fix WordServer.canCreatureTypeSpawnHere not using Forge Events.
2016-02-23 01:04:09 -08:00
Bernhard Bonigl
17e960c158
Fix WordServer.canCreatureTypeSpawnHere not using Forge Events.
...
Followup of #2496
2016-02-23 09:53:26 +01:00
elix-x
0ddd897446
Increased actual maximum fuel burn time
...
Increased actual maximum fuel burn time from 32767 to 2147483647.
Backwards compatible.
2016-02-22 18:16:45 +01:00
AlgorithmX2
9eb22c3154
Test getLightOpacity(world,pos) in World as well as the chunk.
2016-02-18 20:43:24 -06:00
LexManos
ad69f0f447
Merge pull request #2443 from AlgorithmX2/cap_pickup_entityitem
...
Preserve ItemStack Caps when picking Items up.
2016-02-18 14:10:32 -08:00
AlgorithmX2
e6b3c7ba64
Preserve ItemStack Caps when picking Items up.
2016-02-18 16:08:23 -06:00
AlgorithmX2
3c4a2b0f42
In material Liquid Hooks.
2016-02-18 14:41:15 -06:00
Take Weiland
50f77a71ae
Fix Potion.shouldRenderInvText
2016-02-18 00:37:57 +01:00
AlgorithmX2
5c229dd6c7
Fix bug with getLightOpacity based on TileEntities,
...
Capture getLightOpacity prior to removing the tile entity.
2016-02-17 14:14:18 -06:00
LexManos
74fe690227
Fix chat formatting not surviving line wraps in chat messages.
2016-02-15 14:30:24 -08:00
Take Weiland
b875274c4f
Fix the entity shader hook
2016-02-14 15:25:11 +01:00
iLexiconn
776f5b91d5
Added hook to add entity spectator shader
2016-02-13 00:09:04 +01:00
LexManos
06130912c5
Protect BlockSnapshot and Chunk.getTileEntity from mutible BlockPos instances. Closes #2438
2016-02-11 16:48:32 -08:00
LexManos
70fe18c163
Fixed Block.onNeighborChange not being called for all axises. Closes #2428
2016-02-11 16:29:07 -08:00
LexManos
fa6610b3c8
Fixed invalid item being passed to gatherCapabilities when itemstacks changed item. Closes #2445
2016-02-11 16:27:38 -08:00
LexManos
bd6af1e49a
Fixed implementation of RenderEntityItem.shouldSpreadItems. Closes #2448
2016-02-11 16:26:48 -08:00
LexManos
53301e1aeb
Fixed vanilla bug where network clients would see incorrect break progress on blocks. Closes #2462
2016-02-11 16:26:12 -08:00
LexManos
a607a48719
Fixed Block/Item.setRegistryName printing a incorrect warning when used. Closes #2398
2016-02-11 16:25:25 -08:00
LexManos
a9ea634141
Fixed Entity.shouldRiderSit modifying game logic and not just rendering. Closes #2402
2016-02-11 16:24:38 -08:00
LexManos
124799d633
Fixed invalid parameters being sent to LivingSpawnEvent.CheckSpawn. Closes #2453
2016-02-11 16:23:49 -08:00
LexManos
9070ab56e3
Potential fix for NPE when using an item to open a slotless inventory. Closes #1354
2016-02-10 11:25:41 -08:00
RainWarrior
a9a022f45e
Fix incorrectly updated patch to ChunkCache. Related to #2451 .
2016-02-10 10:11:53 +03:00
LexManos
2c6af18a81
Remove Mojang logger spam in EntityItem.
2016-02-07 15:45:06 -08:00
pau101
cb70f1378c
Fix #2321
2016-02-04 22:58:21 -08:00
Matthew Prenger
76f659c02e
Log unknown exceptions in commands. Resolves #2433
2016-02-01 18:25:40 -06:00
RainWarrior
741fdd0a85
Fixed incorrect patch to GenLayer, causing large vanilla biomes to not work properly.
2016-01-28 08:00:27 +03:00
RainWarrior
7b7d18f676
Provide original armor model in the custom armor model hook.
2016-01-28 07:43:55 +03:00
LexManos
b71b963301
Loosen TileEntity's default hasCapability implementation. Modders should specifically opt in.
2016-01-25 11:27:08 -08:00
VikeStep
026d179c0d
Add EntityTravelToDimensionEvent
...
Resolve Merge Conflict
Move event call inside conditional
2016-01-25 17:57:52 +10:00