24 Commits

Author SHA1 Message Date
OgelGames
8dc52578da
More updates and improvements (#7)
Co-authored-by: damiemk <80431810+Wah7@users.noreply.github.com>
Co-authored-by: Niklp <89982526+Niklp09@users.noreply.github.com>
2023-08-06 19:25:35 +10:00
nixnoxus
79496a3337
Wrench support extend (#2)
* add support for many more mods
* update readme and add documentation
* support node timers and node drop
* support updating pipeworks, mesecons and digilines connections
* add debug (very experimental)
* add `wrench.plus = true`
* fix and update translations
* and more... (see PR #2)

Co-authored-by: OgelGames <olliverdc28@gmail.com>
2022-03-15 15:00:56 +11:00
OgelGames
c34c68f37e Wrench rewrite (#247) 2021-11-25 14:53:00 +11:00
SX
bd8325c41f Refactoring, fixing and adding wrench registrations (#242) 2021-11-16 02:15:41 +11:00
nixnoxus
d0a33920f8 Re-add recipe for wrench enabled by setting enable_wrench_crafting (#197)
* "enable_wrench = yes" adds the wrench recipe
* setting renamed to "enable_wrench_crafting"
2021-07-20 16:12:56 +02:00
OgelGames
b8079abcf7 fix ignored luacheck warnings
#105
2020-10-24 22:59:38 +11:00
BuckarooBanzay
f2081303cd add drawers support for wrench (also fix a missing constants issue) 2020-08-31 12:06:09 +02:00
Fixer
b231c002ca Wrench: Allow picking up with protection_bypass privilege (#393)
This allows admins to move other players locked chests/etc without hassle (relocating flying chests).
2018-07-15 12:27:52 +02:00
DS-Minetest
511aaa9ba3 don't place eg. chests without data 2017-07-03 17:35:19 -04:00
DS
a026649450 update wrench (#359) 2017-06-05 10:53:18 -04:00
Rogier
ebf1026cbd Wrench: fix restore of furnace (contents were not restored) 2015-03-11 18:10:16 -04:00
Rogier
6eaf9eebb1 Wrench: when restoring picked_up_<item> to <item>, preserve rotation 2015-03-11 18:10:16 -04:00
Tim
86a0ab6bd4 reduce intllib code 2015-02-05 10:09:14 +01:00
Tim
698d8a3fa2 supress undeclared variable access warnings in cases of intentional declaration checks 2015-02-05 09:47:37 +01:00
Zefram
7ce9a46981 Make wrench available in creative mode only
The wrench is far too powerful to be available to survival-mode players
via a cheap recipe.
2014-08-22 01:07:38 +01:00
Zefram
2292a91d0b split default iron/steel into three metals
Override the default mod's iron/steel substance, replacing it with three
metals: wrought iron (pure iron), carbon steel (iron alloyed with a little
carbon), and cast iron (iron alloyed with lots of carbon).  Wrought iron
is easiest to refine, then cast iron, and carbon steel the most difficult,
matching the historical progression.  Recipes that used default steel are
changed to use one of the three, the choice of alloy for each application
being both somewhat realistic and also matching up with game progression.

The default:steel{_ingot,block} items are identified specifically with
wrought iron.  This makes the default refining recipes work appropriately.
Iron-using recipes defined outside technic are thus necessarily
reinterpreted to use wrought iron, which is mostly appropriate.
Some objects are renamed accordingly.

Rather than use the default steel textures for wrought iron, with technic
providing textures for the other two, technic now provides textures for
all three metals.  This avoids problems that would occur with texture
packs that provide default_steel_{ingot,block} textures that are not
intended to support this wrought-iron/carbon-steel/cast-iron distinction.
A texture pack can provide a distinct set of three textures specifically
for the situation where this distinction is required.

Incidentally make grinding and alloy cooking recipes work correctly when
ingredients are specified by alias.
2014-05-22 20:57:50 +02:00
Xanthin
23a6cd2ac0 Add german translations for all mods 2014-04-22 16:30:27 -04:00
ShadowNinja
2f702a90e4 Add wrench serialization format version 2013-12-20 18:48:46 -05:00
ShadowNinja
3af1c9fc8a Rewrite wrench. INCOMPATIBLE WITH OLD ITEMS
You must place all of your picked up nodes before
updating and pick them back up after.
2013-12-20 17:07:39 -05:00
ShadowNinja
ccf3e29793 Rename wrench variable 2013-12-19 22:57:25 -05:00
RealBadAngel
bd1e2811a4 Fix wrench crashes 2013-08-04 15:16:00 +02:00
metalstache
7c95e39a5c Fix recipe and battery box compatibility 2013-08-03 18:15:51 -04:00
metalstache
ab10e6c784 Add node metadata storage and Technic machine support 2013-08-01 18:46:20 -04:00
metalstache
8b248a1f72 Add Wrench mod 2013-07-31 11:55:59 -04:00