Exidex
8126e7b765
Cleanup GTRecipes, ModHandler and RecipeRegistrator. Also delete Special item
2017-07-23 18:20:39 +02:00
Exidex
bd1242499a
Done with recipes for now
2017-07-15 14:38:20 +02:00
Exidex
366fe33b3b
Merge branch '1.10.2' into recipes
2017-07-08 13:38:26 +02:00
Dragon2488
d1aad51c17
Some material changes
2017-07-07 07:16:21 +07:00
Dragon2488
8a0c83ba1e
materials stuff
2017-07-05 19:37:38 +07:00
Exidex
eaa81df148
Begin recipes rewrite
2017-06-27 14:59:59 +03:00
Exidex
406d20aaf1
Add rendering of BlockCasings4 based on IBakedModel
2017-06-21 16:08:02 +02:00
Exidex
5f462e7989
Json rendering
2017-06-15 15:19:24 +02:00
Exidex
8cc409b6ea
More naming fixes
2017-06-11 15:26:28 +02:00
Exidex
a05074f2ba
Merge branch '1.10.2' into rewrite
2017-06-11 14:27:14 +02:00
Dragon2488
ef6f2e275b
Proper MetaItem implementation, removing of old meta items.
2017-06-11 18:00:19 +07:00
Dragon2488
284ab9493e
API interfaces renaming, method params renaming, method changes.
2017-06-08 22:09:20 +07:00
Dragon2488
e28368f594
Reformatting, Reorganizing Code, Stay removing these stupid "a" prefixes
2017-06-07 14:50:31 +07:00
Exidex
121d57f978
Fix naming
2017-05-28 17:51:23 +02:00
Exidex
150d758a39
This shouldn't be here
2017-05-27 20:02:26 +02:00
Exidex
fc0777c2bf
Block related bugfixes
2017-05-20 20:41:31 +02:00
Exidex
47e0935113
It is "working" now
2017-05-19 23:58:32 +02:00
Exidex
e6e92a4df2
Revert some block changes
2017-05-07 16:20:11 +02:00
Exidex
210da278bc
Rework rest of the blocks, except GT_Block_Machines
2017-05-06 01:48:54 +02:00
Exidex
023b6c7a99
Rework some blocks, delete METADATA property
2017-05-03 22:14:16 +02:00
Dragon2488
a77626c5a0
let the party begin
2017-04-24 22:47:21 +07:00
Archengius
acf337406a
Merge pull request #1026 from Exidex/patch-3
...
Fix Lighter behaviour
2017-04-24 21:44:07 +07:00
Exidex
0335d00d66
Fix #923
2017-04-18 00:04:29 +03:00
Exidex
33ecb3861a
Fix crafting cover desync with client
2017-04-17 20:18:55 +03:00
Exidex
f0e7fe759f
Fix Lighter behaviour.
2017-04-16 15:47:26 +03:00
Archengius
0f051b4c11
Merge pull request #960 from codewarrior0/kill-excess-redraws
...
Kill excess redraws
2017-04-16 16:16:15 +07:00
Exidex
ed06bb8850
Fix #1022
2017-04-15 21:30:50 +03:00
Exidex
bf97331139
Fix amount of items dropping from small ores
2017-04-12 01:07:10 +02:00
Exidex
596d135873
Fix #994
2017-04-11 01:15:08 +02:00
Exidex
dcf73d5e4b
Delete block mechanics for tools as vanilla now has shields
2017-04-09 20:02:10 +02:00
Exidex
3751e743e9
Delete some unused staff
2017-04-08 14:12:19 +02:00
SixDev
c3a3c3a36c
Fixed compilation error from updating forge
2017-04-05 17:22:28 +02:00
MauveCloud
36e8584e4c
Partial fix for #955
...
Restores ability to use different explosives.
2017-03-14 10:00:51 -07:00
David Vierra
55fdf45f59
receiveClientEvent only redraws as needed
2017-03-13 17:36:18 -10:00
MauveCloud
fd54912c67
Completed fix for #916
...
Note: I did test to make sure a silk touch pick would drop the plain
forms instead of the cobblestone variants.
2017-03-12 12:53:08 -07:00
MauveCloud
bff9d64b29
Completed fix for #928
2017-03-12 12:50:47 -07:00
MauveCloud
b0a6788ac4
Improved workaround for #940
...
Seems to hold up a little better now. Still haven't figured out what
could be causing only bounds.max to end up null.
2017-03-12 12:49:54 -07:00
MauveCloud
ca11db3ff1
Slightly less-hacky workaround for #940
...
I'm a bit confused that this change works, though, considering the line
number of loadCuboidFace listed in the stack trace.
2017-03-11 20:45:05 -08:00
MauveCloud
9fba3e22a9
1 step toward fixing #928
2017-03-11 20:04:05 -08:00
MauveCloud
9da8a7789b
Fix for #910
2017-03-11 19:52:16 -08:00
Dragon2488
a11ccbdfe3
123456789
2017-02-24 11:18:48 +07:00
Dragon2488
c5cab28bfa
Crops, bugfixes.
2017-02-11 19:29:30 +07:00
nikita488
120dba42db
Rework rendering
2017-01-31 21:08:38 +03:00
David Vierra
bd274f64b8
Fix redstone behavior for covers
...
Tested with Machine Controller and Energy Detector, should work for the
rest too.
2017-01-24 01:17:42 -10:00
David Vierra
bf3954e031
Muffle an error when ItemRenderer is called with the wrong itemstack
...
Occurs with RefinedStorage Patterns when holding shift to show pattern
output, where the output is a GT generic item. The Pattern renderer can
only replace the IBlockModel and not the ItemStack, so the ItemRenderer
gets called with a stack of ItemPattern.
Fixes raoulvdberge/refinedstorage/#914
2017-01-23 22:55:58 -10:00
David Vierra
52c42c2d63
Fix position logic in AdvMiner.checkRecipe (again)
2017-01-23 22:54:53 -10:00
David Vierra
9353ef19bd
Fix OilDrill and AdvMiner drilling through bedrock
...
IC2 doesn't allow us to get an ItemStack for the mining_pipe_tip, so we
grab the IBlockState instead.
2017-01-23 22:54:42 -10:00
David Vierra
959d878c62
Fix Charcoal Pile Igniter incorrectly comparing Blocks against IBlockStates
2017-01-21 15:25:02 -10:00
Dragon2488
317deb43a1
RF support, critical bugfixes.
2017-01-08 15:49:39 +07:00
Dragon2488
e040fcfa94
Bugfixes & latest build.
2017-01-02 13:56:40 +07:00