Commit Graph

28 Commits

Author SHA1 Message Date
damiemk aad1b2875a
Add Japanese translation (#613) 2022-11-17 19:59:39 +01:00
SmallJoker 167ab93905 Maintenance: Remove depends.txt and error on old MT versions 2022-06-14 20:49:21 +02:00
SmallJoker 0f6bdb1bde Correct (almost) all luacheck warnings
Also includes a few code opimizations:
- Combined mining drill functions
- Shorter alias registration (unused?)
- Add TODOs to address later
2022-06-06 21:04:13 +02:00
David Leal d5df30c3ff Replace deprecated functions with newer ones (#510)
Use mod.conf
2019-09-14 12:55:41 +02:00
d-stephane 768fbecc64 Add french translation (#417) 2019-08-26 19:53:24 +02:00
Sires e8e5df3f4a Add translation for concrete mod 2019-08-26 19:52:41 +02:00
Hugo Locurcio 62fdb853ec Optimize PNG images losslessly (#501)
This incorporates non-interlaced PNGs from #500 to fix warnings thrown by libpng.
2019-06-20 18:35:26 +02:00
mat9117 c9ba4b329d Add Polish translation (#493) 2019-03-31 13:00:48 +02:00
Christopher Head 4f78a69ffc Fix trailing whitespace (#482)
Trim all trailing whitespace characters,
2019-01-26 14:15:40 +01:00
Vanessa Dannenberg 2b2411d1ee blast-resistant concrete stairs/slopes/et. al (#455)
if moreblocks is installed.
2018-11-23 20:48:23 +01:00
Vanessa Dannenberg 44cb8df048 use basic_materials mod where possible. 2018-11-11 09:54:20 +01:00
Carlos e1bb29c338 Agrege la traduccion al español (#362) 2017-06-05 10:52:31 -04:00
Thomas--S 6b8011eba7 Fix fence nodebox (#346) 2017-04-13 13:12:46 -04:00
MT-Modder 99bebc8008 Update blast resistant concrete on_blast() to new TNT API
The destroyed item is now returned instead of being directly dropped, and the blast intensity value has changed.
2016-10-04 19:37:26 -04:00
MT-Modder 0c144cd75c Make blast-resistant concrete blast resistant 2016-03-20 00:08:50 -04:00
ShadowNinja 4a993c2de8 Use connected nodeboxes for concrete posts 2016-03-20 00:02:33 -04:00
MT-Modder 2d86ee64e3 Change tile_images to tiles 2015-10-16 13:55:57 -04:00
Mahmut Elmas 01fd5d6e6b Update and rename concrete/locale to concrete/locale/tr.txt 2015-03-11 18:08:15 -04:00
Tim 41a10a86d5 reduce intllib code 2015-02-05 10:09:14 +01:00
Tim 49e82a604b supress undeclared variable access warnings in cases of intentional declaration checks 2015-02-05 09:47:37 +01:00
RealBadAngel 0defb2e66d Fix broken concrete posts. 2014-08-29 01:26:25 +02:00
Zefram 68b7bcc28e 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 39c41a06f4 Add german translations for all mods 2014-04-22 16:30:27 -04:00
ShadowNinja ee0765804c Partial rewrite 2013-09-17 16:37:56 -04:00
RealBadAngel 6055ed6503 Blast resistant concrete (by ObKo) 2013-07-14 12:11:56 +02:00
RealBadAngel f4302fcbfa Fix crafting recipes and some code style. 2013-07-14 11:30:03 +02:00
RealBadAngel 70e27ad507 Update 0.4.6-0 2013-04-04 01:33:54 +02:00
RealBadAngel 0ca19dacb0 Update 0.4.6-0 2013-04-04 01:17:39 +02:00