Ellpeck
a5ef1fa300
Merge pull request #102 from Ellpeck/1.9
...
Update armor on right branch
2016-05-30 23:50:05 +02:00
sokratis12GR
3f20378f1a
Fixed ArmorMaterial
...
They change how it works
//new int[]{boots, leggings, chestplate, helmet}
2016-05-30 22:44:59 +03:00
Ellpeck
4e0082ed7d
Remove all uses of @Nonnull because it's stupid anyways.
...
ACTUALLY closes #97 .
2016-05-29 23:49:35 +02:00
Ellpeck
79660f3f6f
Made hasCapability not call getCapability.
...
Supposedly closes #97
2016-05-29 23:39:50 +02:00
Ellpeck
af67fb87cc
Added view online button to booklet
2016-05-29 22:11:18 +02:00
Ellpeck
da0f071d58
Death tracking part 1
2016-05-27 18:54:17 +02:00
Ellpeck
f2ee1b9414
Made booklet words and characters not be more than they should be because everything was being done twice
2016-05-26 23:05:08 +02:00
Ellpeck
9e50818fca
Remove formatting codes of the text output
2016-05-26 22:53:11 +02:00
Ellpeck
16d9b95b5a
Added a config option to print all of the booklet text to file on startup.
...
For debug purposes.
And because it's cool.
2016-05-26 22:49:47 +02:00
Ellpeck
c6b0ea9f98
Booklet stand model + bounding box
2016-05-26 14:59:48 +02:00
Ellpeck
796944d2ab
Re-added booklet stand.
...
Model and better bounding box to come.
2016-05-26 13:11:43 +02:00
Ellpeck
b4a64c1270
Fixed a massive bug with tiles not syncing properly when re-entering unloaded chunks >_>
2016-05-26 13:10:14 +02:00
Ellpeck
d3150672f4
y u no foreach
2016-05-24 18:31:09 +02:00
Ellpeck
b746ec5d03
Lush caves doc
2016-05-21 15:49:50 +02:00
Ellpeck
068f367fa5
Changed world data file name, might break stuff though
2016-05-21 15:34:36 +02:00
Ellpeck
b826c83c50
"Added lush caves that spawn randomly" or something like that.
...
I guess I'll leave these in, as they're kind of awesome.
2016-05-21 12:46:55 +02:00
Ellpeck
9b9f7b8ff3
Scrap this project.
...
It doesn't fit the theme, it doesn't work like it should, it's broken to no end.
Yea, I'll probably do it some other time. Maybe.
2016-05-21 12:21:36 +02:00
Ellpeck
2ff5f2758e
Added lush caves to the cave world
2016-05-21 00:39:50 +02:00
Ellpeck
3f0b9beb5c
Added custom cave gen for the cave worlds.
...
No idea what it actually does right now though.
2016-05-20 22:13:36 +02:00
Ellpeck
4b425a36ab
SUPPRESS ALL THE THINGS!!
2016-05-20 19:05:10 +02:00
Ellpeck
b71af53d13
Reworked compost to accept custom recipes
2016-05-20 17:55:33 +02:00
Ellpeck
93b51eb853
Removed value that was turned to true when having generated the spawn cave as it would've been overriden on world join anyway. As there's only one spawn, unless you set it into chunks that haven't generated yet, it doesn't matter anyways.
2016-05-20 14:50:39 +02:00
Ellpeck
69013d3583
r34!
2016-05-19 20:52:17 +02:00
Ellpeck
b00e214217
1.9.4!
...
Go suck a dick now.
2016-05-19 20:05:13 +02:00
Ellpeck
cddb514382
Turned cave mode off for now.
...
Working on it some more at some other point.
2016-05-19 16:06:27 +02:00
Ellpeck
5cef7badac
Removed Firework Box Minecart.
...
Aaw :(
2016-05-19 16:03:37 +02:00
Ellpeck
8b433056d2
Made impure iron convert in water and in the crusher
2016-05-18 21:14:11 +02:00
Ellpeck
05f159f48a
Made blocks in the cave world be determined by seed, added impure iron ore that spawns in cave world
2016-05-18 19:34:57 +02:00
Ellpeck
aec4bfbaa4
Change this name
2016-05-17 22:30:05 +02:00
Ellpeck
22b0a9a64e
Changed cave world spawning a bit, made the world generate with cobble and glowstone in the walls
2016-05-17 22:26:26 +02:00
Ellpeck
b5e8cf0345
Start of cave world.
...
Whaaaat?
2016-05-17 15:59:12 +02:00
Ellpeck
fd407d3983
Changed client data and fake player to completely lower case
2016-05-17 11:34:50 +02:00
Ellpeck
a2d360d610
How did I not notice this..?
2016-05-16 22:54:44 +02:00
Ellpeck
6c1f8fec6c
Update copyright and cleanup code
2016-05-16 22:52:28 +02:00
Ellpeck
a21981bf01
Minecart Rarity
2016-05-16 21:54:22 +02:00
Ellpeck
7aa813f04e
Made special drops dependent on the looting level you have
2016-05-16 21:10:35 +02:00
Ellpeck
0454fc521b
Made drop chances for wings, solid xp and cobweb more common
...
Closes #94
2016-05-16 17:56:17 +02:00
Ellpeck
e20a82a4ad
Firework Box Minecart!
2016-05-16 17:00:29 +02:00
Ellpeck
028accdf3e
Added spawner changer to creative tab
2016-05-16 01:04:11 +02:00
Ellpeck
e693486544
Removed calls of addRenderVariant, because apparently it didn't change anything
2016-05-15 12:21:28 +02:00
Ellpeck
96c9e1895c
Actually call it
2016-05-15 12:01:26 +02:00
Ellpeck
3403947af0
Moved lenses to API side
...
Bump API version to 13
2016-05-15 12:00:42 +02:00
Ellpeck
09ecb708aa
Moved inner tileentity classes to own file
2016-05-14 17:50:10 +02:00
Ellpeck
f34ed513fa
r33!
2016-05-14 15:54:57 +02:00
Ellpeck
67147df4cb
Put dots in front of the booklet entry buttons on the front page
2016-05-14 15:07:10 +02:00
Ellpeck
5db240b6ad
Little tiny change
2016-05-14 14:21:59 +02:00
Ellpeck
64966ad66e
Added the possibility for different types of lenses to be conversion lenses
2016-05-14 14:14:06 +02:00
Ellpeck
e0cf180358
Lotsa API restructuring
2016-05-14 13:51:18 +02:00
Ellpeck
1df694c8e9
Added smart whitelist button to the whitelist laser relay that automatically adds items from adjacent chests to the whitelist
2016-05-14 13:13:35 +02:00
Ellpeck
1f2f0e7cbf
Remove native invtweaks integration because it was done in a really weird way O_o
2016-05-14 11:15:27 +02:00
Ellpeck
1cdae3be7b
Banner shields
2016-05-14 02:26:34 +02:00
Ellpeck
30d493d513
Add custom banner patterns
2016-05-13 23:19:30 +02:00
Ellpeck
796fc2de43
What was this here for..?
2016-05-13 22:08:53 +02:00
Ellpeck
3495901d37
Grab the broom and sweep!
2016-05-13 21:57:53 +02:00
Ellpeck
549402d98e
The laser relay has less particles again now.
...
As it was lagging games.
2016-05-13 17:05:47 +02:00
Ellpeck
41027a07c2
Fixed a massive console spam issue of Whitelisted Item Laser Relays trying to sync client->client
2016-05-13 16:58:16 +02:00
Ellpeck
dcd41a016a
Make tile entity updating not send null packets causing console spam
2016-05-12 19:37:31 +02:00
Ellpeck
3ad6b1c7cb
Made Item Laser relays that have a whitelist have more priority than those who don't
2016-05-12 19:00:42 +02:00
Ellpeck
8e93abf05a
Made Placers be able to place anything again.
...
Yes. Really.
2016-05-12 18:48:13 +02:00
Ellpeck
43c93f2e51
How didn't it bug me that this wasn't centered?
2016-05-12 14:28:22 +02:00
Ellpeck
95d2e226e3
So this isn't needed anymore
2016-05-12 14:27:29 +02:00
Ellpeck
bfd859e144
Replace Growth Ring's constant NBT updating with world time checking
2016-05-12 14:26:10 +02:00
Ellpeck
2fe50c71aa
Safer check
2016-05-11 21:00:26 +02:00
Ellpeck
58e5af0814
Less processing of whitelist
2016-05-11 20:59:38 +02:00
Ellpeck
a8717e6191
Changed some advanced laser relay functionality
2016-05-11 20:55:29 +02:00
Ellpeck
44ed2dcda1
Made some info on the item system clearer
2016-05-11 20:44:21 +02:00
Ellpeck
6e96964db8
Item viewer texture
2016-05-11 19:39:59 +02:00
Ellpeck
7a0ba8819d
Item Storage recipes and doc
2016-05-11 19:30:19 +02:00
Ellpeck
40d02814ea
Fixed sounds not working on servers
2016-05-11 15:28:46 +02:00
Ellpeck
54c618231f
Made booklet sometimes not type a letter into the search box when pressing C
2016-05-10 22:36:53 +02:00
Ellpeck
c4a94a0724
Merge branch 'patch-7' of https://github.com/Kristian295/ActuallyAdditions
2016-05-10 22:31:22 +02:00
Ellpeck
ea1c65bbb3
Added whitelistable advanced item laser relays
2016-05-10 22:19:15 +02:00
Ellpeck
b75837d6b2
Changed some stuff around in Drill's container to match TileInventoryBase's sorting
2016-05-10 20:49:17 +02:00
Ellpeck
a7a76cc861
Dang it, now it's right
2016-05-10 19:00:35 +02:00
Ellpeck
1c9038d703
Made the smiley cloud not continuously mark dirty
2016-05-10 18:57:26 +02:00
Ellpeck
3b0b6dab54
Made ActAdd Java 6 compatible.
...
Yea.
2016-05-10 18:48:35 +02:00
Ellpeck
f034a14a69
Some cleanup ~
2016-05-10 18:37:00 +02:00
Ellpeck
b0ecc87a23
Reworked item system a bit to allow for black- and whitelisting
2016-05-09 19:05:20 +02:00
Ellpeck
b4fde39a33
Item Phantom Networks, part 1
2016-05-08 21:09:58 +02:00
Ellpeck
9c40296db0
Spawner Shards + Spawner Changer recipe and doc
2016-05-08 14:11:24 +02:00
Ellpeck
2c6b2dae77
Just in case
2016-05-08 11:07:19 +02:00
Ellpeck
c7f5455862
Spawner Changer
2016-05-08 02:55:59 +02:00
Ellpeck
8e8b59034b
This doesn't make any sense
2016-05-07 23:43:14 +02:00
Ellpeck
1f6f3152ed
Added max damage display to the advanced tooltip
2016-05-07 23:38:50 +02:00
Ellpeck
19d11e783b
Removed unneded parts of the InvTweaks API.
...
Why did I have these again..?
2016-05-07 21:36:41 +02:00
Ellpeck
bddce5fcd6
Fix the fix
2016-05-07 20:24:56 +02:00
Ellpeck
9d1cb8e45a
Fixed a bug with fluid placers replacing fluids in front of them
2016-05-07 20:23:50 +02:00
Ellpeck
4b548dd0a9
Re-implemented village structures
...
Villager and chest still to go
2016-05-07 12:55:59 +02:00
Ellpeck
95fa796e92
Cleanup! ~
2016-05-07 02:49:03 +02:00
Ellpeck
89963a23fb
Replaced bucket slots in GUIs with right click functionality
2016-05-06 23:23:29 +02:00
Ellpeck
b8e08d582b
Add new buckets to creative
2016-05-06 22:27:38 +02:00
Ellpeck
1695f61a75
Use universal buckets
2016-05-06 22:23:41 +02:00
Ellpeck
f942810592
What did that even mean?
2016-05-06 18:38:56 +02:00
Ellpeck
3e6a18729d
Reconstructor module recipe and doc
2016-05-06 16:29:49 +02:00
Ellpeck
f21fa7e317
Added Reconstruction Module as Rarmor integration
2016-05-06 16:11:26 +02:00
Ellpeck
1c0fb786b2
Update JEI and add some new features like seeing the items the recipe works with at the top
2016-05-06 14:50:15 +02:00
Ellpeck
3f4f87f273
Added a method to get the API Version as an integer to the API
2016-05-06 14:19:25 +02:00
Ellpeck
73ebec3930
Gave color changing more freedom.
...
Bump API version to 10
2016-05-06 12:26:41 +02:00
Ellpeck
d842367252
all teh moneyz
2016-05-06 10:55:51 +02:00
Ellpeck
7afa319b5c
Changed storage crate recipe.
...
Closes #92 .
2016-05-05 20:52:32 +02:00
Ellpeck
06ede0c822
Made color lens more modular by adding a way to colorize items to the API.
...
API Version bumped to 9.
2016-05-05 19:50:59 +02:00
Ellpeck
727fb1fc24
Remove sout
2016-05-05 17:51:36 +02:00
Ellpeck
9d04c236c7
Made the Phantom Redstoneface not update twice when binding to an already active redstone
2016-05-05 17:50:18 +02:00
Ellpeck
6a0d4ca611
Redstoneface recipe and doc
2016-05-05 17:37:12 +02:00
Ellpeck
b6a02d8189
Added Phantom Redstoneface
2016-05-05 17:29:39 +02:00
Ellpeck
9a8d38f5da
I don't know why this was even here
2016-05-05 16:58:05 +02:00
Ellpeck
11bc13aefd
Added InvWrapper Capabilities to inventories
2016-05-05 13:43:57 +02:00
Ellpeck
b3729703b7
Made directional breaker need energy in pulse mode.
...
Duh.
2016-05-05 13:22:58 +02:00
Ellpeck
5f3e8fc748
Added a default extra whitelist config option for the Item Repairer
...
Closes #85
2016-05-05 10:01:15 +02:00
Ellpeck
74c16757f8
Some fixes
2016-05-05 00:06:02 +02:00
Ellpeck
5b9f668d14
Made double furnace and double crusher use the double amount of energy if both items are smelting
2016-05-04 22:40:58 +02:00
Ellpeck
eb8b6cd06c
Merge remote-tracking branch 'origin/master'
2016-05-04 17:48:05 +02:00
Ellpeck
ca91ef4d24
Added the ender star which is a new crafting ingredient
2016-05-04 17:47:54 +02:00
Ellpeck
78bfbc6208
Rename itemCrystalLightBLue.json to itemCrystalLightBlue.json
2016-05-04 16:36:43 +02:00
Ellpeck
0b9101398a
Rename itemPotionRIng.json to itemPotionRing.json
2016-05-04 16:36:34 +02:00
Ellpeck
a8365724f8
Made harvestdropevents be posted when mining blocks automatically
2016-05-04 13:15:30 +02:00
Ellpeck
4b0ef298da
Fixed laser relays making no particles when the less particles setting is on
2016-05-04 12:59:36 +02:00
Ellpeck
2352e3be31
Fixed oredict creating empty entries when searching for names
2016-05-04 12:19:02 +02:00
Ellpeck
f50c9f32c1
fixed mcmod.info being broken
2016-05-03 22:12:16 +02:00
Ellpeck
1aeea1ef6d
Unload the fake player when leaving a world so that it doesn't persist and break stuff
2016-05-03 21:32:51 +02:00
Ellpeck
af8356c9ef
Fixed Fluid Placer not being able to place
2016-05-03 21:31:54 +02:00
Ellpeck
16c2c22cf7
Finished models
2016-05-03 21:26:02 +02:00
Ellpeck
15c65216cd
Some more model work
2016-05-03 18:29:02 +02:00
Ellpeck
6e18866c79
Fixed equipment slot in energizer and enervator being off
2016-05-03 08:45:01 +02:00
Ellpeck
d6bc78fffb
Started work on forge block models.
...
Could still take a while though.
2016-05-02 22:16:58 +02:00
Ellpeck
9ab94e5701
this
2016-05-02 17:46:53 +02:00
Ellpeck
928676ea53
cleanup
2016-05-02 17:12:31 +02:00
Ellpeck
1757f38bd1
Fixed most bounding boxes
2016-05-02 17:09:23 +02:00
Ellpeck
5aa63f2822
Made slab placing a bit more proper
2016-05-02 16:56:27 +02:00
Ellpeck
2599715973
Items are now held properly! \o/
2016-05-02 16:42:04 +02:00
Ellpeck
bfc68919f3
Fixed a couple of bugs with items that need to be held not working
2016-05-02 07:50:13 +02:00
Ellpeck
eed5cbdc92
4 ATTACK DAMAGE WHEN ON FEET
2016-05-01 22:37:27 +02:00
Ellpeck
98299708d5
I checked that
2016-05-01 22:34:40 +02:00
Ellpeck
cb9db8b4f2
Raised the amount of particles from the laser relay as the total amount of allowed particles has been raised by a lot
2016-05-01 22:30:54 +02:00
Ellpeck
a545eaa008
Fixed sounds
2016-05-01 22:26:26 +02:00
Ellpeck
61d7b783b3
Made XP drops from drill dependent on the forge event
2016-05-01 10:33:40 +02:00
Ellpeck
d2a5f3bb17
Made drill be openable again. Closes #89
2016-05-01 10:29:34 +02:00
Ellpeck
5faa779725
fixed blocks dropping twice when broken with the drill
...
Closes #88
2016-04-30 20:14:01 +02:00
Ellpeck
e267d0110d
Fixed a bug causing the player to be unable to fill buckets
2016-04-29 19:31:33 +02:00
Ellpeck
3cd7512ed6
r27!
2016-04-20 21:54:59 +02:00
Ellpeck
08ea43e70d
Fudge my life, 1.9
2016-04-20 21:39:03 +02:00
Ellpeck
23f8ccc75c
Did some more stuff and things
2016-03-19 15:10:20 +01:00
Ellpeck
5d34bce194
Fixed Drill attack damage
2016-03-19 11:42:11 +01:00
Ellpeck
0499fbdf7f
Made the game actually run
2016-03-19 11:36:17 +01:00
Ellpeck
1e2732195d
1.9.
...
Fuck my face.
2016-03-18 23:47:22 +01:00
Ellpeck
6d1878deb3
Made the log not die of spamming
2016-03-18 20:39:24 +01:00
Ellpeck
2b12947e2c
Changed Fake Player's name
2016-03-18 20:36:41 +01:00
Ellpeck
54c0884b03
Moved recipe getting to recipeUtil
2016-03-18 18:41:37 +01:00
Ellpeck
dc8ad581ad
Cleaned up some registry
2016-03-18 18:38:39 +01:00
Ellpeck
9720381540
Okay, okay, okay, it's fine.
...
It was a stupid feature.
I understand. So shut up now.
2016-03-18 18:19:51 +01:00
Ellpeck
56f9402fde
Whoever made the items float?
2016-03-18 18:16:25 +01:00
Ellpeck
7a236aa2b3
Cleaned up Laser Relay Connections and WorldData a bit
2016-03-18 16:13:09 +01:00
Ellpeck
9fc5735985
ESD is done
2016-03-18 16:02:27 +01:00
Ellpeck
efdb43bd5a
Let's do this differently, so that you can actually close the book at all when the search field is up
2016-03-18 16:00:36 +01:00
Ellpeck
92172c0fdc
Close book with inventory key
2016-03-18 15:55:55 +01:00
Ellpeck
1d27f6e52d
I don't want this differentiated
2016-03-18 15:48:52 +01:00
Ellpeck
8ba1d23eff
Replaced some method calls
2016-03-18 15:42:06 +01:00
Ellpeck
47568e5fbc
Fudge the new item system stuff
2016-03-18 15:31:59 +01:00
canitzp
81130ac0b9
Fixed Phantomface Crash Closes #82
2016-03-15 19:28:54 +01:00
Ellpeck
46d9ad9a10
P's edition
2016-03-08 00:05:34 +01:00
canitzp
9afe9b5a8b
Rename itemHoeCrystalblue.json to itemHoeCrystalBlue.json
2016-02-20 21:38:28 +01:00
canitzp
c93276835e
Blame on Shadowfacts
2016-02-20 21:25:18 +01:00
Ellpeck
33e231d265
Fixed Canitz' mess.
...
Cleanup~
2016-02-20 16:16:41 +01:00
canitzp
d729f55832
New Compost Rendering
2016-02-20 15:23:03 +01:00
canitzp
967d180cca
Replaced some Method calls
2016-02-19 19:58:26 +01:00
canitzp
51de083209
Added a Nullcheck
2016-02-18 22:48:53 +01:00
canitzp
f0d7585fd9
Fixed JEI Booklet Page Rendering Closes #71
2016-02-18 22:33:44 +01:00
canitzp
c0d13ef30f
Fixed Double Plant Crash Closes #70
2016-02-18 21:58:19 +01:00
canitzp
353431827f
Fixed Double Plant Crash Closes#70
2016-02-18 21:55:37 +01:00
canitzp
8be363ba08
Hopefully fixed a Miner Bug
2016-02-18 18:43:35 +01:00
canitzp
57c37cb900
Rewrite the SmileyCloud Renderer
2016-02-17 23:15:56 +01:00
canitzp
0600c56355
Reactivated AtomicReconstructor Lens Renderer
2016-02-17 21:45:19 +01:00
canitzp
1664ce22e3
Reactivated AtomicReconstructor Lens Renderer
2016-02-17 21:45:02 +01:00
canitzp
b9262df154
Fixed the Tool JSONs
2016-02-17 20:32:02 +01:00
canitzp
6819c6b34b
Updated to the official RF-Api for 1.8
2016-02-16 21:49:44 +01:00
Ellpeck
c16629b470
Revert 5272d572be
2016-02-10 21:07:48 +01:00
Glenthor
5272d572be
-Added Rounded Prism
2016-02-10 21:06:25 +01:00
Ellpeck
ef07e2d725
Revert #72 .
...
Text is too long for the pages.
2016-02-09 18:29:48 +01:00
Kristian295
8caecdfd23
de_DE.lang : ll. 572 - 579
...
Translated:
- booklet.actuallyadditions.chapter.intro.*
- booklet.actuallyadditions.chapter.craftingIngs.*
2016-02-09 18:19:11 +01:00
Ellpeck
32c10c5beb
Haphazardly revert implementation of new item system for ESD as it completely broke pulling items for sided inventories
2016-02-06 22:07:12 +01:00
Ellpeck
e15c09778e
Set ESD incomplete
2016-02-06 21:56:00 +01:00
Ellpeck
d2721e0979
added click areas to JEI for easy recipe access
2016-02-05 11:19:02 +01:00
Ellpeck
d593a05cca
bump api version
2016-02-03 23:46:22 +01:00
Ellpeck
2856c01cce
Removed Lens registry.
...
It wasn't needed.
2016-02-03 23:43:44 +01:00
Ellpeck
2007732fdc
Changed download link to be the redirect so that it changes everywhere when it actually changes
2016-02-03 18:16:24 +01:00
Ellpeck
9c4056ed52
Made the knife not repairable.
...
Closes #69 (hehehehe)
2016-02-02 07:25:26 +01:00
Ellpeck
0d7340474f
Update JEI properly damn it
2016-02-01 21:20:05 +01:00
Ellpeck
34dbefc9e6
ESD Compat for new item system
2016-02-01 21:14:17 +01:00
Ellpeck
56489b362a
There we go.
...
I fixed it.
2016-02-01 20:39:11 +01:00
Ellpeck
228ecd50bd
More cleanup.
...
I hope this fixes the fuckery.
God damn it.
2016-02-01 20:32:49 +01:00
Ellpeck
348dc518c6
The heck!?
2016-02-01 20:31:27 +01:00
Ellpeck
2d476a0b6d
What the fuck IntelliJ
2016-02-01 20:30:15 +01:00
Ellpeck
0540313e75
Cleanup ~
2016-02-01 17:49:55 +01:00
Ellpeck
c92aebfe0a
Fixed Compost and Reconstructor syncing with hoppers.
...
Closes #59
2016-02-01 17:43:14 +01:00
Ellpeck
091b6cbfc3
Fix capabilities
2016-02-01 17:40:17 +01:00
Ellpeck
1e3f0dbe45
Revert that.
2016-01-31 10:54:07 +01:00
Ellpeck
4ac5007279
Made handler compatible with old JEI versions.
...
Just in case.
2016-01-31 10:53:27 +01:00
Ellpeck
7586b7cd56
Made the placer be able to apply bonemeal and do some more awesome stuffz
2016-01-31 03:31:39 +01:00
Kristian295
d1924045c0
Translation of ll. 157-186, 429, 430
...
yet untranslated lines:
572-773
2016-01-29 23:53:29 +01:00
Kristian295
e312ce1f74
Matching de_DE.lang with en_US.lang
...
yet untranslated lines:
157-186, 429-430, 572-773
2016-01-29 23:14:03 +01:00
Ellpeck
4630c39a13
Move Fluids to InitFluids
2016-01-29 17:38:31 +01:00
Ellpeck
3f958a0726
I don't even know the person
...
But I'm a nice person.
2016-01-27 18:22:44 +01:00
Ellpeck
3c108e3cc9
Remove debug output
2016-01-25 19:33:54 +01:00
Ellpeck
bb0338dd55
//TODO make this work for the stupid new system
2016-01-25 19:05:01 +01:00
Ellpeck
a2d7193003
Capabilities for Phantomfaces
2016-01-25 13:42:37 +01:00
Ellpeck
235d86ab8c
Semi-implemented new item system I guess?
2016-01-25 13:34:55 +01:00
Ellpeck
7a6fda911f
Use getStateID for playAuxSFX
2016-01-23 23:29:19 +01:00
Ellpeck
fbc5c5240d
Rebalanced canola oil again.
...
Because people were annoying me again.
2016-01-23 22:58:40 +01:00
Ellpeck
8e7422df0f
no
2016-01-23 12:20:06 +01:00
Ellpeck
54cc8eedbd
Remove NEI Recipe Handlers (until it gets properly updated)
2016-01-23 12:09:29 +01:00
Ellpeck
aa30035cee
Added performance settings for bad PCs
2016-01-23 11:02:35 +01:00
Ellpeck
8d59b01191
Changing some stuff to the tooltip CTRL thingy so that it looks nicer
2016-01-22 21:48:11 +01:00
Ellpeck
f89c969b24
remove todo
2016-01-22 21:43:43 +01:00
Ellpeck
f0046aadc4
remove todo
2016-01-22 19:40:15 +01:00
Ellpeck
317978787c
Added metadata and nbt to the Control info for ItemStacks
2016-01-22 19:40:00 +01:00
Ellpeck
c9f3b926cc
Fix Coffee Machine and Smiley Cloud bounding box
2016-01-22 19:02:04 +01:00
Ellpeck
0b3201bcf9
Ignore some Items in JEI
2016-01-22 18:52:38 +01:00
Ellpeck
6edab422c4
Fix plant right-clicking never returned any seeds
2016-01-22 18:27:28 +01:00
Ellpeck
6d719f781c
"Fix" smiley cloud bounding box.
...
For now.
2016-01-22 12:25:10 +01:00
Ellpeck
263004d4b4
Made phantom booster cheaper
2016-01-21 21:32:08 +01:00
Ellpeck
c7ccab75b8
Cheap workaround for glitching into some blocks with a smaller hitbox causing graphical glitches and damaging the player
2016-01-21 19:59:26 +01:00
Ellpeck
c4f8e67d64
Why was that there?
2016-01-21 19:43:06 +01:00
Ellpeck
ac5d789c78
"nice"
2016-01-20 20:30:39 +01:00
Ellpeck
fd5253846f
Merge pull request #60 from XDjackieXD/master
...
winey winey
2016-01-20 20:28:44 +01:00
XDjackieXD
2610bb8699
Make the floaty special thingie move more awesome!
2016-01-20 20:24:16 +01:00
Ellpeck
037df04965
I don't know what ImmutableList is.
...
So I'm not using it.
/shrugs
2016-01-20 20:09:03 +01:00
Ellpeck
223db4e04e
Transmaterial Differentiator
2016-01-19 21:56:45 +01:00
Ellpeck
ca30b483e1
Ignore NBT Tags of Energy items in JEI
2016-01-18 23:38:52 +01:00
Ellpeck
acc75f5313
..fixed assets derping because of wrong capitalization
2016-01-18 21:38:18 +01:00
Ellpeck
5ca0fd53d3
Reconstructor recipe handler
2016-01-17 22:57:32 +01:00
Ellpeck
924e7da95f
to be safe3
2016-01-17 20:50:25 +01:00
Ellpeck
4b835f8df8
Custom packet handler for 98.7% less stack traces when joining worlds
2016-01-17 20:46:51 +01:00
Ellpeck
060a4dcbb3
red mushroom -> nether wart in Reconstructor
2016-01-17 20:12:20 +01:00
Ellpeck
1a258f8ed5
Fixed the drill's 3x3 and 5x5 mining acting weird on servers
2016-01-17 19:22:14 +01:00
Ellpeck
2189dde1a0
JEI Crusher
2016-01-17 15:09:59 +01:00
Ellpeck
59d835ed4f
Added Coffee Machine JEI recipe
...
Removed some stuff from the API that doesn't really belong there
2016-01-17 12:17:24 +01:00
Ellpeck
957acd8ab8
Fixed lenses not syncing correctly on the server when converting Item entities
2016-01-17 01:50:35 +01:00
Ellpeck
a4f2251ff6
Removed INEIRecipeHandler and RecipeWrapperWithButton from the API.
...
They won't work that way.
/shrugs
2016-01-17 01:14:30 +01:00
Ellpeck
e130f89296
Added proper JEI Handler for booklet
...
Added RecipeWrapperWithButton to API
2016-01-17 01:09:36 +01:00
Ellpeck
b76d96c303
removed INEIRecipeHandler away from the API.
...
I don't know why it was there.
API version 5
2016-01-16 23:47:06 +01:00
Ellpeck
720f80160b
Made word count reload when reloadoing resources
2016-01-16 23:14:10 +01:00
Ellpeck
3397632e87
Started JEI Implementation.
2016-01-16 20:06:25 +01:00
Ellpeck
07c24cf8dc
Fixed the mess blur created
2016-01-16 14:14:39 +01:00
Patrick Emery
62a4b04e6f
Added right-click harvest functionality to all crops.
2016-01-15 21:39:38 -05:00
Kristian295
95970617f4
Molecular Transformilator
...
Just added line 713 from en_US.
There will be more translating going on later this weekend!
2016-01-15 23:08:16 +01:00
Ellpeck
ddc1ab7ce5
Molecular Transformilator
2016-01-15 22:05:36 +01:00
Ellpeck
352604aac1
Updated the stuff to the other stuff.
...
In layman's terms: Made 1.8 the master branch.
2016-01-13 21:48:48 +01:00
Patrick Walker
0629b53d30
Fixed texture name
2016-01-11 18:34:06 -05:00
Patrick Walker
dbebafb1e5
Update itemSwordQuartz.json
2016-01-11 18:33:40 -05:00
Ellpeck
ab0adfa25b
Revert the fix, tried to fix it another way
2016-01-11 22:41:33 +01:00
Ellpeck
85428e885d
Workaround for a bug that broke the packet handling
2016-01-11 22:33:54 +01:00
Ellpeck
dbf8093ea0
fml
2016-01-11 22:15:50 +01:00
Ellpeck
f014b1af57
r23 ~
2016-01-11 22:02:41 +01:00
Ellpeck
5b166a784f
Fixed a ginormous bug that fucked up crafting.
...
I hope.
2016-01-11 21:56:01 +01:00
Ellpeck
d3950d257c
Fixed wild plants dropping the wrong seeds.
2016-01-11 18:55:39 +01:00
Ellpeck
b8b94b91f1
Fixed some more bugs, update the update checker to check for betas as well~
2016-01-11 18:27:47 +01:00
Ellpeck
e15d1fa882
Actually fix the new update checker
2016-01-10 21:00:12 +01:00
Ellpeck
2620687e2d
Added the new update checker for 1.8 as well
2016-01-10 20:59:13 +01:00
Ellpeck
5bc747f6aa
Final fixes~
2016-01-10 20:16:19 +01:00
Ellpeck
ed833be289
Finished 1.8.9 port for the most part.
...
Some stuff to fix yet though.
2016-01-10 19:32:21 +01:00
Ellpeck
a5c97e09bd
Merge pull request #44 from canitzp/1.8
...
More JSONs
2016-01-10 17:34:15 +01:00
canitzp
c645a0e770
More JSONs
2016-01-10 17:00:07 +01:00
Ellpeck
3f165f897e
ALL OF THE JSONS DONE.
...
Now I just need to wait for canitzp to finish the special models~
2016-01-10 15:29:45 +01:00
Ellpeck
390c1289f8
Merge pull request #43 from canitzp/1.8
...
More JSONs
2016-01-10 15:18:56 +01:00
canitzp
0cb9d6f8c9
More JSONs
2016-01-10 15:12:48 +01:00
canitzp
0b68b7e296
More JSONs
2016-01-10 15:12:20 +01:00
Ellpeck
860ef3d0ef
Moooooar texture work ~
2016-01-10 02:51:31 +01:00
Ellpeck
5e0e79d691
Some more texture work & fixing.
...
Nothing special.
Well, lots of special stuff actually.
2016-01-10 01:17:17 +01:00
canitzp
0f090df466
Merge remote-tracking branch 'origin/1.8' into 1.8
2016-01-09 18:37:52 +01:00
canitzp
15c03f2a43
FurnaceSolar/Solar Panel JSON
2016-01-09 18:37:30 +01:00
canitzp
f18dfa97c8
FurnaceSolar/Solar Panel JSON
2016-01-09 18:37:21 +01:00
Ellpeck
bca7812097
Merge pull request #40 from canitzp/1.8
...
-Coffee Machine JSON \o/
2016-01-09 18:08:42 +01:00
canitzp
8efe5482f8
-Coffee Machine JSON \o/
2016-01-09 18:07:18 +01:00
Ellpeck
4ed17950b9
Removed TESRs for the most part and added a "not complete"-disclaimer for the upcoming 1.8.9 beta releases ~
2016-01-09 17:53:06 +01:00
Ellpeck
0d00143298
Maybe fixed a bug caused by desync that would cause blocks to have ridiculous amounts of energy/luqiuid
2016-01-09 17:30:24 +01:00
Ellpeck
61b921b2dd
Some more texture work.
...
Done for now.
Hahah.
Good joke.
2016-01-09 14:35:04 +01:00
Ellpeck
fec10edbc2
Loooots more texture work.
...
Okay, I'm done for today.
2016-01-09 02:36:43 +01:00
Ellpeck
2babb6cf0b
Some more texture work, fixed Special Render for items
2016-01-09 00:04:30 +01:00
Ellpeck
6db479f94e
More stuff & special render fix testing
2016-01-08 23:36:35 +01:00
Ellpeck
8f959c92aa
More Fixes °~°
...
Continuing some other time.
2016-01-08 21:55:39 +01:00
Ellpeck
51872bbc23
Dis game is ass - More textures
2016-01-08 20:51:03 +01:00
Ellpeck
98efec99d0
Fixed knife crafting being broken
2016-01-08 18:09:11 +01:00
Ellpeck
77860267da
ITEMS AND BLOCKS RENDER
...
Well.
Not all of them.
2016-01-08 17:25:31 +01:00
Ellpeck
c08d2221fa
This doesn't work.
2016-01-08 16:52:53 +01:00
Ellpeck
020384f5ff
Put Version and API Name in main class
2016-01-08 15:33:19 +01:00
Ellpeck
6693636247
Bump API version.
...
If I don't do it now, I'll forget.
2016-01-08 15:26:52 +01:00
Ellpeck
92b9b7a844
Some more "minor fixes", if you want to call it that.
...
(I declare you completely nuts if you do, though.)
2016-01-08 15:21:05 +01:00
Ellpeck
f602eccca0
Remove Position.
...
Don't need it.
2016-01-08 13:31:58 +01:00
Ellpeck
6ee039fcc2
Fix some other minor bugs that I found quickly.
...
I really need to start working on actually repairing the textures.
2016-01-08 08:18:27 +01:00
Ellpeck
5a1b6f9d78
Fixed a bug with the crafting page.
...
//Like that would matter..
2016-01-08 08:13:42 +01:00
Ellpeck
0ca8fc90c1
IT RUNS!
...
No textures though.
And lots of bugs.
2016-01-08 08:10:55 +01:00
Ellpeck
b2a00d2c8d
Sooo.. yea, I'm still at it.
...
And still not compilable.
Oh god.
2016-01-07 23:42:43 +01:00
Ellpeck
020745a813
Remember how I said "I'm nearing the end of bugfixing"?
...
Well that was a lie apparently.
2016-01-07 21:41:28 +01:00
Ellpeck
db1e183e45
Another status update.
...
Getting to the finish line when it comes to removing compile-breaking bugs!
2016-01-07 19:47:53 +01:00
Ellpeck
02e66e23df
PROGRESS!!
...
Yes, this will be progress updates.
A lot.
2016-01-07 19:04:29 +01:00
Ellpeck
d39fb82992
EVERYTHING IS BROKEN
2016-01-07 18:21:00 +01:00
Ellpeck
1b176008a5
Made the solar thingy cheaper.
2016-01-07 16:07:23 +01:00
Ellpeck
dae0a9a0b4
Balanced the magnet ring a bit °~°
2016-01-07 16:04:25 +01:00
Ellpeck
57e77e8453
Made the growth ring a little more expensive.
2016-01-07 16:03:07 +01:00
Ellpeck
fbba25d5ad
The growth ring now only uses RF when growing stuff
2016-01-07 15:56:57 +01:00
Ellpeck
493be37ede
The magnet ring now only uses RF when actually sucking items.
...
Makes more sense, does it not?
2016-01-07 15:54:41 +01:00
Ellpeck
fa79e57cb6
Made looking up the double furnace in the booklet possible
2016-01-06 19:58:59 +01:00
Ellpeck
5ef8626a40
Fix another stupid obfuscation bug :x
2016-01-06 18:10:01 +01:00
Ellpeck
a135ecf32c
r19! Sorry for this update >_>
2016-01-06 05:28:31 +01:00
Ellpeck
f16f1e0496
Fixed a nasty bug with obfuscation causing some booklet pages to break horribly
2016-01-06 05:17:54 +01:00
Ellpeck
1fae94f578
Added the Booklet stuff to the API
2016-01-05 14:57:50 +01:00
Ellpeck
11c4f90080
Actually do the API declaration right
2016-01-05 04:56:34 +01:00
Ellpeck
f372e5b77f
Fixed the lens of detonation not being able to activate because the power buffer was too low.
...
/shrugs
2016-01-05 04:52:53 +01:00
Ellpeck
77ba946306
Added an API.
2016-01-05 04:47:37 +01:00
Ellpeck
c0a6ee8f85
Bacon recipe & doc.
...
Why am I doing this to myself.
2016-01-04 17:34:06 +01:00
Ellpeck
2f0a4d79e7
Fix server
2016-01-04 17:26:24 +01:00
Ellpeck
5bd1926453
Added bacon
2016-01-04 17:25:03 +01:00
Ellpeck
4cecbc491e
"Light Black"? What's that supposed to be?
2016-01-03 23:21:52 +01:00
Glenthor
260978bc53
-Added Crystal Tools and Armor
2016-01-03 23:16:41 +01:00
Ellpeck
99a786e496
Made config optioin for less laser particles make more sense
2016-01-03 19:59:24 +01:00
Ellpeck
2453fe2477
Changed Laser Relay particle rate yet again
2016-01-03 19:58:01 +01:00
Ellpeck
aa0ec6a575
Fixed booklet achievement info not showing the item if it has a wildcard value
2016-01-03 19:16:43 +01:00
Ellpeck
93fcacdacb
Fixed a problem with OreDict entries getting added for items with stack sizes of 8
...
Closes #35
2016-01-03 19:01:40 +01:00
Ellpeck
caf3fac208
Update Copyright
2016-01-03 16:05:52 +01:00
Ellpeck
2cadfb96ac
remove sout
2016-01-02 21:37:26 +01:00
Ellpeck
6e262e2426
Fix pulsable blocks being block update detectors (xdjackiexd)
2016-01-02 21:36:42 +01:00
Ellpeck
96225522c4
No Minetweaker.
...
Not happening.
2016-01-02 02:45:44 +01:00
Ellpeck
f71e4d741b
Make it work actually
2016-01-02 02:17:17 +01:00
Ellpeck
ff741068c2
MineTweaker test..? I guess?
2016-01-02 02:16:11 +01:00
Ellpeck
6ad4f39258
Fix all the things
2016-01-02 00:02:44 +01:00
Ellpeck
8fba543f21
Crystals and their tools now have colored names
2016-01-01 23:54:36 +01:00
Ellpeck
8f3b58a730
MOAR PAXELS
2016-01-01 23:44:22 +01:00
Ellpeck
a071008059
Fix new tools/armor not being named correctly
2016-01-01 23:04:22 +01:00
Ellpeck
f67879c2f2
Fixed Quartz tools being the same as obsidian in config (duh)
2015-12-31 17:26:08 +01:00
Ellpeck
2c07e6f326
Made the White and Green wall not disableable in the config
...
They look nice.
2015-12-31 17:17:28 +01:00
Ellpeck
c10a91da29
SO MANY NEW ITEMS
...
ITS ALL TOOLS AND ARMOR OMG
2015-12-31 15:05:27 +01:00
Ellpeck
71a28f3b8f
Remove unused configs
2015-12-30 23:19:02 +01:00
Ellpeck
7215a7cd80
Product placement.
...
Still less annoying than Reika's Update Checkers.
2015-12-30 23:17:03 +01:00
Ellpeck
c76627463d
.de
2015-12-30 22:02:17 +01:00
Ellpeck
df59394eb0
Changelog
2015-12-30 21:39:16 +01:00
Ellpeck
f83061a00e
Fix Iguana Tweaks fucking everything up because apparently it -needs- setHarvestLevel to be called even though there is getHarvestLevel() which I have made to work.
...
I hate Iguana Tweaks. It breaks everything and has shit mechanics to begin with.
Closes #34
2015-12-30 19:34:15 +01:00
Ellpeck
988989030c
Made Missing Mapping Infos clearer
2015-12-28 19:01:36 +01:00
Ellpeck
25c52823c5
Ignore Mappings for missing itemSpecial, it's removed on purpose.
2015-12-28 15:07:21 +01:00
Ellpeck
a64991b75f
Removed Special Drops and added Solidified Experience as own item
2015-12-28 15:05:56 +01:00
Ellpeck
d49d3ad7a9
Made Spider drops less rare
2015-12-28 14:45:36 +01:00
Ellpeck
b1b05a89fe
Stopped using deprecated methods
2015-12-27 21:56:32 +01:00
Ellpeck
b15a2d0bba
Illustrator's Edition
2015-12-27 17:24:13 +01:00
Ellpeck
8262461e12
Meh
2015-12-27 16:09:50 +01:00
Ellpeck
31fc8e7bfa
Miner Whitelist and Blacklist config
2015-12-27 16:09:17 +01:00
Ellpeck
317bfa1de5
Booklet Info for Miner's Range
2015-12-27 15:57:14 +01:00
Ellpeck
8245e3cb8f
Miner is in Ores Mode by default so that it doesn't wreck as much when you place it down while it has energy.
...
//oh lovely workarounds
2015-12-27 15:44:16 +01:00
Ellpeck
eedad2e33d
Fix what I just did.
...
I wanted to add MineTweaker Support, but then I noticed MineTweaker Support is really stupid and complicated so fuck it.
2015-12-27 03:58:52 +01:00
Ellpeck
bc663fae4c
Remove InterModComms.
2015-12-27 03:44:42 +01:00
Ellpeck
448a050c26
Removed Stone Casing
2015-12-26 23:48:49 +01:00
Glenthor
6c3415864c
-Reworked some texures
2015-12-26 20:43:24 +01:00
Glenthor
68a994a4b6
-Reworked some textures
2015-12-26 20:41:47 +01:00
Ellpeck
1e1cd533b0
Why was that there?
2015-12-26 18:25:13 +01:00
Ellpeck
2ad42eda45
tifisgrin
2015-12-26 18:22:49 +01:00
Ellpeck
c6fe26a19a
Right, that doesn't work either.
...
Removed Redstone->Glowstone.
2015-12-26 18:15:03 +01:00
Ellpeck
f089a26441
Yea, right.
...
_Redstone_.
2015-12-26 18:13:47 +01:00
Ellpeck
b51c67fa6c
Disclaimer for noobs
2015-12-26 18:13:28 +01:00
Ellpeck
361cdc632c
Made Breakers & Placers cheaper
2015-12-26 16:36:52 +01:00
Ellpeck
ac8f8499d2
Jam House Info Page
2015-12-25 21:56:10 +01:00
Ellpeck
576148ae95
Mark dirty when saving redstone state
2015-12-25 15:24:40 +01:00
Ellpeck
4340881896
Removed ability to close booklet with inventory key - It made John Cena unhappy
2015-12-25 00:38:16 +01:00
Ellpeck
6a7920c9d9
Revert Texture changes for update
2015-12-24 23:26:50 +01:00
Ellpeck
781dbf90dd
Fixed FastCraft fucking up the booklet
2015-12-24 23:13:57 +01:00
Ellpeck
ed1147c22a
Fixed FastCraft fucking up the booklet
2015-12-24 23:13:46 +01:00
Ellpeck
4a1d791f62
#BlameShadowfacts
2015-12-24 02:43:51 +01:00
Ellpeck
99c5c27a51
no
2015-12-24 00:35:33 +01:00
Ellpeck
7dd939999c
Fixed blocks activating too often in redstone pulse mode
2015-12-24 00:34:47 +01:00
Ellpeck
583d6e025e
Fixed Fake Player
2015-12-23 23:14:39 +01:00
Ellpeck
732da75c9f
Placers can now place Redstone
2015-12-23 23:09:50 +01:00
Ellpeck
a961870cac
Fixed Smiley Cloud's and Laser Relay's Collision Bounding Box sometimes freaking out
2015-12-23 22:44:25 +01:00
Ellpeck
89978a5c8c
Made Laser Relays less particle render heavy - But also less good looking.
...
Gotta find a better solution at some point.
2015-12-23 22:03:17 +01:00
Ellpeck
a712c1540c
Merge remote-tracking branch 'origin/master'
2015-12-23 20:42:35 +01:00
Ellpeck
2ea19830fa
Always use StringUtil's renderSplitString
2015-12-23 20:42:20 +01:00
Glenthor
da88d898b7
-Reworked some textures
2015-12-23 18:24:09 +01:00
Ellpeck
c7a1a5965f
Made Slabs become the right double slabs >_>
2015-12-23 16:13:40 +01:00
Ellpeck
17f8c3b659
Made Lava Factory update RF properly
2015-12-23 14:03:41 +01:00
Ellpeck
7179fb01d1
Made the compost update when putting things in with automation (damn.)
2015-12-23 13:06:12 +01:00
Ellpeck
8b20fc066e
Removed World from WorldPos, renamed it to Position.
...
That fixed loads of issues.
2015-12-23 01:43:49 +01:00
Ellpeck
ed2bbe226a
Revert
2015-12-23 01:15:43 +01:00
Ellpeck
b98e6839e4
Fixed a bug with WorldPos not returning the right thing on clients
2015-12-23 01:08:27 +01:00
Ellpeck
11c78bf455
Fixed a stupid NP that crashed the BTM server.
...
*Hangs himself in shame now*
2015-12-23 00:38:39 +01:00
Ellpeck
62aa68560c
Fixed some items not being recognized by the right-click function in the booklet
2015-12-22 20:43:41 +01:00
Ellpeck
3378ff088f
Fixed plants sometimes dropping completely nonsensical seed metas
2015-12-22 18:10:49 +01:00
Ellpeck
924011768d
Rebalance canola to be more item-giving
2015-12-22 17:54:55 +01:00
Ellpeck
cb25abfacc
Made Booklet info be placed better
2015-12-22 17:44:40 +01:00
Ellpeck
2849a1dc44
Le SideOnly
2015-12-22 16:14:05 +01:00
Ellpeck
0b70946487
Sneak-Right-Clicking with a book on a block from ActAdd will now open its page
2015-12-22 16:08:53 +01:00
Ellpeck
1806cd1820
Removed Green Dye Icon
2015-12-22 15:26:30 +01:00
Ellpeck
7ef84608fa
Removed green dye.
...
No one used it anyways.
Even I forgot it existed.
2015-12-22 15:23:19 +01:00
Ellpeck
f22ca0c21c
Fix rendering items on the overlay making it go all dark
2015-12-22 15:01:40 +01:00
Ellpeck
9cbd9cc6b6
How about we actually fix everything whoops
2015-12-22 14:58:25 +01:00
Ellpeck
44b100758e
Tweaked some things, only code-wise
2015-12-22 14:55:10 +01:00
Ellpeck
b5349c2869
Fix Server & Texts overlapping
2015-12-22 07:28:27 +01:00
Ellpeck
252fbab4ec
Manual stand now has hud info
2015-12-22 00:30:08 +01:00
Ellpeck
47b79ce8ea
Compost shows the amount of items in the HUD now
2015-12-22 00:04:48 +01:00
Ellpeck
ad23456456
Reconstructor now shows item
2015-12-21 23:53:01 +01:00
Ellpeck
5078007335
Made Phantom Hud be less likely to overlap
2015-12-21 23:40:19 +01:00
Ellpeck
5239818e97
Cleanup~
2015-12-21 22:46:23 +01:00
Ellpeck
e6b10a63d3
Made Reconstructor show its lens
2015-12-21 22:28:57 +01:00
Ellpeck
17da38c095
Fix server
2015-12-21 22:22:02 +01:00
Ellpeck
92dc77839d
Added fancy hud display instead of chat messages to most blocks
2015-12-21 22:18:33 +01:00
Ellpeck
1a13ef9b13
Removed Waila compat.
...
I didn't need it anyways.
2015-12-21 20:43:49 +01:00
Ellpeck
18f9ec4ce2
How about we -actually- revert it.
2015-12-20 23:39:51 +01:00
Ellpeck
9f7c7468a2
Revert Caves.
...
They won't work yet.
2015-12-20 23:38:24 +01:00
Ellpeck
7176dcbb2c
Fix things appearing on creative tabs they shouldn't appear on
2015-12-20 22:37:33 +01:00
Ellpeck
e0b9099ca2
Fix Player spawning wrongly
2015-12-20 22:33:44 +01:00
Ellpeck
e77aee70de
Added Ores to cave worlds.
...
Not final though.
2015-12-20 20:53:07 +01:00
Ellpeck
2931aad871
Cave Worlds, anybody?
2015-12-20 20:35:10 +01:00
Ellpeck
3857ed0e8b
Fixed Coal Generator using infinite resources even though full
...
Fixed Oil Generator not visually turning off.
2015-12-20 16:10:48 +01:00
Ellpeck
cf5a52db2d
Made Reconstructor store less power.
2015-12-20 15:58:17 +01:00
Ellpeck
297e3d9adf
Made Dungeon loot less common
2015-12-20 01:55:30 +01:00
Ellpeck
a5a3114b4a
Added a Disclaimer to the Phantomface chapter because I was annoyed that people call it "Short-Range Tesseract"
2015-12-19 11:39:46 +01:00
Ellpeck
6b0e24b185
Le Cleanup
2015-12-19 10:30:39 +01:00
Ellpeck
c7fcdff17e
Fixed Reconstructor and Firework Box redstone mode
2015-12-19 10:27:55 +01:00
Ellpeck
4634b4cd2c
Added a page to the booklet explaining Redstone Flux
2015-12-19 10:11:11 +01:00
Ellpeck
33bc6bf540
Made booklet stand not crash all the time
2015-12-18 16:29:34 +01:00
Ellpeck
11935c0698
Firework Box reacts to redstone torch mode changing now
2015-12-18 16:25:12 +01:00
Ellpeck
222cac8e74
Made Reconstructor react to redstone mode changing
2015-12-18 16:22:39 +01:00
Ellpeck
cf091dce54
How bout we fix some gamebreaking bugs?
...
Fixed anything with particles crashing servers.
2015-12-18 16:21:34 +01:00
Ellpeck
45be5613b2
Made Dev's Edition Text show for me
2015-12-18 15:46:38 +01:00
Ellpeck
9bb999d98a
Ignore missing mappings for foreign paxles
2015-12-17 22:05:42 +01:00
Ellpeck
f26f9ddbb2
New Booklet Main Page Design
2015-12-17 21:58:59 +01:00
Ellpeck
e0aaa93bb5
New Changelog
2015-12-17 21:58:24 +01:00
Ellpeck
09135e72b6
Black Quartz decor blocks
2015-12-17 20:18:22 +01:00
Ellpeck
bfdd74d0c6
Made tooltips render over the text (yes, perspective is beautiful)
2015-12-17 19:16:37 +01:00
Ellpeck
6952588510
Docs for the redstone change
2015-12-17 18:58:09 +01:00
Ellpeck
5082bf62eb
Added a Redstone Pulse Responding Mode to some machines
2015-12-17 18:47:46 +01:00
Ellpeck
69bf0c36d3
Made booklet page's page not be dependent on id
2015-12-17 17:12:38 +01:00
Ellpeck
f415447cf0
Added Glowstone/Redstone conversion recpies to reconstructor
2015-12-17 17:07:49 +01:00
Ellpeck
d984873fde
Smiley Cloud hearts
2015-12-16 22:48:33 +01:00
Ellpeck
de6685dd22
Fixed the compost taking seconds to convert
2015-12-16 22:33:13 +01:00
Ellpeck
b5f6450d0a
Some more particle tweaks
2015-12-16 21:10:28 +01:00
Ellpeck
a15627644d
Leaf Gen Particles
2015-12-16 20:54:50 +01:00
Ellpeck
526b70dd1d
Couple fixes to phantom particles
2015-12-16 20:49:35 +01:00
Ellpeck
6d0e88220b
More Phantom Device particles that make them look awesome
2015-12-16 20:40:52 +01:00
Ellpeck
31bffd7076
Phantom Placer now have particles
2015-12-16 20:10:27 +01:00
Ellpeck
4e83aff1b1
Made Firework box redstoneturnoffable
2015-12-16 20:07:22 +01:00
Ellpeck
a41f73cf7a
Fix some bugs with the crusher
2015-12-16 20:06:12 +01:00
Ellpeck
f0710eaa8b
Crate Keeper recipe, loc and doc
2015-12-16 15:45:01 +01:00
Ellpeck
d3576bb496
No wild plants no
2015-12-16 15:26:33 +01:00
Ellpeck
7b3fee4b2e
Crate Keeper
2015-12-16 15:22:19 +01:00
Ellpeck
24132fa178
Fixed some blocks not respecting energy and fluid saving
2015-12-16 15:02:59 +01:00
Ellpeck
96a835c475
Inform console about fake player
2015-12-16 14:59:03 +01:00
Ellpeck
5bdbef0165
Fix
2015-12-16 00:09:05 +01:00
Ellpeck
fcaae3664b
Made the coal generator more wasteful
2015-12-16 00:08:18 +01:00
Ellpeck
dc35992d7d
Made everything super smooth
2015-12-15 21:43:02 +01:00
Ellpeck
c22ab90fdb
Check so that unnecessary code doesn't run
2015-12-15 18:52:51 +01:00
Ellpeck
99ccd4465e
Made Fluids save in Blocks when breaking them
2015-12-15 18:51:13 +01:00
Ellpeck
32056e090b
Made Seeds not show in the misc tab but actually where they should
...
im a failure
2015-12-14 18:35:40 +01:00
Ellpeck
e728acfae6
Made update check not show on dev version.
...
It's bloody annoying.
2015-12-13 23:01:56 +01:00
Ellpeck
e80e83af9e
Fix getOres
2015-12-13 22:58:36 +01:00
Ellpeck
7ccc17cecd
Now I know what doneChecking was for..
2015-12-13 22:57:59 +01:00
Ellpeck
dbb0c73fd5
Fixed me being a stupid person
2015-12-13 22:35:53 +01:00
Ellpeck
1e70fe6086
Firework Box Texture fix
2015-12-13 21:28:27 +01:00
Glenthor
7cb3da62ed
-Added FireworkBox textures
2015-12-13 21:12:00 +01:00
Ellpeck
66ee9e1ba4
Firework box localisation & creative tab
2015-12-13 17:46:31 +01:00
Ellpeck
028d8a9612
Firework Box Crafting & Docs
...
(it rhymes!)
2015-12-13 17:43:35 +01:00
Ellpeck
00aa812a20
Firework box
2015-12-13 17:32:06 +01:00
Ellpeck
94f84d68b1
Tiles now save that they're powered by redstone so that they won't be unpowered on re-entering chunks
2015-12-13 15:13:56 +01:00
Ellpeck
6fe1948d0d
Crusher, Coffee Machine & Reconstructor Sounds!
2015-12-13 14:36:34 +01:00
Ellpeck
4282329699
Made Blocks store their energy when broken
2015-12-13 00:54:25 +01:00
Ellpeck
3ee78080f3
Reconstructor NEI Handler now shows that you need a Lens Of Color.
...
This was a thing before, but I removed it by accident.
2015-12-12 22:38:01 +01:00
Ellpeck
ad30c87c73
ACTUALLY made it ignore liquids
2015-12-11 16:56:32 +01:00
Ellpeck
a0cf7e2a6a
Made Miner ignore liquids
2015-12-11 16:55:50 +01:00
Ellpeck
e59c41b20d
Added HoMeCo-Jam
2015-12-10 14:38:12 +01:00
Ellpeck
f942c1d377
Made Jam always edible
2015-12-10 14:37:56 +01:00
Ellpeck
7e4eedfae8
Miner Doc
2015-12-09 20:59:10 +01:00
Ellpeck
af9ba15c34
Miner done!
...
Woop-da-doop
2015-12-09 20:24:45 +01:00
Ellpeck
0280dc53a8
Only Ores NBT
2015-12-09 18:48:46 +01:00
Ellpeck
508b488405
More work on the miner. Now has a "Only Mine Ores"-mode
2015-12-09 18:47:42 +01:00
Ellpeck
408d084ac5
Rebalanced Reconstructor a bit
2015-12-09 17:58:20 +01:00
Ellpeck
99d0a413e9
Miner Functionality
2015-12-09 16:54:25 +01:00
Ellpeck
2cac51952b
More chieves
2015-12-09 15:47:57 +01:00
Ellpeck
7fed9e6e81
Undebuggify
2015-12-09 13:35:33 +01:00
Ellpeck
071e78c275
Made WorldUtil's addToInventory check if it can actually input
2015-12-09 13:35:18 +01:00
Ellpeck
77bf53a3d4
Made WorldUtil's addToInventory work for IInventories and not just for slots
2015-12-08 18:10:37 +01:00
Ellpeck
5912380d66
God damn it
2015-12-06 21:01:37 +01:00
Ellpeck
80434f4e6d
Started on miner.
...
Doesn't actually do anything yet though.
2015-12-06 02:16:52 +01:00
Ellpeck
b7ee376254
Fixed Christmas seasonal being broken
2015-12-06 01:01:18 +01:00
Ellpeck
74b627ac4b
Fixed a load of little bugs that were put in when I changed the stuffz
2015-12-05 16:00:11 +01:00
Ellpeck
ab7de39198
When did I even do this fix..?
...
Was I sleepwalking or something?
2015-12-05 12:12:12 +01:00
Ellpeck
2cd7bea732
Fixed a Crash with the Greenhouse Glass.
...
Closes https://github.com/Ellpeck/ActuallyAdditions/issues/30
2015-12-04 23:51:38 +01:00
Ellpeck
46ad9fee6f
right..
2015-12-04 22:42:21 +01:00
Ellpeck
d574ce7fd4
Made Booklet closable with Inventory key
2015-12-04 22:40:36 +01:00
Ellpeck
32a42643c9
Added better mouse controls to the booklet
2015-12-04 19:53:55 +01:00
Ellpeck
0494da1fb6
Changed booklet to use EntrySet to make page history coding easier
2015-12-04 18:55:50 +01:00
Ellpeck
f808bcf43f
Made Booklet Buttons be checked better
2015-12-04 18:14:03 +01:00
Ellpeck
40191b840a
Made the Color Lens use energy & Added NEI Recipes for the color conversion recipes & Changed booklet pages a bit
2015-12-04 12:59:37 +01:00
Ellpeck
a7fe955e6f
Fixed Bug with the booklet crashing if a crafting recipe is turned off in the config
2015-12-04 12:19:04 +01:00
Ellpeck
97c948828a
Fix Lamp textures
2015-12-03 22:53:05 +01:00
Ellpeck
2a4b3a8a4f
Changed how lenses work.
...
Better to see now.
Still needs documentation however.
2015-12-03 22:49:31 +01:00
Ellpeck
d5462f693f
Made the Damage Lens cost extra energy
2015-12-03 21:05:45 +01:00
Ellpeck
a5dfbc426c
Changed the way block naming is handled code-wise.
...
Didn't change anything to the game.
2015-12-03 20:15:07 +01:00
Ellpeck
5993bb6e0f
Made redstone power be determined only when something changes
2015-12-03 18:40:43 +01:00
Ellpeck
a86389d2b2
I should never have done this
2015-12-02 22:31:50 +01:00
Ellpeck
0acad26335
Green Dye texture
2015-12-02 19:22:24 +01:00
Ellpeck
357fde5d5a
Made the drill page show the light blue drill
2015-12-01 23:44:57 +01:00
Ellpeck
9d595e2192
Fix some stuff, whooops
2015-12-01 23:41:33 +01:00
Ellpeck
910a1e7fbe
Removed unnecessary things from the OreDictionary by adding recipes for the Reconstructor and the Crusher that don't use it.
...
Also added green dye.
2015-12-01 23:23:55 +01:00
Ellpeck
f8eaeb493f
Change Laser Relay size & bounding box a bit
2015-12-01 20:38:45 +01:00
Ellpeck
00766c48d8
cleanup~
2015-12-01 19:48:09 +01:00
Ellpeck
722b634f5f
Tweaked Drill naming
...
Also: THIS IS NOT YELLOW.
2015-12-01 19:16:29 +01:00
Ellpeck
30b80caf43
Tweak colorable drills
2015-12-01 19:09:14 +01:00
Glenthor
07bb202d79
-Added Coloured Drills
2015-12-01 18:35:50 +01:00
Ellpeck
b57c8f03b9
Colorable Drills~
2015-12-01 18:27:40 +01:00
Ellpeck
f62b1ede79
Changed Tile Updating methodo to reduce performance usage and lag
2015-12-01 17:28:50 +01:00
Ellpeck
fdd63c6d5e
Made booklet stand actually wooden
2015-11-30 21:27:10 +01:00
Ellpeck
a99ff70c4d
Fix booklet stand not working on servers & crash when initializing booklet
2015-11-29 14:30:44 +01:00
Ellpeck
abec9c81af
Reconstructor Lens Rendering
2015-11-29 13:17:45 +01:00
AtomSponge
12cc5c1718
Automatically replace mod version in ModUtil class
2015-11-29 12:07:15 +01:00
Ellpeck
b8ef82bc2d
Merge pull request #26 from DJGummikuh/master
...
Making project compileable under linux (Permissions + Name Convention Violations)
2015-11-29 11:34:03 +01:00
DJGummikuh
e8dbf0f70a
Making project compileable under linux (Permissions + Name Convention Violations)
2015-11-29 09:14:26 +01:00
Ellpeck
d57f60c829
Greenhouse Glass Performance
2015-11-29 00:38:22 +01:00
Ellpeck
f22d6ddfae
Rotten Flesh -> Leather
2015-11-29 00:31:04 +01:00
Ellpeck
025de27b42
Added Config Option to disable crafting Lens Of Detonation, because it's pretty deathly and griefy
2015-11-28 19:36:44 +01:00
Ellpeck
37a08aeab7
Lens of certain death
2015-11-28 19:30:24 +01:00
Ellpeck
85ea472b1d
You will be like "wat." when I tell ya that
...
I removed lots of config options!
2015-11-28 19:02:01 +01:00
Ellpeck
61ab865eb8
Reorganized the booklet a bit
2015-11-28 17:53:16 +01:00
Ellpeck
ff8e2b5bdd
Fix Bug with Villager Trade Handler (how did this even happen in the first place anyways?)
...
Fixes https://github.com/Ellpeck/ActuallyAdditions/issues/24
2015-11-27 22:36:19 +01:00
Ellpeck
c545b162ff
Adjusted Reconstructor explosion lens values, texture
2015-11-27 17:00:58 +01:00
Ellpeck
c55991f5e0
Adjusted page display in NEI handler a bit
2015-11-27 16:48:01 +01:00
Ellpeck
be21628161
Fix some bugs with the NEI Integration of the Booklet
2015-11-27 16:44:39 +01:00
Ellpeck
7cb73187c4
Added Explosion Lens
2015-11-27 15:57:38 +01:00
Ellpeck
117fc49a15
This is way better naming
2015-11-27 15:22:44 +01:00
Ellpeck
25401df669
Fix a bug where sometimes NEI would crash when looking at recipes before the book was opened (or something like that).
...
Fixes https://github.com/Ellpeck/ActuallyAdditions/issues/23
2015-11-27 06:59:02 +01:00
Ellpeck
4eb92a4e71
Remove unnecessary var
2015-11-26 22:41:24 +01:00
Ellpeck
f35779db64
lolwuthowudodis
2015-11-26 20:45:55 +01:00
Ellpeck
a00f76772c
r8!
2015-11-26 19:09:27 +01:00
Ellpeck
29476bce61
Fixed Solar Panel working even though blocked
...
Fixes https://github.com/Ellpeck/ActuallyAdditions/issues/22
2015-11-26 18:45:06 +01:00
Ellpeck
e885808cc1
Fixed booklet stand sometimes not saving its data
2015-11-26 18:42:03 +01:00
Ellpeck
2e312db996
Fixed & Changed Reconstructor Recipe Handler a bit, restructured Reconstructor's main booklet page
2015-11-25 22:13:51 +01:00
Ellpeck
33a5480e27
Fixed a bug where Items would be deleted when exiting the booklet
...
Fixes https://github.com/Ellpeck/ActuallyAdditions/issues/21
2015-11-25 19:59:58 +01:00
Ellpeck
5344daae1e
Removed bookmark buttons for Booklet Stand
2015-11-24 21:45:03 +01:00
Ellpeck
9fe6212404
Derp da derp
2015-11-24 20:23:25 +01:00
Ellpeck
52bc9660d3
Booklet Stand Recipe & Docs
...
(this is for you, BTM16)
2015-11-24 20:19:27 +01:00
Ellpeck
8a40cf9e15
Booklet Stand
2015-11-24 19:59:33 +01:00
Ellpeck
e46c4f217a
Made Booklet opening more configurable
2015-11-24 17:50:27 +01:00
Ellpeck
88d6c18708
Reconstructor IMC
2015-11-23 19:30:21 +01:00
Ellpeck
f1b54529e6
Removed german lang file as it's neither getting updated, nor used.
...
If you want to make a new one, feel free to, just submit a pull request.
2015-11-23 19:18:46 +01:00
Ellpeck
aeb340fe57
Cleaned up events a bit
2015-11-23 19:17:17 +01:00
Ellpeck
60ad0b1caa
Made Text for bugged items less dumb
2015-11-23 19:06:07 +01:00
Ellpeck
1c07b56920
Might fix some blocks not working with the Drill?
2015-11-23 18:22:49 +01:00
Ellpeck
37d2aa8968
Made Drill fire Block Breaking Event
2015-11-22 23:02:59 +01:00
Ellpeck
6b27b651ae
Added Cycle Recipes for wool, stained clay and glass
2015-11-22 22:31:09 +01:00
Ellpeck
e5850ffb4e
Fixed some stuff regarding the Reconstructor
2015-11-22 22:17:42 +01:00
Ellpeck
ba1858af69
Color Conversion, Lens Textures, Localization & Documentation
2015-11-22 21:00:05 +01:00
Ellpeck
6787f2f44a
Finished Lenses
2015-11-22 20:23:54 +01:00
Ellpeck
4d910cea70
Why does this bug me?
2015-11-22 18:58:23 +01:00
Ellpeck
0a78782693
Reconstructor Colors, Part 1
2015-11-22 18:52:11 +01:00
Ellpeck
93fb24e736
Learn english, dammit
2015-11-22 15:14:33 +01:00
Ellpeck
acb45154d5
Fix Reconstructor not using the right amount of energy for items
2015-11-22 11:12:16 +01:00
Ellpeck
f394f74882
never mind
2015-11-22 01:22:50 +01:00
Glenthor
7fd8fabe80
-Added blockLens texture
2015-11-22 01:16:18 +01:00
Ellpeck
4f07b697f2
Made Update Checker show after a fixed time
2015-11-21 18:04:26 +01:00
Ellpeck
4d7f562754
Made Drill harvest very slowly instead of not at all when out of energy
...
(Fixes Ghost Blocks when using an empty Drill in creative)
2015-11-21 10:58:28 +01:00
Ellpeck
01b745ccf9
r7
2015-11-20 22:37:04 +01:00
Ellpeck
a149129deb
Actually made them craftable
2015-11-20 22:31:43 +01:00
Ellpeck
9becd9b3e2
Misc. Reconstructor Recipes, "added" Ethetic Quartz Blocks and made them craftable
2015-11-20 22:25:04 +01:00
Glenthor
5108438364
-Updated green and white wall textures
2015-11-20 22:16:03 +01:00
Ellpeck
a0e9b9ccfa
Whooooops
2015-11-20 21:24:36 +01:00
Ellpeck
a1c852fba2
Atomic Reconstructor uses energy depending on recipe
2015-11-20 21:21:21 +01:00
Ellpeck
84db3bbcef
Added oregen and plantgen dimension blacklist
2015-11-20 20:52:03 +01:00
Ellpeck
f4c401aa67
Fixed TileEntities Updating less often
2015-11-19 22:13:52 +01:00
Ellpeck
a6c8ea596c
Fixed what I just did
2015-11-19 18:37:11 +01:00
Ellpeck
badfe60805
Made Wild Plants not generate on Mycelium and plop off right away
2015-11-19 18:35:09 +01:00
Ellpeck
11e2326cae
Made ActAdd Fluid Names not clash with other mods' ones
2015-11-19 16:39:09 +01:00
Ellpeck
98ba5566a3
Better Damage Descriptions
2015-11-19 15:26:54 +01:00
Ellpeck
d0b8bda5cc
Made TileEntities update less often to reduce server traffic
2015-11-18 23:11:24 +01:00
Ellpeck
09bdfd98a0
Sneaking breaks rings' ability
2015-11-18 22:33:12 +01:00
Ellpeck
02e5a161dc
Making Phantom Device Range being tested better
2015-11-18 17:00:47 +01:00
Ellpeck
87a7fbad5a
Made Magnet Ring energy balancing better
2015-11-17 21:47:57 +01:00
Ellpeck
86dd3978f7
Changed Booklet Colors and Placings around a bit, added Manual Help Page
2015-11-16 22:21:29 +01:00
Ellpeck
e4f16e8a68
Changed Bookmark Texture
2015-11-16 20:46:41 +01:00
Ellpeck
bbb64eadba
Bookmark Saving
2015-11-16 20:21:12 +01:00
Ellpeck
3ff1c50454
Added Bookmarks
2015-11-16 19:57:46 +01:00
Ellpeck
4d1dffb714
Made background graphic for current chapter name
2015-11-16 19:03:29 +01:00
Ellpeck
1d6854b98f
Automation Tutorial for Atomic Reconstructor
2015-11-16 17:45:36 +01:00
Ellpeck
3050effec1
fml
2015-11-15 21:22:20 +01:00
Ellpeck
075e417545
Made Atomic Reconstructor save its power.
...
Whoops.
2015-11-15 21:22:06 +01:00
Ellpeck
77dd51838c
r6!
2015-11-15 19:49:50 +01:00
Ellpeck
ec1f746ca1
Add Dungeon Loot
2015-11-15 19:24:36 +01:00
Ellpeck
4cc08f43fe
Manual description & Purple Drill (/cc xdjackiexd)
2015-11-15 19:02:18 +01:00
Ellpeck
3f9a383b19
Misc Fixes
2015-11-15 18:39:05 +01:00
Ellpeck
1ba09afab6
Fix OreDict
2015-11-15 18:14:39 +01:00
Ellpeck
4163643299
Added Atomic Reconstructor NEI Handler
2015-11-15 18:05:58 +01:00
Ellpeck
2902f5d8a5
Many recipes now use Crystals, fixed Reconstructor Page & Chapter, moved pages around
2015-11-15 17:50:31 +01:00
Ellpeck
377126e2ba
Fix Reconstructor Recipe Page
2015-11-15 15:25:06 +01:00
Ellpeck
717aa87566
Reconstructor Crafting, Documentation & Recipe Handler for Booklet
2015-11-15 15:15:32 +01:00
Ellpeck
d31eb68128
Atomic Reconstructor Config
2015-11-15 14:34:40 +01:00
Ellpeck
623a8594e1
Atomic Reconstructor Particles & Damage
2015-11-15 14:25:12 +01:00
Ellpeck
8834815c25
This is gonna work now. Promise.
...
God damn it.
2015-11-15 13:26:14 +01:00
Ellpeck
eae2d1d288
If the lasers still disconnect on their own now I'm gonna jump out of the window
2015-11-15 13:13:58 +01:00
Ellpeck
8409d10f74
Atomic Reconstructor RF usage
2015-11-15 03:15:19 +01:00
Ellpeck
b977909092
Made special renderer work for metadatas
2015-11-15 00:57:38 +01:00
Ellpeck
2be8b18d71
Fixed Atomic Reconstructor Recipes, added Item Support & textures!
2015-11-14 23:05:20 +01:00
Ellpeck
db3abb0f05
Crystal textures~
2015-11-14 21:29:24 +01:00
Ellpeck
fbd869dc7b
Added Atomic Reconstructor, made it function (Still needs particles etc. though)
2015-11-14 21:27:36 +01:00
Ellpeck
50f2dbba0d
Added Emerald Drill + Fixed NEI Booklet Handler ignoring meta items
2015-11-14 14:30:35 +01:00
Ellpeck
abf4202da8
Made Achievement Info work for entire chapters
2015-11-14 01:18:37 +01:00
Ellpeck
89a2fa20d3
Achievement Information in the booklet
2015-11-13 21:40:38 +01:00
Ellpeck
b0d920a159
New Cheeves! (More to come!)
2015-11-13 20:34:57 +01:00
Ellpeck
7b9b88be78
Marzipan Smiley Cloud Kappa
2015-11-13 19:03:20 +01:00
Ellpeck
ed74026667
Fixed Blocks having an Item Renderer in the inventory
2015-11-13 18:56:15 +01:00
Ellpeck
9932432854
This is..
...
wow.
I'm...
wow.
/cc AtomSponge
2015-11-12 21:36:20 +01:00
Ellpeck
a3b98937e8
r5
...
I'm sorry.
2015-11-12 20:11:27 +01:00
Ellpeck
0259e52fa1
Actually fixed Laser Relay Connection Issues
2015-11-12 20:06:58 +01:00
Ellpeck
093a69ed13
Made Laser Outputting less unnecessarily for-loopy
2015-11-12 17:56:57 +01:00
Ellpeck
3407b401a6
r4!
2015-11-11 22:10:29 +01:00
Ellpeck
ea9aee28db
Hopefully fixed Laser Relay Connections sometimes breaking when quitting a world or server
2015-11-11 22:03:25 +01:00
Ellpeck
2ab300a9a5
Added character counter, just for teh lulz
2015-11-11 19:01:19 +01:00
Ellpeck
f9a9ee4dc6
Moving stuff from the booklet gui to a Util class so that it isn't that cluttered, added comments and explanatations
2015-11-11 18:51:20 +01:00
Ellpeck
d76156b78c
Update Smiley Cloud Easter Eggs
2015-11-10 23:13:14 +01:00
Ellpeck
a104ef88aa
Booklet Word Counter
2015-11-10 21:43:11 +01:00
Ellpeck
1209aa7d29
Misc Crusher Recipes
2015-11-10 21:26:28 +01:00
Ellpeck
fb73b2b568
Sloppy Crystal Textures (WHERE ARE YOU, PEOPLE THAT CAN ART)
2015-11-09 20:29:06 +01:00
Ellpeck
0540dadfc5
Crystals!
2015-11-09 18:05:52 +01:00
Ellpeck
1c99053f8d
Drill + Torches = Instant 3x3 Mining? Nope!
2015-11-08 23:16:41 +01:00
Ellpeck
638186f975
Moved Villager Registring to PostInit because of OreDictionary Usage and stuffz
2015-11-08 19:45:34 +01:00
Ellpeck
e3261eba32
Walls. Lots of them.
2015-11-08 18:29:05 +01:00
Ellpeck
3572c4a4b5
AtomSponge Smiley Cloud
2015-11-06 23:22:38 +01:00
Ellpeck
8a6530d459
fml
2015-11-05 21:44:27 +01:00
Ellpeck
adddbfd2a0
r3!
2015-11-05 21:26:47 +01:00
Ellpeck
b77fe5a31c
Reverts~
2015-11-04 20:15:12 +01:00
Glenthor
d4038d34c0
-Updated itemBooklet
2015-11-04 20:07:24 +01:00
Glenthor
330c0499e6
Updated itemBooklet
2015-11-04 19:57:01 +01:00
Ellpeck
0577af4460
Fixed potential bug with booklet crafting page
2015-11-04 19:39:14 +01:00
Ellpeck
21af1b4be5
Some more Smiley Clouds
2015-11-03 23:47:17 +01:00
Ellpeck
184b0c9770
Fix toLowerCase stuff
2015-11-03 23:27:24 +01:00
Glenthor
5667e58b6c
-Added blockBlackLotus
2015-11-03 20:59:40 +01:00
Ellpeck
d34d2040e7
Added Black Lotus to Creative Tab
2015-11-03 19:23:10 +01:00
Ellpeck
211d739445
Black Lotus World Spawning
2015-11-03 18:00:17 +01:00
Ellpeck
9456d40197
Black Lotus
2015-11-03 16:30:13 +01:00
Ellpeck
a56c1c32ed
I know how to use methods I made for special occasions that I then don't use them for
2015-11-02 22:41:13 +01:00
Ellpeck
fad17a5b17
I might just move this to down here because some mods like to override vanilla blocks and items and I don't really like that for some reason or another
2015-11-02 22:37:44 +01:00
Ellpeck
b5e92b10b3
Changed the way Special People Overhead Rendering is handled
2015-11-02 21:38:49 +01:00
Ellpeck
988a27009a
IntelliJ no IntelliJ y
2015-11-02 20:55:21 +01:00
Ellpeck
23853bd7f5
I don't know why I did this.
2015-11-02 20:47:14 +01:00
Ellpeck
0a21c048c4
Removed some seasonal stuff that didn't really work
2015-11-01 23:18:58 +01:00
Ellpeck
d42e2d2e4e
Finally actually fixed some stuff
2015-11-01 10:34:17 +01:00
Ellpeck
62cc0a96ce
Why does this annoy me so much?
2015-10-31 21:45:19 +01:00
Ellpeck
b24cd48984
Prevented Crash when the manual was open during a world crash or kick
2015-10-31 21:42:16 +01:00
Ellpeck
5e5173cf54
Fixed Heat Collector behaving stupidly
2015-10-31 17:14:56 +01:00
Ellpeck
42a6401c0d
Fix Laser Relay Network. Damn it.
2015-10-31 15:21:50 +01:00
Ellpeck
9b536fc3d5
r2
2015-10-31 14:45:35 +01:00
Ellpeck
ae584fce2f
Fix a Crash on Server with the Laser Relay /derp
2015-10-31 14:42:51 +01:00
Ellpeck
c753104586
Gave the Laser Relay an Energy Transfer Cap
2015-10-31 12:02:28 +01:00
Ellpeck
c6d14a25a4
Word in Search Bar gets saved between sessions
2015-10-30 23:37:20 +01:00
Ellpeck
e404bbf783
Removed Magnetic Miner
2015-10-30 23:24:49 +01:00
Ellpeck
96581ba7cf
Added some Null Checks for stuffs
2015-10-30 21:42:14 +01:00
Ellpeck
7b9573ca8e
Added Preview Pictures to the booklet (Thanks to Kitty for help!)
2015-10-30 20:07:36 +01:00
Ellpeck
80f9820f0d
Fix Slab
2015-10-29 22:27:47 +01:00
Ellpeck
416ea1de02
Fixed Bug with Double Furnace & Double Crusher not crushing if both slots are filled /cc KittyVanCat
2015-10-29 21:52:31 +01:00
Ellpeck
d6dcb17e2a
r1!
2015-10-29 21:27:56 +01:00
Ellpeck
caed3ead70
Remove Debug Print
2015-10-29 21:03:40 +01:00
Ellpeck
bf65cc4edb
Made Laser Relay not output to the same block it got the energy from /cc Didi
2015-10-29 21:02:10 +01:00
Ellpeck
4c6d76d82e
Added Iron Casing & Drill Core
2015-10-29 20:54:10 +01:00
Ellpeck
1ccf136be6
Fix Typo /cc Didi
2015-10-29 19:54:05 +01:00
Ellpeck
fc9a476763
Merge remote-tracking branch 'origin/master'
2015-10-29 19:51:22 +01:00
Ellpeck
c282d6a8ef
Cleaned up NBT Data Saving
2015-10-29 19:51:00 +01:00
Glenthor
e6a50b2d36
-Added Iron Casing, Drill Core
2015-10-29 19:29:44 +01:00
Ellpeck
a7c8a3c6e4
Actually fixed Laser Network bugging sometimes for real now instead of thinking of stupid workarounds that don't really work
2015-10-29 17:36:30 +01:00
Ellpeck
c300b080f4
~
2015-10-29 15:04:34 +01:00
Ellpeck
41e2c7ce6a
This is probably like punching any experienced programmer in the face, but it works.
2015-10-29 15:03:15 +01:00
Ellpeck
cb22c4aa94
Hopefully fixes ConcurrentModificationExceptions
2015-10-28 22:38:00 +01:00
Ellpeck
db31abb46b
Creative Tab + Testing
2015-10-28 21:01:44 +01:00
Ellpeck
95361fcde5
Added Laser Relay Crafting & Documentation, added Chest To Crate Upgrade Documentation & Crafting, Config Stuff
2015-10-28 20:35:39 +01:00
Ellpeck
dc6e0b05be
Bridging gap between old and new versions of Update Checker
2015-10-28 18:36:34 +01:00
Ellpeck
b1d070595b
New Update Checker System & New Versioning! o/
2015-10-28 18:28:30 +01:00
Ellpeck
3218b8b326
So much fix server
2015-10-28 14:46:04 +01:00
Ellpeck
1549882d3a
Fix Server again
2015-10-27 23:09:23 +01:00
Ellpeck
7671b408c8
Fixed Server
2015-10-27 20:58:42 +01:00
Ellpeck
9661f9e817
Reverted Particle Range Change as it didn't work on servers and I can't really fix that right now
2015-10-27 20:40:33 +01:00
Ellpeck
c901a1fe05
Removed Pink Fluffy Unicloud Name because of serverz
2015-10-27 20:31:39 +01:00
Ellpeck
b8ba00ed83
Made Laser Particles render up to a range of 64 instead of the default 16
2015-10-27 20:28:48 +01:00
Ellpeck
fa424644c7
Added Laser Relay Particle Config Option
2015-10-27 08:16:36 +01:00
Ellpeck
ad5698dcd6
Phantomface Particles
2015-10-26 22:47:26 +01:00
Ellpeck
f520c87d94
Added Laser Relay Renderer.
...
Differently than originally planned, but it works and looks nice.
Thanks to xdjackiexd though
2015-10-26 22:28:49 +01:00
Ellpeck
0b3288d002
Merge pull request #18 from canitzp/master
...
-Laser renderer
2015-10-26 19:27:43 +01:00
Ellpeck
0c4413ad92
Remove unnecessary Config
2015-10-25 23:22:26 +01:00
Ellpeck
c88575e151
New AIOT Textures
2015-10-25 23:19:17 +01:00
Ellpeck
c494edc88b
Added SimpleOres AIOTs
2015-10-25 23:19:01 +01:00
canitzp
13faae85d4
-Colors for the Laser
2015-10-25 23:01:14 +01:00
canitzp
7859db2f74
-Deleted Baton
2015-10-25 22:22:05 +01:00
canitzp
6b58039721
-LaserRelay renderer
2015-10-25 22:16:54 +01:00
Ellpeck
713e9b6e1a
Changed Creative Tab Handling a bit
2015-10-25 14:30:59 +01:00
canitzp
d021f502ea
-Added Baton with Mob knockback
2015-10-25 02:54:01 +02:00
Ellpeck
4131198835
Textures!
2015-10-24 21:20:47 +02:00
Ellpeck
6acfea1b32
Fix Chocolate Toast
2015-10-24 21:20:27 +02:00
canitzp
b8a1bca12c
-Added Chocolate Toast
2015-10-24 21:13:06 +02:00
canitzp
83dbbd0dcb
-Added Chocolate Toast
2015-10-24 20:56:27 +02:00
Ellpeck
f367c8fddd
"You have turned Seasonal Mode off. Therefore, you are evil."
2015-10-24 12:18:42 +02:00
Ellpeck
156dee8a8b
De-debugged Valentine's Day.
2015-10-23 23:09:46 +02:00
Ellpeck
f8529cb878
Added Valentine's Day Seasonal. You might consider not playing between the 12th and the 16th of Feb.
2015-10-23 23:08:53 +02:00
Glenthor
cbe54459a1
-Added guiBookletValentinesDay
2015-10-23 22:59:14 +02:00
Ellpeck
50cc49dd10
More seasonal easter eggs
2015-10-23 22:38:12 +02:00
Ellpeck
dcf9766243
Changed Ball Of Hair Name to "Ball of Fur", added Booklet Page
2015-12-17 22:18:37 +01:00
Ellpeck
dc4fab5902
Whoops.
2015-10-23 19:06:40 +02:00
Ellpeck
7c1e589aa4
Added Booklet Priority Colors & Changed selection design
2015-10-23 19:05:02 +02:00
Ellpeck
5fa2925d8a
Cleanuuup~
2015-10-23 16:54:33 +02:00
Ellpeck
a6f989f45c
Changed ItemBlock and Rarity Method because.
2015-10-23 16:48:56 +02:00
Ellpeck
247122c312
Made Laser Relay sit on walls when placed on them
2015-10-23 14:24:12 +02:00
Ellpeck
606a0d80a4
Fix PersistentClientData
2015-10-23 13:13:30 +02:00
Ellpeck
58454f25ed
Made PersistentClientData less write-y
2015-10-22 22:58:52 +02:00
Ellpeck
4d082485e0
Moved server-side Player Data to WorldSaveData because ExtendedEntityProperties doesn't work properly
2015-10-22 22:18:33 +02:00
Ellpeck
2f0b73930e
Always credit people, people!
2015-10-21 21:28:04 +02:00
Ellpeck
0caf82340d
Laser relay Model
2015-10-21 21:00:52 +02:00
Ellpeck
91ef7537a3
Changed some more Laser stuff, rendering yet to come
2015-10-21 20:50:29 +02:00
Ellpeck
3aa005e659
More Laser Stuff Tweaks
...
ToDo yet:
-Connection Rendering
-Go-through-walls preventing
2015-10-21 19:14:57 +02:00
Ellpeck
d3ff196ec0
Tweaked Laser Wrench & Phantom Connector
2015-10-21 18:31:35 +02:00
Ellpeck
2d48931421
Merge pull request #16 from MineLoad/master
...
Laser-Wrench Texture
2015-10-21 18:05:28 +02:00
MineLoad
dae5bce066
Laser-Wrench
...
+ added LaserWrench Texture
- remove Texture-Request
2015-10-21 12:02:35 +02:00
Ellpeck
28ad2ae4d1
Changed WorldPos a bit
2015-10-21 06:56:40 +02:00
Ellpeck
3435bcf8e4
Added client syncing for lasers
2015-10-21 00:22:50 +02:00
Ellpeck
f045134434
Moar Lazor Relay fixez
2015-10-20 19:35:15 +02:00
Ellpeck
e7c8536a53
Made some quick Laser Relay fixes
2015-10-20 18:06:06 +02:00
Ellpeck
ab566297fa
Added Laser Relay Functionality:
...
-Connections & Networks
-Power Transfer
Yet to do:
-NBT Saving
-Graphics
2015-10-20 00:22:36 +02:00
Ellpeck
1ae2515050
Before I forget
2015-10-19 17:52:53 +02:00
Ellpeck
b641977ec2
Added basic Laser Connection setup & World Storage
2015-10-19 17:50:43 +02:00
Ellpeck
09fd03f270
0.0.9.4!
2015-10-18 20:23:43 +02:00
Ellpeck
c9c0d2952a
Added Seasonal Mode
2015-10-18 19:56:18 +02:00
Ellpeck
f036ed0a44
Start Work on Laser Relay
2015-10-18 19:21:32 +02:00
Glenthor
6dacc377cf
-Updated guiBookletChristmas
2015-10-18 19:01:39 +02:00
Glenthor
a69b94bba0
Merge branch 'master' of https://github.com/Ellpeck/ActuallyAdditions
2015-10-18 18:43:52 +02:00
Glenthor
a7267b313c
-Added Seasonal Textures
2015-10-18 18:42:54 +02:00
Ellpeck
3278cf9d3f
Cleanup~
2015-10-18 15:31:01 +02:00
Ellpeck
2c763c9199
Less stupid method of syncing changes to the client
2015-10-18 15:28:06 +02:00
Ellpeck
737dfb0770
Sooo.. someone really thought they needed to moan about crafting recipes being to expensive. So I'm nice about it. <3
2015-10-17 22:12:56 +02:00
Ellpeck
38bdab15fd
Hopefully fixed PersistentServerData sometimes not remembering the data
2015-10-17 20:53:28 +02:00
Ellpeck
bf237a0782
Y U NO STACKSIZE
2015-10-17 16:03:26 +02:00
Ellpeck
75917782d2
Stopped the Crusher from adding recipes that don't actually have an input
2015-10-17 05:52:45 +02:00
Ellpeck
6f51795a01
Remove stuff
2015-10-16 22:34:58 +02:00
Ellpeck
b3f0a8fb1c
Rearrangement, dö dö dööö
...
Also: Letters that you might not have in your country
2015-10-15 22:36:18 +02:00
Ellpeck
f3644de278
Update extra asset location (was making the mod file bigger even though it wasn't used in-game, duh)
2015-10-14 21:23:45 +02:00
Glenthor
96c1ef5dc9
-Added textures itemChestToCrateUpgrade, blockCraftyCrate, itemCrateToCraftyupgrade
2015-10-13 19:15:32 +02:00
Ellpeck
3f02d5cd0e
Chest To Storage Crate Upgrade & Textures to be made
2015-10-13 18:48:44 +02:00
Ellpeck
a0b7a1cc3e
Upped the RF Produced by the Leaf Generator
2015-10-13 05:59:30 +02:00
Ellpeck
f8da4c530c
Fix Booklet Recipe Handler
2015-10-13 05:39:58 +02:00
Ellpeck
6ea6e175d7
New Intro Text (Thanks to Tulkas!)
2015-10-13 04:29:27 +02:00
Ellpeck
1a1c04d85a
Fix booklet saving & opening of intro page
2015-10-13 03:43:41 +02:00
Ellpeck
ca90ce8dce
Fixed last opened booklet page being opened agin: could've opened nothing and not have initialized the book sometimes
2015-10-13 03:13:39 +02:00
Ellpeck
65692d2eed
Made Update info appear later
2015-10-13 02:12:55 +02:00
Ellpeck
c5f11fb380
Updated Update Checker
2015-10-13 02:12:30 +02:00
Ellpeck
1dbe79ac6f
Cleanup~
2015-10-12 23:27:36 +02:00
Ellpeck
cd1e323057
Made sense of comment
2015-10-12 04:31:35 +02:00
Ellpeck
fd5cf86cce
Added Dispenser Handler for filling empty buckets with Mod Fluids
2015-10-12 04:30:14 +02:00
Ellpeck
e784ba1b86
Upped the Drill's Harvest Level & Config
2015-10-11 19:23:07 +02:00
Ellpeck
11e3517b54
Added Jam explanation to the booklet. /cc Hose + Kitty
2015-10-10 21:56:52 +02:00
Ellpeck
6ed25b330c
Naming Conventions >__>
2015-10-10 20:17:34 +02:00
Ellpeck
0d8a684874
0093!
2015-10-10 16:30:45 +02:00
Ellpeck
23ae640286
Solar Panel & Heat Collector energy storage info
2015-10-10 15:29:02 +02:00
Ellpeck
4555edb18f
Leaf-Eating Generator produces more
2015-10-10 15:18:00 +02:00
Ellpeck
ae6fc4ba33
Ranged Collector Localization, Crafting & Documentation
2015-10-10 03:39:42 +02:00
Ellpeck
02bc25c79b
Seperated Phantomface TileEntities into seperate classes
2015-10-10 02:58:07 +02:00
Ellpeck
4b6b5c1cf2
Cleanup!
2015-10-10 02:52:53 +02:00
Ellpeck
e0e6bc8b4a
Ranged Collector Mechanics
2015-10-10 02:51:06 +02:00
Glenthor
4118cd732a
-Added textures for Directional Breaker and Ranged Collector
2015-10-09 19:43:52 +02:00
Ellpeck
8b0190cbbf
Remove unused variables
2015-10-08 17:37:09 +02:00
Ellpeck
dd9e3cb08d
Directional Breaker GUI
2015-10-08 05:11:24 +02:00
Ellpeck
2976887f24
MineLoad Smiley Cloud °~°
2015-10-07 20:47:28 +02:00
Ellpeck
6da52b5808
"That wouldn't be cheaty at all!"
2015-10-07 20:11:25 +02:00
Ellpeck
3474171df5
Didi Smiley Cloud
2015-10-07 00:55:19 +02:00
Ellpeck
aafb04cd09
Fix License
2015-10-06 16:36:25 +02:00
Ellpeck
6d54a09a68
Booklet page for the Precision Dropper
2015-10-06 12:40:13 +02:00
Ellpeck
446f122fee
Long-Range Breaker Localization & Documentation
2015-10-05 19:55:28 +02:00
Ellpeck
486541c794
Directional (Advanced?) Breaker
2015-10-05 16:53:28 +02:00
Ellpeck
8d766ce83f
Update Smiley Cloud Easter Eggs
2015-10-05 11:51:33 +02:00
Ellpeck
9dc5085fba
Fixed items getting added to inventories, added horse armor -> raw materials crafting, leaf generator redstone control
2015-10-05 11:27:53 +02:00
Ellpeck
1590026ed3
Fix crash with EntityLivingEvent (for some reason)
2015-10-05 00:17:45 +02:00
Ellpeck
76d00af8a3
Added FrauBaerchen Smiley Cloud and fixed empty NEI Info Pages
2015-10-04 19:28:30 +02:00
Ellpeck
8896937cac
Fix dot dot dot
2015-10-04 15:34:14 +02:00
Ellpeck
9b850658ff
Added an NEI Handler for info in the booklet and removed "Press I"-Thing
2015-10-04 15:24:11 +02:00
Ellpeck
f42bf35372
Fixed some minor things
2015-10-04 13:21:07 +02:00
Ellpeck
cbaa8095e8
Added rf display to rf items
2015-10-04 02:32:40 +02:00
Ellpeck
61f920d2a6
Most useless commit ever
2015-10-04 00:21:03 +02:00
Ellpeck
4dc1d17c18
Fixed what I just did and crusher recipe handler for the booklet
2015-10-03 23:28:32 +02:00
Ellpeck
337f512afc
Added KeyStates & better key handling
2015-10-03 23:07:44 +02:00
Ellpeck
0d9ab3bc0f
Fixed intermodcomms
2015-10-03 22:19:04 +02:00
Ellpeck
df551d5518
Cleanup!
2015-10-03 22:13:57 +02:00
Ellpeck
21646c9c68
Rewrote Crusher Recipes
2015-10-03 22:09:53 +02:00
Ellpeck
e25c6c80dd
Merge remote-tracking branch 'origin/master'
2015-10-03 22:01:57 +02:00
Ellpeck
69ff994375
Rewrote the crusher recipe handler to be better and more efficient and less buggy
2015-10-03 21:56:22 +02:00
Glenthor
88957ed0ca
added leaf generator textures
2015-10-03 20:25:18 +02:00
Ellpeck
267546eff4
Fixed Optifine breaking the booklet text
...
Closes https://github.com/Ellpeck/ActuallyAdditions/issues/14
2015-10-03 19:19:26 +02:00
Ellpeck
4ede6fc608
More cleanup!
2015-10-03 10:19:41 +02:00
Ellpeck
8c0c2bb073
Cleanup
2015-10-03 10:16:19 +02:00
Ellpeck
23e23f5836
I is derp
2015-10-02 20:10:11 +02:00
Ellpeck
7e0d524b0f
Fix nei recipe handlers
2015-10-02 20:06:03 +02:00
Ellpeck
a92396204a
Re-added NEI recipe handlers, added button into nei handlers to show the item in question in the booklet
2015-10-02 19:58:03 +02:00
Ellpeck
9f4323bb0d
cleanup
2015-10-02 16:48:01 +02:00
Ellpeck
42d6c39d14
U no testin' anymore, are ya?
2015-10-02 15:10:53 +02:00
Ellpeck
1de1bc8b83
Fixed Coffee Pages getting added to the pages that have ItemStack data
2015-10-02 14:46:13 +02:00
Ellpeck
d3d0178ef2
Renamed INameableItem to IActAddItemOrBlock just because
2015-10-01 23:20:31 +02:00
Ellpeck
e1af56faf2
Made the Config File and screen less ugly
2015-10-01 12:52:03 +02:00
Ellpeck
a7e63fc174
Leaf Generator booklet entry, crafting and localization
2015-10-01 12:11:38 +02:00
Ellpeck
df720bb569
Leaf Generator
2015-09-30 21:03:43 +02:00
Ellpeck
b4acd56872
Changed the way buttons are handled in the Booklet to a less stupid way
2015-09-30 19:18:13 +02:00
Ellpeck
e2006d2b81
Fix typo
2015-09-30 06:56:33 +02:00
Ellpeck
2aa2e547c8
Added some fancy recipe auto-scrolling for multiple recipes on the same page
2015-09-29 17:42:04 +02:00
Ellpeck
582b988545
Little bit of cleaning upping
2015-09-29 17:08:47 +02:00
Ellpeck
ee45300303
made the Leaf Blower blow away blocks at random again
2015-09-29 16:16:53 +02:00
Ellpeck
e6bcf6d0c6
Scrapping Tool Table.
...
For now. Wasn't happy with it. Sorry.
2015-09-29 16:00:32 +02:00
Ellpeck
760108e446
Changed some booklet mechanics in preparation for the changing of some more booklet mechanics in the future
2015-09-28 23:39:34 +02:00
Ellpeck
99878a1eef
Made forward and backward button visibility calculation less stupid
2015-09-28 22:26:43 +02:00
Ellpeck
26aab74cb1
Added "Go back to previous gui that you opened the book from via clicking the more info button"-button.
...
It's not actually called that, though.
2015-09-28 22:22:43 +02:00
Ellpeck
dddbc8bd88
Updated copyright to peoples.
2015-09-27 20:00:14 +02:00
Ellpeck
54101d2fc9
Tool Table Model and Textures
2015-09-27 16:48:58 +02:00
Ellpeck
b9fe715244
Null checks are important!
2015-09-27 15:34:22 +02:00
Ellpeck
d4e425fbd7
Added ExtendedPlayerCapabilities to save if the player has gotten the book already, because the old method of saving it on the client side was stupid and didn't work like it should have anyways
2015-09-27 15:31:43 +02:00
Ellpeck
603ece50f2
Fuck.
2015-09-27 02:22:37 +02:00
Ellpeck
183028d00b
The "I didn't think it would annoy people that much"-Update 0.0.9.2
2015-09-27 02:12:02 +02:00
Ellpeck
716a19596d
Added Tool Table Item Textures
2015-09-25 21:27:11 +02:00
Ellpeck
3a6cc12be2
Localized new Coffee Machine page. It's awesome now, I tell ya.
2015-09-25 17:20:08 +02:00
Ellpeck
6b80abe942
Added Coffee Machine Recipe Handler for the manual and a back button when opening the manual from another inventory
2015-09-24 23:42:03 +02:00
Ellpeck
e922db1c61
Added a better way to add enchantments. Because.
2015-09-24 21:00:53 +02:00
Ellpeck
8c60f4110b
Started on actual diggers' tools, added repairing
2015-09-24 20:53:07 +02:00
Ellpeck
835e8734ab
Started on Tool Table tools, noticed how I was doing stupidly much for the tooltip event that I didn't need to do, probably more stuff that I can't remember
2015-09-23 21:34:12 +02:00
Ellpeck
7145c273f1
Made items be able to be MoreInformationKey'd at even if they have metadata
2015-09-23 18:36:53 +02:00
Ellpeck
9ad7a6e572
Removed NEI Recipe Handlers (for now, because I was unhappy with them)
2015-09-23 18:21:57 +02:00
Ellpeck
f0a17025c7
Fixed a bug with a concurrentModificationException sometimes spamming the console when looking at recipes in NEI
...
Closes https://github.com/Ellpeck/ActuallyAdditions/issues/13
2015-09-23 06:44:54 +02:00
Ellpeck
c409afe159
Made it less likely for me to forget updating the item dropping mechism of the tool table if I change anything with the slot numbers
2015-09-22 23:50:16 +02:00
Ellpeck
c20a7b969e
Fixed tool table system bugging when multiple stacks of the same item are present
2015-09-22 23:48:27 +02:00
Ellpeck
29b2101563
Fix copyright
2015-09-22 23:39:25 +02:00
Ellpeck
d02c5f61e9
Finished Tool Table Logic
...
(When an extra item is in the tool table that doesn't belong to the recipe, it'll just be ignored and not taken away)
2015-09-22 23:32:19 +02:00
Ellpeck
9c5b8e3c5c
Don't talk bullshit like that son
2015-09-22 23:29:26 +02:00
Ellpeck
e7a42b9dfe
Made "Get Booklet..." info togglable in the config, removed unnecessary crusher & furnace recipe pages
2015-09-22 23:22:33 +02:00
Ellpeck
8e74d4e016
Started Tool Table
2015-09-21 23:49:49 +02:00
Ellpeck
1349791847
Apparently forgot to push >__>
2015-09-21 06:27:41 +02:00
Ellpeck
5d9a86bf56
Fixed what I did
2015-09-20 21:00:19 +02:00
Ellpeck
163fcac786
Added booklet on crafting config
2015-09-20 20:44:20 +02:00
Ellpeck
3e0996b3da
Made tile checking when opening a GUI better
2015-09-20 20:19:02 +02:00
Ellpeck
0ad50a3e62
Fixed a bug with TileEntities getting looked for when opening the book
2015-09-20 18:59:58 +02:00
Ellpeck
657cde463f
Fixed tooltip bugging sometimes & giving a player the book on crafting
2015-09-20 18:53:32 +02:00
Ellpeck
acc36b6e3e
A bit of cleanup
2015-09-20 14:47:52 +02:00
Ellpeck
8ddebd6065
Added different, more cute, more awesome floating squid for Lari
2015-09-19 23:14:20 +02:00
Ellpeck
b19e295933
New logo & scaled down forum pics
2015-09-19 21:48:49 +02:00
Ellpeck
6c67c053b1
Added forum pics
2015-09-19 18:58:34 +02:00
Ellpeck
583130025b
0.0.9.0!
2015-09-19 18:28:31 +02:00
Ellpeck
dd6a7742ab
Fixed bugs with the booklet & updated versions for the update that's hopefully coming soon
2015-09-19 17:50:16 +02:00
Ellpeck
7e6f00a9f6
Made the "You don't have a manual"-text and the Manual's name shorter because canitzp said so
2015-09-19 17:17:24 +02:00
Ellpeck
f4f73fd49a
I'M DONE LOCALIZING THE BOOK FINALLY FUDGING HELL
2015-09-19 16:50:04 +02:00
Ellpeck
018c6282ae
Localized more of the book yet again, fixed a crash with loading the last book page
2015-09-19 15:52:04 +02:00
Ellpeck
69eda3f21d
Localized the Coffee Machine entry.
...
Phew. That took a while.
2015-09-18 23:21:45 +02:00
Ellpeck
0bf3d9a185
Re-added stuff I accidentally deleted because I'm kinda stupid like that
2015-09-17 18:33:19 +02:00
Ellpeck
a961c6b974
Organized and sorted language file
2015-09-17 18:06:01 +02:00
Ellpeck
541c025b6b
Added awesome LAZOR IDEAS, some more localization done & added a config option for the quick open of pages
2015-09-17 00:11:19 +02:00
Ellpeck
10e41f62e0
Localized some booklet pages
2015-09-16 17:34:11 +02:00
Ellpeck
b2702e0280
Did some more stuff and things to the book
2015-09-16 11:58:11 +02:00
Ellpeck
b1ff52d019
Doughnut Texture
2015-09-15 18:40:12 +02:00
Ellpeck
d3c1e3cd06
Added XP drop to double furnace
...
Closes https://github.com/Ellpeck/ActuallyAdditions/issues/12
2015-09-14 13:27:36 +02:00
Ellpeck
47890c5012
Made pages show even unlocalized text if it isn't turned off by default now, made you have to have a booklet in your inventory to use the keybind
2015-09-14 11:02:16 +02:00
Ellpeck
faa4009992
Changed tooltips having to be cut off manually
2015-09-14 01:58:42 +02:00
Ellpeck
387c641915
Added the (still unused!) DoughnutRender for DoughnutDev as he is apparently crazy enough to want to localize all of the booklet chapters which is awesome because it's a pain and I'm too freaking lazy to do it.
2015-09-14 00:15:52 +02:00
Ellpeck
c3c5963065
Fu me.
2015-09-13 23:01:22 +02:00
Ellpeck
32691fed9d
I hate my existence.
...
(Thanks DoughnutDev!)
2015-09-13 22:57:51 +02:00
Ellpeck
a446289004
Removed WIP text
2015-09-13 21:30:32 +02:00
Ellpeck
57e236f5a5
Pressing a KeyBinding while in the inventory while hovering over an Item that has an entry in the book will open said entry
2015-09-13 20:50:32 +02:00
Ellpeck
5a73b28ac4
Improved Item Dropping from TileEntities just because it was bugging me
2015-09-13 19:44:38 +02:00
Ellpeck
4f0ed425a3
Improved Item Dropping from TileEntities just because it was bugging me
2015-09-13 19:39:02 +02:00
Ellpeck
5092c1dab7
Added special Whitelist Config for Paxels and the Drill
2015-09-13 16:41:49 +02:00
Ellpeck
e897fe8c42
Changed Block registering method
2015-09-12 21:26:51 +02:00
Ellpeck
7c241733b1
Added more pages to the book, fixed some stuff
2015-09-12 20:35:43 +02:00
Ellpeck
f202c48e1c
Peck pliz >_> Stahp forgettingz zeh stuffz
2015-09-10 21:38:09 +02:00
Ellpeck
fd45711b38
Finished all of the pages, added special localization for things like config values
2015-09-10 21:25:34 +02:00
Ellpeck
4dc241c401
Added almost all of the remaining chapters.
...
To do: Localizing!
2015-09-09 23:44:53 +02:00
Ellpeck
958280c762
Added more chapters, fixed something with the update display inside the book
2015-09-06 23:18:50 +02:00
Ellpeck
1beff3ece9
Made the booklet open the right index entry when looking at a crafting recipe, added another entry
2015-09-05 00:15:11 +02:00
Ellpeck
0f641f424f
Added "Update available"-button to the booklet
2015-09-02 20:06:34 +02:00
Ellpeck
935ca93c0f
Made the ESD always only drop its first slot. Fixes https://github.com/Ellpeck/ActuallyAdditions/issues/11
2015-09-01 00:51:11 +02:00
Ellpeck
ed842e6fe4
Fixed the second output not being checked when registering oredict crusher recipes
2015-08-31 13:59:59 +02:00
Ellpeck
5b812a6b67
Fixed some Manual stuff
2015-08-31 11:48:15 +02:00
Ellpeck
ef51a85d49
Changed some book stuff again °___°
2015-08-31 10:45:05 +02:00
Ellpeck
eb8c0025f3
Added some more Item descriptions to the manual
2015-08-31 07:24:58 +02:00
Ellpeck
8c62445a29
Added a Smiley Cloud for NihonTiger
2015-08-31 06:41:49 +02:00
Ellpeck
7ccb24fff2
Added something..
2015-08-31 06:15:06 +02:00
Ellpeck
7713b8bbb2
Made lots of pages.
2015-08-31 05:44:09 +02:00
Ellpeck
d09f344f1d
Made it so that the info book spawns when the player crafts an Actually Additions Item for the first time
2015-08-31 03:58:35 +02:00
Ellpeck
dedae49689
Duh, after pressing a button it still happened. Not anymore it don't. >__>
2015-08-31 02:09:34 +02:00
Ellpeck
0a77476470
Fixed clicking sometimes switching two pages in the booklet
2015-08-31 02:05:41 +02:00
Ellpeck
e5926265f8
Leaf Blower now has a better way to check for leaves
2015-08-31 01:53:23 +02:00
Ellpeck
162568a5ca
Added a tiny squid floating above Larixine. Amazing.
2015-08-30 22:41:29 +02:00
Ellpeck
72b16017ba
Updated manual textures & Added FreakyNinja as a cloud
2015-08-30 21:47:44 +02:00
Ellpeck
a3eb4721b3
Made the page that was open stay, added persistant variables
2015-08-30 19:10:10 +02:00
Ellpeck
390ea2a2a6
Added twitter & forum buttons, changed the way text is shown, added crusher page with every crusher recipe
2015-08-30 05:11:05 +02:00
Ellpeck
943b8d9a83
Changed some more on the Booklet
2015-08-30 04:02:28 +02:00
Ellpeck
ecf4a6bf7c
Added more lexicon entries and stuff and things
2015-08-30 01:19:03 +02:00
Ellpeck
264bdefb98
added a smiley cloud for Lordi
2015-08-30 01:18:26 +02:00
Ellpeck
1a2952d078
Deleted old booklet stuff
2015-08-29 23:02:27 +02:00
Ellpeck
3f09889e7f
Moved Booklet package
2015-08-29 23:01:13 +02:00
Ellpeck
4e4fc76f2c
When an item that is used in a crafting recipe has its own page, clicking on the item will open that page
2015-08-29 17:32:39 +02:00
Ellpeck
6a2af50620
Added a crusher recipe handler for the booklet
2015-08-29 16:13:06 +02:00
Ellpeck
5b7ab95eb6
Addet a Search Bar to the Booklet
2015-08-29 15:40:12 +02:00
Ellpeck
0f443c891f
Whoops.
2015-08-29 14:37:15 +02:00
Ellpeck
1083d89ce7
Added copyright to all classes
2015-08-29 14:33:26 +02:00
Ellpeck
3222dc2d95
Changed some Booklet stuff
2015-08-29 14:31:02 +02:00
Ellpeck
19ee548771
Added Pages to Indexes to have more space for chapters available
2015-08-29 10:59:03 +02:00
Ellpeck
64b27cfb8d
Added some descriptions to the booklet, fixed issues with it
2015-08-29 01:09:09 +02:00
Ellpeck
c4b4637439
Removed now unused localilzations from the en_US.lang file
2015-08-29 00:01:31 +02:00
Ellpeck
34204beb23
Finished Booklet, removed descriptions from blocks and items
2015-08-28 22:18:46 +02:00
Ellpeck
af5fa6e920
Added Informational Booklet
2015-08-28 21:17:09 +02:00
Ellpeck
36d3d7f79f
Fixed Shift Click Duplication Bugs.
...
Closes https://github.com/Ellpeck/ActuallyAdditions/issues/10
2015-08-28 15:41:12 +02:00
Ellpeck
1f9ce8cc77
Changed Paper and Knife Blade Recipe because people apparently don't know what the word "shapeless" means..
2015-08-28 15:29:06 +02:00
Ellpeck
61fa66d1e6
Fixed Clouds sometimes not saving their names.
2015-08-27 16:54:28 +02:00
Ellpeck
e934a812bd
Fixed a stupid bug with me being stupid. Whoops.
2015-08-26 19:33:35 +02:00
Ellpeck
9484d4c1aa
0.0.8.1!
2015-08-26 17:14:07 +02:00
Ellpeck
f7c5e8d6ff
Derp
2015-08-25 21:16:38 +02:00
Ellpeck
78ac0cdf59
Changed Rendering & added Acid & Jasin to the Cloud
2015-08-25 21:14:39 +02:00
Ellpeck
443bbbaa69
Fixed the Feeder crashing on shift-clicking /cc Tyrex
2015-08-25 18:49:36 +02:00
Ellpeck
dea606e33f
Re-wrote floating blocks
2015-08-25 18:26:23 +02:00
Ellpeck
d44ecdde65
Cloud Textures
2015-08-25 18:01:07 +02:00
Ellpeck
5f918591ed
More work on the cloud
2015-08-25 17:59:50 +02:00
Ellpeck
2cfc9e83f1
Small little fixes to the Cloud System~
2015-08-24 20:15:24 +02:00
Ellpeck
3a2a0c74be
All that cloudy goodness & bunch of people added!
2015-08-24 20:08:14 +02:00
Ellpeck
9c06ade0d9
Cloud fully works now! Awesome!
2015-08-24 17:57:11 +02:00
Ellpeck
b25cbb7c85
Added Smiley Clouds. They're funny, they're derpy, they're unfinished, but they're awesome!
2015-08-23 23:41:46 +02:00
Ellpeck
c088e2df35
Added HarvestCraft Soymilk for Coffee because Jemx is lactose intolerant and was moaning about it.
2015-08-23 14:14:17 +02:00
Ellpeck
383461d1f3
Generified the Phantom Connector
2015-08-22 19:47:20 +02:00
Ellpeck
ded48b524d
MOAR IDEAS!!
2015-08-22 12:38:12 +02:00
Ellpeck
36958ae8af
Gave the Knife some Attack Damage
2015-08-20 18:34:32 +02:00
Ellpeck
c522477177
Added something to the stuff with the guff
2015-08-17 23:59:38 +02:00
Ellpeck
d89bfe8cb1
NEI Handler shows how much coffee is used per cup
2015-08-16 21:21:23 +02:00
Ellpeck
cb10d387d7
Removed something that's stupid.
2015-08-15 20:41:45 +02:00
Ellpeck
ffc4180b3d
Made Bat Wings less stupidly rare because bats are really rare anyways
2015-08-15 19:35:25 +02:00
Ellpeck
1af5bdaae1
Fixed every bucket being emptied into the Magnetic Miner
2015-08-15 13:22:34 +02:00
Ellpeck
861bcb0141
Whoops.
2015-08-14 19:36:06 +02:00
Ellpeck
067aa31504
Take that as a compliment, Hose.
2015-08-14 19:31:53 +02:00
Ellpeck
90f330fd97
Added an extra Whitelist for the Ore Magnet.
...
For stuff which isn't OreDictionaried.
People know what I'm talking about.
2015-08-14 19:25:01 +02:00
Ellpeck
d29c8116e5
I'm an Idiot.
2015-08-14 11:33:06 +02:00
Ellpeck
2ffee99ca0
Changed Magnet Ring Texture to be more amazing.
...
Thanks to MineLoad.
2015-08-13 23:29:11 +02:00
Ellpeck
a643995bc9
Botania's Ring has the same name? Whooops >__>
2015-08-13 22:11:21 +02:00
Ellpeck
e56ba31f07
I realized how stupid, even though it's not getting used, "item.actuallyadditions.itemPotionRingpotion.nightVision" sounds. Whoops.
2015-08-12 16:02:56 +02:00
Ellpeck
6f20bb2b70
Scrapping Playerfaces.
...
For now.
Sorry.
2015-08-12 14:47:13 +02:00
Ellpeck
fbd85af4f0
All of teh power for Playerfaces!
2015-08-11 16:20:01 +02:00
Ellpeck
a9bcf90fec
Tweaked the Playerface System a bit, generally working beside from Items going into the Armor slots when they shouldn't
2015-08-11 00:39:57 +02:00
Ellpeck
1b3cf54155
Started work on Playerfaces, might kind of work a bit maybe but I didn't test it yet because I don't want to
2015-08-10 22:55:34 +02:00
Ellpeck
cdd101d395
Fixed the ESD ignoring setInventorySlotContents()
2015-08-10 12:51:13 +02:00
Ellpeck
de7c789071
Made the way Phantom Tiles work more generic
2015-08-10 10:37:44 +02:00
Ellpeck
945ad194ce
Finally gave actual credit to people I took code from because I wanted to do that for a long time and now don't feel stupid and mean anymore
2015-08-09 23:06:43 +02:00
Ellpeck
68891a5f07
Scrapped the idea with the ESD Rewrite because Canitzp told me that it would make the ESD too powerful and that it would take play fun away or something like that, I didn't really listen to him but I think that's basically what he meant and I kind of think he's right, so yea, I'm scrapping it.
2015-08-09 22:12:19 +02:00
Ellpeck
b2cc628220
Fixed a Bug with the ESD only checking 5 sides
...
(This has been happening since like 1238123 years, but no one noticed it for some reason. Or it's not a bug and I'm just not looking correctly.
Who knows.)
2015-08-09 22:04:28 +02:00
Ellpeck
8a791da5b5
Made a Recipe Handler for the Double Furnace
2015-08-09 11:36:52 +02:00
Ellpeck
89834bf918
Fixed a bug with the knife only working once
2015-08-07 00:04:58 +02:00
Ellpeck
be1556e39e
Added an information to the white-/blacklist option in the advanced ESD noting that both whitelists apply
2015-08-04 21:29:43 +02:00
Ellpeck
5f71b411b1
Made it so that, in the advanced ESD, both filters filter for both pulling and putting
2015-08-04 10:14:23 +02:00
Ellpeck
494628481b
Made Buildcraft Oil always get used if BC is loaded, changed some little crafting stuff, updated Forge
2015-08-03 09:01:13 +02:00
Ellpeck
a622690939
Fixed a Shift Clicking Bug with the Fermenting Barrel.
...
Whoops!
2015-08-02 18:04:09 +02:00
Ellpeck
3aee77ad01
0.0.8.0!
2015-08-02 09:58:36 +02:00
Ellpeck
cd3a48ec2d
Crafting Recipes & More Localization.. getting ready for the update!
2015-08-02 07:18:27 +02:00
Ellpeck
93835ca3ff
Added a Blacklist for the Ore Magnet, made ores not generate in flat worlds
2015-08-02 06:55:32 +02:00
Ellpeck
e88d5b0d46
Changed Recipes around a bit, Ore Magnet Textures
2015-08-02 02:04:31 +02:00
Ellpeck
0c39a29bc0
Did some more stuff with the OreDictionary, added Config Stuff, Localizing, Createive Tab adding
2015-08-02 01:52:12 +02:00
Ellpeck
c06522fd6f
floor_double > typecasting
2015-08-01 19:04:45 +02:00
Ellpeck
22ff8b0f9b
Is there a song about peace?
2015-08-01 18:46:23 +02:00
Ellpeck
f7a2a6b408
More stuff on the Magnet & The Water Removal Ring
2015-08-01 18:26:13 +02:00
Ellpeck
24812ab53f
Made the Ore Magnet need Casing Blocks below the places where it should mine
2015-08-01 01:30:50 +02:00
Ellpeck
f1dda0c171
Changed StatCollector.translateToLocal() to StringUtil.localize() which does exactly the same. Just for convenience.
2015-08-01 00:40:29 +02:00
Ellpeck
8189e569bb
Added Special Tooltips for every item: OreDict, Unlocalized Name etc.
2015-08-01 00:30:56 +02:00
Ellpeck
5760c98220
Fixed a Bug with the Game crashing when right-clicking a Phantomface that is connected to an Air Block
2015-07-31 11:50:43 +02:00
Ellpeck
e72b8a8fbd
Made the Ore Magnet accept and use Power and oil
2015-07-30 23:07:31 +02:00
Ellpeck
b5b8730642
Added Ore Magnet which can pull ores to the surface. Currently doesn't use energy etc, but it pulls the stuff up!
2015-07-30 10:32:30 +02:00
Ellpeck
3067e37ebe
Water Ring Textures & Quartz Paxels
2015-07-29 18:58:23 +02:00
Ellpeck
109bf8a0aa
Fixed the ESD GUI doing stuff wrong when it was advanced
2015-07-29 14:14:11 +02:00
Ellpeck
d3b9d575ea
Made the Slots in the ESD actual filter slots that don't consume Items because people were annoying me with it
2015-07-29 14:13:47 +02:00
Ellpeck
367d1b3385
Fixed Crusher Recipe NEI Handling Transfer Rects being off by adding a different Recipe Handler for that
2015-07-29 11:03:17 +02:00
Ellpeck
e182ce87c7
Fixed Double Furnace not shift-clicking right Items
2015-07-29 09:55:49 +02:00
Ellpeck
232210940f
Fixed weird damage handling vanilla does on armor.
...
Whooops.
2015-07-28 04:53:53 +02:00
Ellpeck
9740d4ef79
Yes, horizontal/vertical aren't the same, I know
2015-07-27 08:41:42 +02:00
Ellpeck
eb82add938
Changed a method in WorldUtil just for comfort in the future
2015-07-27 08:40:24 +02:00
Ellpeck
0db7276493
Moved ItemDrill's tryHarvestBlock to WorldUtil, for future use probably
2015-07-27 08:26:13 +02:00
Ellpeck
12d09e1cae
Added Ring of Lava/Water Removal
...
Added Textures for Quartz Tools
2015-07-26 02:36:42 +02:00
Ellpeck
7a126dbb20
Changed some tiny values around, added Creative Tab
2015-07-25 19:00:57 +02:00
Ellpeck
844a618bcb
Added Config for new Rings
2015-07-25 15:16:15 +02:00
Ellpeck
4476b3c7c2
Added Ring of Suction
2015-07-25 12:11:31 +02:00
Ellpeck
4940a6e6f9
Added Ring of Growh, tweaked Greenhouse Glass a bit
2015-07-25 11:06:10 +02:00
Ellpeck
2d9af1748c
Made work what I just did
2015-07-25 08:51:28 +02:00
Ellpeck
40cd020e0e
Fixed Repair Items of Quartz Gear
2015-07-25 08:39:05 +02:00
Ellpeck
f704435cb2
Added Quartz Tools & Armor
2015-07-25 08:34:02 +02:00
Ellpeck
ac9574ffeb
Changed the Lava Factory Completeness Detection to be less stupid and better to use
2015-07-25 05:28:31 +02:00
Ellpeck
7304619c32
Made Update Messages show a bit earlier
2015-07-23 11:41:09 +02:00
Ellpeck
7690f6aa73
Changed the Feeder GUI Texture a bit
2015-07-23 04:20:14 +02:00
Ellpeck
4b3359eb1e
Did a thing with a stuff :3
2015-07-23 04:08:24 +02:00
Ellpeck
089ea9956a
Mimimimimimimimi Language is stupid "Fills" mimimimi
2015-07-22 19:49:40 +02:00
Ellpeck
2dbaaf24dd
Did lots of Comment stuff on the ESD to make it more understandable
2015-07-22 18:24:43 +02:00
Ellpeck
55f4f07065
Made MultiBlocks work!
...
-Added MultiBlock Base Class
-Added Check for valid Multiblock
2015-07-22 06:07:57 +02:00
Ellpeck
7701f33cf9
You've been a naughty boy, haven't cha?
2015-07-21 15:40:30 +02:00
Ellpeck
0be671544a
I have to stop breaking everything all the time.
...
Fixed Tools not working on blocks like Hardened Clay
2015-07-21 13:42:32 +02:00
Ellpeck
3b87f4ef76
Made Drill & Paxels work with Hardened Clay
2015-07-20 22:49:37 +02:00
Ellpeck
bd997a10de
Made the Drill actually work
2015-07-20 22:06:08 +02:00
Ellpeck
71ec3d543f
Fixed a Bug with the drill being able to destroy blocks it shouldn't sometimes
2015-07-20 20:52:25 +02:00
Ellpeck
e184f72fb2
Changed Connectivity Displaying to work properly
2015-07-20 06:39:52 +02:00
Ellpeck
22e301a7d2
Changed Fluid Blocks to have default values
2015-07-19 01:48:05 +02:00
Ellpeck
fe97cedc61
Changed Rice Dough Recipe to need 3 rice to prevent it breaking with HarvestCraft..
2015-07-18 18:08:06 +02:00
Ellpeck
d7a55206e0
0.0.7.5!
2015-07-17 23:22:10 +02:00
Ellpeck
6e30c8bf85
Preparing for the Update: Added Crafting Recipes and Textures for the new Items
2015-07-17 22:49:00 +02:00
Ellpeck
18a04b23f7
Made the Update Message display a bit later, more localization
2015-07-17 18:32:30 +02:00
Ellpeck
f96b692fb8
Localizing and some CreativeTab Adding
2015-07-17 13:24:33 +02:00
Ellpeck
0585e703dc
Reverted something
2015-07-17 12:47:42 +02:00
Ellpeck
e3dd81e11f
Added Advanced Wings that let you fly much faster
2015-07-17 12:08:13 +02:00
Ellpeck
8636a92df0
Added Configuration GUI
2015-07-17 11:17:55 +02:00
Ellpeck
1387114a8c
Changed GUIs to be an enum instead of static final ints
2015-07-17 09:03:31 +02:00
Ellpeck
5b1c5a5856
Added Leaf Blower Comments (cause why not..)
...
And some more planned things! :D
2015-07-17 07:59:06 +02:00
Ellpeck
a50f409b60
Spiders now drop Cobweb rarely
2015-07-17 07:38:55 +02:00
Ellpeck
50c8f3991f
Added Wings Of The Bats
2015-07-17 06:51:19 +02:00
Ellpeck
8def70fa04
Fixed the Drill sometimes producing Ghost Blocks and added lots of Comments
2015-07-17 05:11:49 +02:00
Ellpeck
cb584b6e93
Fixed Drill Charging with Items before
2015-07-16 17:42:19 +02:00
Ellpeck
6ebe2c234d
Changed the Drill Description
2015-07-16 17:08:53 +02:00
Ellpeck
996de5673f
Made the Drill recharge if you put Batteries into the Upgrade Slots.
2015-07-16 16:52:28 +02:00
Ellpeck
1465fab3d0
Added XP Solidifier Textures
2015-07-16 02:09:00 +02:00
Ellpeck
c82dc1f148
Removed Copy-Pasta Unuseds
2015-07-15 17:13:23 +02:00
Ellpeck
edcc279c45
Fixed up Container Derpup
2015-07-15 11:23:11 +02:00
Ellpeck
5a25595fa1
Fixed all Shift-Click Mechanics
2015-07-15 09:28:01 +02:00
Ellpeck
d43583d843
Made the XP Solidifier work perfectly now
2015-07-15 07:50:33 +02:00
Ellpeck
8cced0ee38
Made crushing Coal yield Coal instead of Coal Dust and crushing Lapis yield Lapis instead of Lapis Dust
2015-07-15 05:59:22 +02:00
Ellpeck
b7611b7143
Made crushing Coal yield Coal instead of Coal Dust and crushing Lapis yield Lapis instead of Lapis Dust
2015-07-15 05:56:50 +02:00
Ellpeck
a13892708d
Changed getDigSpeed and canHarvestBlock in AIOTs and Drill to be better
2015-07-15 05:33:02 +02:00
Ellpeck
9f20575875
Finished XP Solidifier
2015-07-15 01:53:04 +02:00
Ellpeck
43f1832c25
Moved APIs to main directory
2015-07-15 00:19:47 +02:00
Ellpeck
04cf5d731d
0.0.7.4!
...
(Also, changed some XP Solidifier Stuff.)
2015-07-15 00:17:21 +02:00
Ellpeck
51c25af85c
Added XP Solidifier
2015-07-13 23:44:33 +02:00
Ellpeck
970bfea08c
Fixed what I just did
2015-07-13 03:50:12 +02:00
Ellpeck
8d52dbbb94
Added a Config Option for Mashed Food Crafting Blacklisting
2015-07-13 03:28:04 +02:00
Ellpeck
838de26650
Added Paxel Localization & Textures
2015-07-13 00:30:24 +02:00
Ellpeck
854fdd1d0d
Added Mekanism Paxels
2015-07-12 22:57:36 +02:00
Ellpeck
abb8e122d9
Added Thermal Foundation Paxels
2015-07-12 22:05:34 +02:00
Ellpeck
5e943b4b67
Changed Quartz Gen Chances
2015-07-12 21:15:13 +02:00
Ellpeck
d58f50b971
Fixed the Knife Recipe
2015-07-12 17:35:37 +02:00
Ellpeck
41fe04df95
0.0.7.3!
2015-07-12 16:07:41 +02:00
Ellpeck
b3330a48ab
Added Armor Localization and Recipes
2015-07-12 15:52:08 +02:00
Ellpeck
ae66d4bfc3
Noooo, I NEVER import the wrong thing so that ESDs crash in the latest Version of the mod.
...
NEVER.
2015-07-12 14:54:30 +02:00
Ellpeck
33cdd6f198
Made Treasure Chests have to be right-clicked to drop something
2015-07-12 05:16:26 +02:00
Ellpeck
543a3f652b
Added Missing Textures
2015-07-12 04:31:05 +02:00
Ellpeck
9c931c7836
Fixed a Bug with the ESD not asking if the Item is valid for a Slot when the slot content is null
2015-07-12 03:13:06 +02:00
Ellpeck
a6053be99e
Fixed Energizer and Enervator not being able to in- and output
2015-07-12 03:08:43 +02:00
Ellpeck
adb64232e7
Fixed a Bug with Number Key Slot Swapping and the Drill being movable, added Armor Slots to the Energizer & Enervator
2015-07-12 01:22:47 +02:00
Ellpeck
5de08fc41f
Changed Jam Values a bit, removed Scuba Armor again (for now!)
2015-07-11 15:10:04 +02:00
Ellpeck
824a86b816
Made the Chest have Air instead of the Helm
2015-07-11 13:52:20 +02:00
Ellpeck
ac46458220
Made the Scuba Helmet recharge when not in Armor Slot
2015-07-11 07:08:09 +02:00
Ellpeck
d4962ddb66
Added Emerald and Obsidian Armor, added Info on Scuba Armor
2015-07-11 06:45:26 +02:00
Ellpeck
1718862a6a
Added Scuba Armor, made the Helmet work. Rest to come.
2015-07-11 05:24:04 +02:00
Ellpeck
769a2f8767
Added some more Achievements
2015-07-10 21:19:52 +02:00
Ellpeck
cc17a27b52
Changed up the Update Checker. Awesome.
2015-07-10 20:04:07 +02:00
Ellpeck
0d3ab98e44
Added more Treasure Chest loots
2015-07-10 19:16:00 +02:00
Ellpeck
1d2f03b587
Made Treasure Chests generate in any Ocean Biome between Level 45 and 25.
2015-07-10 17:26:35 +02:00
Ellpeck
0fcff1cd12
Made the Info Text of the Fisher more specific
2015-07-10 16:01:40 +02:00
Ellpeck
ecf72667b1
Added Treasure Chest Particles
2015-07-10 14:36:50 +02:00
Ellpeck
077fe68885
Fixed missing Localizations and changed ESD Localization
2015-07-10 14:00:23 +02:00
Ellpeck
8d54614a9d
Localized the Treasure Chest
2015-07-10 13:34:59 +02:00
Ellpeck
551ecf0501
Added Treasure Chests
2015-07-10 13:08:20 +02:00
Ellpeck
5d963805d8
Stopped the ResourceLocation being created on RenderTick
2015-07-09 18:10:32 +02:00
Ellpeck
a5274e9961
0.0.7.2! Too many updates..!
2015-07-09 17:08:40 +02:00
Ellpeck
6b5edfb651
Added descriptions to the ESD
2015-07-09 16:59:43 +02:00
Ellpeck
0c08c6c6b2
ESD: Inputs can only be smaller than the connected Inventory's Size. @dqmhose wanted that.
2015-07-09 15:55:26 +02:00