168a923665
Use mod.conf for dependencies ( #492 )
2020-06-27 02:26:14 +03:00
8baa789eb1
Optimize images ( #464 )
...
Recompress losslessly using `optipng` and `advpng`
2019-06-27 22:33:11 +03:00
302a28934d
Document inactive block behaviour ( #447 )
2018-12-21 22:10:08 +03:00
9d239cbfff
Fix typos ( #442 )
2018-12-09 16:38:23 +03:00
444cd0f2f1
Replace usage of default.LIGHT_MAX with minetest.LIGHT_MAX
...
It was moved a long time ago and the former is not guaranteed to be available.
fixes #424
2018-07-24 21:30:04 +02:00
ff0bd76efe
Set is_ground_content to false ( #386 )
2017-11-01 00:50:39 +03:00
905260c8db
Handle blasts ( #356 )
2017-10-07 01:44:49 +03:00
0ec771bf7d
Major change: Documentation is now included with mesecons, the website just extracts the documentation in a more readable format
...
This makes development of new features easier, as documentation can automatically be updated on the website without modifying the website's code!
Every mod that has nodes in the mesecons modpack has a "doc" folder that contains subfolders with recipe, description and preview of the block. The website will discover which documentation is available
by reading the documentation.json file.
2015-11-20 20:14:50 +01:00
52ea2c3c66
Don't refer to LIGHT_MAX global; use default.
...
The LIGHT_MAX global is created in the legacy.lua file in the default
mod; it states that it's there for backwards compatibility, but it would
be better to reference the proper value inside the default table.
2015-05-11 11:28:56 +07:00
1509510262
Use group:sapling for all recipes
2015-01-20 13:28:44 -05:00
de6dd30745
Move textures into their mods
2014-01-10 13:13:02 -05:00
255e363b04
Fix all crafting recipes to use modern style
2013-04-28 12:40:08 +02:00
10bacdd7f4
Update selection boxes to make building easier.
2013-04-20 11:25:12 -04:00
3792b692aa
Digging and footstep sounds for everything that needs them! Plus, pushing buttons, punching switches, and flipping levers all make sounds.
2013-03-06 20:51:57 -05:00
b37bdbf55c
Port a lot more (basically everything apart from gates, pistons and extrawire crossing) to the new nodedef system. There are some problems with wall button and wall lever (in the way they visually connect to wires)
2012-12-09 00:42:30 +01:00
b312d73511
Update tile_images
2012-11-08 20:52:36 +01:00
5626aec852
Use sapling instead of jungelgrass for power & blinky plant. Glue is made by cooking saplings.
2012-08-13 14:36:48 +02:00
b197d29bef
Code cleanup, little bugfix (some conductors placed next to receptors didn't turn on)
2012-08-13 13:12:19 +02:00
e12b297987
change all recipes to use group:mesecon_conductor_craftable
...
fixed deprecated/invalid recipes in lightstones.
fixed copy&paste error in one of the delayer textures
fixed recipe for player detector to rely on microcontroller instead of old IC
2012-08-11 20:53:47 -04:00
1f6e1fa7ab
Mesecons only connect to blocks with group mesecon > 1
2012-08-11 23:39:28 +02:00
39db9cf01c
Added "mesecon = 1" to the groups setting for most objects, so that they'll
...
visibly connect to neighboring wires.
2012-08-10 17:35:54 -04:00
20d1b9dd52
Power Plant
2012-08-01 19:36:32 +06:00
4200757ba3
Remove deprecated API functions "register_on_placenode" and "register_on_dignode" where possible.
2012-06-04 22:20:04 -04:00
700cd06dd9
Tune digging time group for power plant
2012-04-22 07:48:15 +02:00
3018128b4b
Update nodes for compatibility with digging time groups.
2012-03-22 17:52:11 -04:00
36ae0cc1a5
Upload after major code reorganization - Version 0.6 DEV - Split mesecons mod into several modules - [BUGGY?]
2012-03-05 19:21:26 +01:00