Rogier
fcef0ef987
Make chests usable if pipeworks is not installed
2015-06-17 17:06:49 -04:00
Rogier
ae7f49de38
Make chests usable without moreores (& add soft dependency)
2015-06-17 17:06:49 -04:00
Rogier
84812d2307
Make technic_chests not (implicitly) depend on technic
...
(by moving two images that are used for chests only, from technic/textures
to technic_chests/textures)
2015-06-17 17:06:49 -04:00
sdzen
055ee23431
Readd myself
2015-06-06 10:39:47 -04:00
sdzen
a4f7996b56
Readd myself
...
a large amount of the 16x16 textures were mine but when RealBad put them back in the information on them mustve been scattered to the winds, just fixing this.
2015-06-06 10:34:45 -04:00
Vanessa Ezekowitz
24eca043d0
allow form backgrounds for chests to be textured separately
2015-05-03 15:13:45 -04:00
ShadowNinja
e393617fa1
Fix undefined global warning
2015-04-26 18:17:04 -04:00
ShadowNinja
35b0f068af
Fix grinder name in recipe
2015-04-26 18:00:20 -04:00
Vanessa Ezekowitz
4cf1e63adb
put marble block into group marble=1
2015-04-18 17:12:06 -04:00
est31
1615681e89
Fix autoloading for solar arrays
...
This autoloads the node above a solar array, so that its light value can be determined.
Previously, solar arrays in unloaded blocks would report an input of 0 to the switching station.
2015-03-23 03:41:03 +01:00
est31
3f179e4c53
Make rubber leaves yield rubber leaves
...
Previously, you wouldn't get any leaves items from mining rubber tree leaves.
Leafdecay still doesn't drop the leaves, only the saplings, just like with normal trees.
2015-03-22 19:35:51 +01:00
est31
6b800758fb
Rename technic.cables and make it private
...
Give it a more descriptive name.
Previous use outside cables.lua isn't neccessary and gets removed.
2015-03-22 19:35:50 +01:00
Tim
137695ea67
allow activation/deactivation of frames/templates by config
...
have them deactivated by default due to a larger collection of associated issues
including but not limited to
* #170
* #216
* item duplication involving templates
* runaway machines
* traversal loop issues with huge machines leading to lag-outs
2015-03-16 18:58:41 -04:00
Vanessa Ezekowitz
b00e942824
don't run the damage ABM if damage is disabled on the server.
2015-03-15 18:21:28 -04:00
Vanessa Ezekowitz
cf75916ea7
Add spheres to the CNC machine
...
Note: this required renaming the base node name for the oblate spheroid
object, which previously had been named simply "sphere". The result is
that all such nodes in an old world will change to actual spheres.
Since this includes a formspec change, machines will have to be dug and
re-placed to get the new program button to show up, and/or if the image
on the Oblate Spheroid button shows wrongly.
2015-03-12 00:02:23 -04:00
Rogier
4874e29025
Wrench: fix restore of furnace (contents were not restored)
2015-03-11 18:10:16 -04:00
Rogier
78bfa4f893
Wrench: when restoring picked_up_<item> to <item>, preserve rotation
2015-03-11 18:10:16 -04:00
Rogier
ab6f2b2556
Make wrench usable independently of technic
2015-03-11 18:10:16 -04:00
MT-Modder
b8c9028681
Tools don't wear in creative mode v2
...
- Removed cans (will add again per request)
- Added creative check to global namespace (checking only once as
requested by VanessaE)
2015-03-11 18:08:16 -04:00
MT-Modder
19f74d11ba
Change height_ to y_ in ore registrations
2015-03-11 18:08:16 -04:00
Mahmut Elmas
3624aabcf9
Update and rename wrench/locale to wrench/locale/tr.txt
2015-03-11 18:08:16 -04:00
Mahmut Elmas
e6f715062d
Update and rename technic_worldgen/locale to technic_worldgen/locale/tr.txt
2015-03-11 18:08:16 -04:00
Mahmut Elmas
db35c9b54b
add turkish locale
2015-03-11 18:08:16 -04:00
Mahmut Elmas
fe6965d89a
Update and rename extranodes/locale to extranodes/locale/tr.txt
2015-03-11 18:08:16 -04:00
Mahmut Elmas
01fd5d6e6b
Update and rename concrete/locale to concrete/locale/tr.txt
2015-03-11 18:08:15 -04:00
Novatux
8b16fc1176
Add lead block, and lead & sulfur dusts
2015-03-08 13:32:59 +01:00
Jay Arndt
0113975160
Fix detection of if the machine should call pipeworks.after_place
...
The tube variable in these contexts always evaluates to a true value.
data.tube is the variable that indicates if pipeworks needs to be notified.
2015-03-07 21:44:42 -05:00
Jay Arndt
c8cbd261ee
Drop upgrade items in the after_dig_node handler instead of can_dig
...
This fixes an item duplication bug triggered by using a screwdriver on an upgraded machine
2015-03-07 21:44:42 -05:00
Tim
c6464d3ebe
label the switching station abm for profiling purposes
...
this allows the mtt profiler to profile this abm individually from other abms since t4im/mtt@48eff13
2015-02-28 00:47:15 +01:00
Novatux
3eefa2f181
Add sulfur and lead, and make them generate
2015-02-22 12:42:46 +01:00
est31
4b179821d3
Get rid of technic.format
2015-02-13 21:13:17 +01:00
Tim
7ed1aa9398
correct injector inventory handling by tubes
2015-02-11 03:15:34 +01:00
Tim
ce40d1cfb8
add group tubedevice_receiver to injector to fix the issue of it acting more like a tube than an inventory
...
it sent the items into all directions, when being injected into, instead of entering the injector as it used to
2015-02-08 12:27:10 +01:00
Vanessa Ezekowitz
5ac93cccc9
simplify pipeworks tube detect
...
deMorgan's axiom, which I suck at using :P
2015-02-07 12:42:18 -05:00
Vanessa Ezekowitz
cbfeb0192c
fix crash placing chests re: tubes
2015-02-07 12:07:17 -05:00
Vanessa Ezekowitz
bccefd6997
fix other machines, battery boxes, etc to work with tube routing.
2015-02-07 03:47:53 -05:00
Vanessa Ezekowitz
d5db189cf4
fix chests connecting to tubes
2015-02-07 03:22:56 -05:00
Tim
48e02b8452
drop upgrade list items if dug (but protect other inventories)
2015-02-06 08:35:42 +01:00
Tim
72d541a607
add trunks: mod support to the chainsaw
2015-02-06 07:59:51 +01:00
Tim
a13e7b7ed1
add the option for publicly shared machines via an upgrade item "default:chest
...
the upgrade slots remain protected
this replaces the need for a few forks and also resolves #131 in the process, which is obsolete now
2015-02-06 07:54:29 +01:00
Tim
91e12c41fd
fix chainsaw support for default:pinetree
2015-02-05 20:33:11 +01:00
Tim
96788677bb
clean up upgrade handling a bit and only allow setting known upgrades
2015-02-05 17:27:28 +01:00
Tim
6ef3438832
limit the upgrade slot to one item per slot, as more are ignored anyway
2015-02-05 16:09:16 +01:00
Tim
41a10a86d5
reduce intllib code
2015-02-05 10:09:14 +01:00
Tim
c17732b16f
localize modpath variable
2015-02-05 09:50:55 +01:00
Tim
49e82a604b
supress undeclared variable access warnings in cases of intentional declaration checks
2015-02-05 09:47:37 +01:00
Tim
3fd53dfe95
add .mailmap
2015-02-05 09:41:38 +01:00
Vanessa Ezekowitz
3bcd99f098
fix lighting glitch on bottom of "edge" (quarter-round) models
2015-02-05 01:08:09 -05:00
Vanessa Ezekowitz
122e97ebd9
fix rotation of "edge" models
2015-02-05 00:58:42 -05:00
Vanessa Ezekowitz
63fa7a856e
fix broken lighting on CNC meshes, thanks to tip from acerspyro
2015-02-04 20:31:37 -05:00