Diego MartÃnez [Tue, 18 Jun 2013 13:46:28 +0000 (10:46 -0300)]
Constructor now digs node drops instead of actual nodes.
RealBadAngel [Sat, 15 Jun 2013 13:33:33 +0000 (06:33 -0700)]
Merge pull request #23 from Novatux/frames
Frames destroy liquids they should replace and are not blocked by them.
Novatux [Wed, 5 Jun 2013 14:22:45 +0000 (16:22 +0200)]
Frames destroy liquids they should replace and are not blocked by them.
RealBadAngel [Sun, 14 Apr 2013 04:09:04 +0000 (07:09 +0300)]
Create README.md
RealBadAngel [Sun, 14 Apr 2013 02:38:57 +0000 (19:38 -0700)]
Merge pull request #13 from Novatux/master
Change selection box of frames.
Novatux [Sat, 13 Apr 2013 16:17:27 +0000 (18:17 +0200)]
Change selection_box of frames so it is easier to select them.
RealBadAngel [Fri, 12 Apr 2013 00:33:11 +0000 (02:33 +0200)]
item drop sounds
RealBadAngel [Mon, 8 Apr 2013 21:52:20 +0000 (23:52 +0200)]
Updated item_drop (now as modpack component)
RealBadAngel [Sat, 6 Apr 2013 12:52:36 +0000 (14:52 +0200)]
dust texture
RealBadAngel [Sat, 6 Apr 2013 12:52:16 +0000 (14:52 +0200)]
mithril dust texture moved
RealBadAngel [Sat, 6 Apr 2013 12:50:46 +0000 (14:50 +0200)]
missing chests textures
RealBadAngel [Fri, 5 Apr 2013 20:05:54 +0000 (22:05 +0200)]
fix grinding recipes and craft recipe for tool workshop
RealBadAngel [Fri, 5 Apr 2013 02:30:33 +0000 (04:30 +0200)]
split chests off into a separate modpack component
RealBadAngel [Wed, 3 Apr 2013 23:58:07 +0000 (01:58 +0200)]
Update 0.4.6-0
RealBadAngel [Wed, 3 Apr 2013 23:54:54 +0000 (01:54 +0200)]
Update 0.4.6-0
RealBadAngel [Wed, 3 Apr 2013 23:52:18 +0000 (01:52 +0200)]
Update 0.4.6-0
RealBadAngel [Wed, 3 Apr 2013 23:33:54 +0000 (01:33 +0200)]
Update 0.4.6-0
RealBadAngel [Wed, 3 Apr 2013 23:19:57 +0000 (01:19 +0200)]
Update 0.4.6-0
RealBadAngel [Wed, 3 Apr 2013 23:17:39 +0000 (01:17 +0200)]
Update 0.4.6-0
RealBadAngel [Sun, 31 Mar 2013 17:36:18 +0000 (19:36 +0200)]
add missing dep file
RealBadAngel [Sat, 30 Mar 2013 19:18:50 +0000 (20:18 +0100)]
textures moved from main mod to worldgen
RealBadAngel [Sat, 30 Mar 2013 10:36:45 +0000 (11:36 +0100)]
update
RealBadAngel [Thu, 28 Mar 2013 14:50:34 +0000 (15:50 +0100)]
New ores code
RealBadAngel [Sun, 24 Mar 2013 16:46:30 +0000 (17:46 +0100)]
back to old ways
ShadowNinja [Sun, 24 Mar 2013 04:05:46 +0000 (00:05 -0400)]
Remove backup files
Vanessa [Sun, 24 Mar 2013 00:55:01 +0000 (20:55 -0400)]
Screwdriver tool is obsolete now, deleted.
Vanessa [Sat, 23 Mar 2013 17:44:26 +0000 (13:44 -0400)]
Merge branch 'master' of git://github.com/RealBadAngel/technic
Vanessa [Sat, 23 Mar 2013 17:40:03 +0000 (13:40 -0400)]
fixed ore generation. generate_ore() calls were missing the chunk size
parameter.
ShadowNinja [Thu, 21 Mar 2013 20:06:13 +0000 (16:06 -0400)]
Remove unnescescary function calls from forcefields and add an enable/disable button
Vanessa Ezekowitz [Wed, 20 Mar 2013 14:55:47 +0000 (10:55 -0400)]
Merge branch 'master' of git://github.com/RealBadAngel/technic
Vanessa Ezekowitz [Wed, 20 Mar 2013 14:50:51 +0000 (10:50 -0400)]
Multiple changes, see below:
removed concrete, marble, marble brick, granite, obsidian
stairs/etc from creative inventory, made them work with circular saw in
moreblocks since this mod depends on that one anyway. Removed technic obsidian
block entirely and aliased it to the default obsidian block; all stairs/slabs
for obsidian are under the default: namespace.
This depends on a small fix to the circular saw that was just added by
Sokomine. If your copy of circular saw doesn't have this fix, you can still
use /giveme to get the blocks you need.
Removed custom generate_ore code and made generate-ore calls use
default.generate_ore() since that is the same function anyway. This is so that
technic can use the C++ version of that function when it is moved back into the
engine.
RealBadAngel [Wed, 20 Mar 2013 02:46:35 +0000 (03:46 +0100)]
Added Forcefield generator by ShadowNinja
RealBadAngel [Sun, 17 Mar 2013 06:13:10 +0000 (07:13 +0100)]
bugfix
RealBadAngel [Sat, 16 Mar 2013 18:47:57 +0000 (19:47 +0100)]
Update Stargates v1.0
RealBadAngel [Fri, 15 Mar 2013 11:53:55 +0000 (12:53 +0100)]
update stargates
RealBadAngel [Wed, 13 Mar 2013 23:27:32 +0000 (00:27 +0100)]
update
RealBadAngel [Tue, 12 Mar 2013 00:51:39 +0000 (01:51 +0100)]
update
RealBadAngel [Mon, 11 Mar 2013 20:24:41 +0000 (21:24 +0100)]
update
RealBadAngel [Sun, 10 Mar 2013 17:36:40 +0000 (18:36 +0100)]
initial stargate code
Vanessa Ezekowitz [Sat, 9 Mar 2013 18:37:45 +0000 (13:37 -0500)]
fixed incorrect dependency for moreblocks/stairsplus
(moreblocks contains stairsplus now)
VanessaE [Fri, 8 Mar 2013 00:15:20 +0000 (16:15 -0800)]
Merge pull request #12 from VanessaE/master
added highlighting of hotbar and craft result in formspec images
Vanessa [Fri, 8 Mar 2013 00:05:19 +0000 (19:05 -0500)]
Added highlighting of hotbar and craft result in formspec images
Minor tweak to code to allow for slightly increased size (added 10x10 px).
RealBadAngel [Wed, 6 Mar 2013 20:51:45 +0000 (21:51 +0100)]
bugfix
RealBadAngel [Wed, 6 Mar 2013 20:04:35 +0000 (21:04 +0100)]
Update to work with latest Stairsplus
RealBadAngel [Sun, 3 Mar 2013 09:37:48 +0000 (10:37 +0100)]
UI bugfix using [ in search pattern
RealBadAngel [Sat, 2 Mar 2013 05:13:17 +0000 (06:13 +0100)]
UI update
RealBadAngel [Sat, 2 Mar 2013 04:14:34 +0000 (05:14 +0100)]
ui update
RealBadAngel [Sat, 2 Mar 2013 03:42:45 +0000 (04:42 +0100)]
ui update
RealBadAngel [Sat, 2 Mar 2013 03:08:42 +0000 (04:08 +0100)]
UI update
RealBadAngel [Sat, 2 Mar 2013 02:25:44 +0000 (03:25 +0100)]
UI updates
RealBadAngel [Wed, 27 Feb 2013 03:01:33 +0000 (19:01 -0800)]
Merge pull request #10 from VanessaE/master
Added graphical backgrounds to all Unified Inventory pages
Vanessa Ezekowitz [Wed, 27 Feb 2013 02:54:13 +0000 (21:54 -0500)]
Added graphical backgrounds to all Unified Inventory pages
RealBadAngel [Tue, 26 Feb 2013 01:21:16 +0000 (17:21 -0800)]
Merge pull request #9 from khonkhortisan/master
Yet Another Nil
Kyle [Sun, 24 Feb 2013 00:57:01 +0000 (16:57 -0800)]
Get more information than just the player's name when sending a copy of
the player (Yet Another Nil)
RealBadAngel [Sat, 23 Feb 2013 02:58:21 +0000 (03:58 +0100)]
bugfix
RealBadAngel [Sat, 23 Feb 2013 02:19:29 +0000 (03:19 +0100)]
Merge remote branch 'origin/master'
RealBadAngel [Sat, 23 Feb 2013 02:18:47 +0000 (03:18 +0100)]
Add sound volume controls
RealBadAngel [Fri, 22 Feb 2013 16:21:29 +0000 (08:21 -0800)]
Merge pull request #8 from khonkhortisan/master
check whether an object is really a luaentity before trying to get its name
Kyle [Fri, 22 Feb 2013 01:07:20 +0000 (17:07 -0800)]
Avoid a nil index crash
RealBadAngel [Thu, 21 Feb 2013 21:15:57 +0000 (13:15 -0800)]
Merge pull request #7 from khonkhortisan/master
Keep players from falling through moving frames
RealBadAngel [Thu, 21 Feb 2013 21:02:12 +0000 (22:02 +0100)]
Merge remote branch 'origin/master'
RealBadAngel [Thu, 21 Feb 2013 21:01:49 +0000 (22:01 +0100)]
Reworked power tools, new drills
Kyle [Thu, 21 Feb 2013 19:38:34 +0000 (11:38 -0800)]
Remove the original only after creating the copy so players don't fall
through moving frames
RealBadAngel [Wed, 20 Feb 2013 03:27:46 +0000 (19:27 -0800)]
Merge pull request #6 from khonkhortisan/patch-1
Rotate frame motor textures
khonkhortisan [Wed, 20 Feb 2013 03:24:24 +0000 (19:24 -0800)]
Rotate frame motor textures
Without adding new images
RealBadAngel [Tue, 19 Feb 2013 22:11:41 +0000 (23:11 +0100)]
Fix to last registered power tool not being able to charge (affected blue energy crystal)
RealBadAngel [Mon, 18 Feb 2013 02:15:00 +0000 (03:15 +0100)]
UI update
RealBadAngel [Sun, 17 Feb 2013 18:31:12 +0000 (19:31 +0100)]
Nore's update to frames
RealBadAngel [Tue, 12 Feb 2013 23:27:19 +0000 (00:27 +0100)]
fix to water mill
Sdzen Boco [Sat, 9 Feb 2013 02:14:01 +0000 (21:14 -0500)]
more textures
RealBadAngel [Wed, 6 Feb 2013 14:34:01 +0000 (15:34 +0100)]
Nore's frames code with nodebox frames
RealBadAngel [Tue, 5 Feb 2013 21:26:04 +0000 (22:26 +0100)]
missing textures
RealBadAngel [Mon, 4 Feb 2013 02:53:54 +0000 (03:53 +0100)]
Update LV grinder code
RealBadAngel [Mon, 4 Feb 2013 02:04:12 +0000 (03:04 +0100)]
new 32x lv,mv and hv textures
RealBadAngel [Sun, 3 Feb 2013 18:28:51 +0000 (19:28 +0100)]
Added API functions to register LV and MV machines
RealBadAngel [Sun, 3 Feb 2013 16:56:52 +0000 (17:56 +0100)]
added MV Alloy Furnace
RealBadAngel [Sun, 3 Feb 2013 15:07:02 +0000 (16:07 +0100)]
add MV alloy furnace textures
RealBadAngel [Sun, 3 Feb 2013 13:59:40 +0000 (14:59 +0100)]
Injector upgrade
RealBadAngel [Sun, 3 Feb 2013 12:52:17 +0000 (13:52 +0100)]
better Control Logic Unit textures
RealBadAngel [Sun, 3 Feb 2013 12:44:38 +0000 (13:44 +0100)]
update to some 32x textures
RealBadAngel [Sun, 3 Feb 2013 12:02:22 +0000 (13:02 +0100)]
Added crafting recipe for Injector
RealBadAngel [Sun, 3 Feb 2013 11:56:23 +0000 (12:56 +0100)]
Added Injector
RealBadAngel [Sun, 3 Feb 2013 10:53:19 +0000 (11:53 +0100)]
added tubes crafting recipes
RealBadAngel [Sun, 3 Feb 2013 09:23:55 +0000 (10:23 +0100)]
added mv furnace to PR list
RealBadAngel [Sun, 3 Feb 2013 01:17:22 +0000 (02:17 +0100)]
Added fully functional MV electric furnace
RealBadAngel [Sat, 2 Feb 2013 20:29:59 +0000 (21:29 +0100)]
UI bugfix
RealBadAngel [Sat, 2 Feb 2013 20:26:34 +0000 (21:26 +0100)]
Added item - Control Logic Unit
RealBadAngel [Sat, 2 Feb 2013 19:42:07 +0000 (20:42 +0100)]
Fixes to deployer
RealBadAngel [Sat, 2 Feb 2013 10:12:10 +0000 (11:12 +0100)]
Merged Unified Inventory into Technic modpack
RealBadAngel [Sat, 2 Feb 2013 08:39:39 +0000 (09:39 +0100)]
readded sounds
RealBadAngel [Thu, 31 Jan 2013 23:28:22 +0000 (00:28 +0100)]
Re-added Deployer
Initial code of MV furnace
RealBadAngel [Sun, 27 Jan 2013 20:36:24 +0000 (21:36 +0100)]
Added MV Electric furnace textures
RealBadAngel [Sun, 27 Jan 2013 13:03:46 +0000 (14:03 +0100)]
cleanup phase2
RealBadAngel [Sun, 27 Jan 2013 13:01:53 +0000 (14:01 +0100)]
cleanup
RealBadAngel [Sun, 27 Jan 2013 12:58:47 +0000 (13:58 +0100)]
cleanup
RealBadAngel [Sun, 27 Jan 2013 12:55:14 +0000 (13:55 +0100)]
fix to mod directory structure
RealBadAngel [Sun, 27 Jan 2013 12:34:10 +0000 (13:34 +0100)]
Cleaned all chests code
RealBadAngel [Sun, 27 Jan 2013 09:27:38 +0000 (10:27 +0100)]
bug fix
RealBadAngel [Sun, 27 Jan 2013 09:15:39 +0000 (10:15 +0100)]
Bunch of fixes
RealBadAngel [Wed, 2 Jan 2013 03:49:03 +0000 (04:49 +0100)]
Make Rubber tree using L-Systems