Auke Kok
e4c57c2841
Allow torches to be placed in itemframes.
...
Pass the normal torch in on_rightclick() and never the wall torch. This
makes xdecor:itemframe display the right item, as well as drop the
right item.
2016-10-12 10:21:44 -07:00
Auke Kok
3161129a93
Add settingtypes.txt.
...
This allows these per-mod settings to be changed using the settings menu.
2016-08-15 13:28:20 -07:00
Auke Kok
3a98996801
Remove version in README.txt.
...
Use git tag instead from now on.
2016-06-11 16:57:07 -07:00
Auke Kok
41759e73a9
Add note about version support.
2016-05-13 12:08:44 -07:00
Amaz
6e02cdb524
Fix torches leaving lightspots in singleplayer.
2016-05-07 11:11:49 -07:00
Auke Kok
81f7690e03
Don't bother looking at wielditems.
...
Just remove any known wieldlight if the table knows we have
one.
2016-05-03 21:42:02 -07:00
tenplus1
80655451eb
speed up torchlight
...
Since torchlight and air have no metadata contained inside them why not use minetest.swap_node to quickly update the light and NOT affect falling nodes around the player by using set_node.
2016-05-01 10:27:54 -07:00
Auke Kok
4e72be1355
Removing duplicate setting retrieval.
2016-04-23 10:49:32 -07:00
Auke Kok
72909b19fa
Optimization: Don't place torches in well-lit areas.
...
This should hugely reduce the amount of node updates during
day time and when players are roaming in well-lit areas.
2016-04-12 19:14:30 -07:00
Auke Kok
defe037dd8
Check for player as well.
2016-04-12 12:37:53 -07:00
Auke Kok
41bb4f178d
Make sure player is not wielding an unknown item.
2016-04-12 12:35:50 -07:00
Auke Kok
b707f719c6
Conversion LBM: account for old "torches" mod nodes.
...
This converts the old nodes from BlockMen to the newly used torch
nodes as well.
2016-04-11 21:17:43 -07:00
Auke Kok
2578c1dbcd
Added wieldlight.
...
A light that moves with you if you wield a torch. The light is
not as bright as a torch, but proves very useful in the night
to navigate caves or terrain bumps.
2016-04-11 00:18:07 -07:00
Auke Kok
eb74743538
Add node sounds.
2016-04-06 22:24:30 -07:00
Auke Kok
c0a94a126f
Two materials.
...
Torch base and flame parts are now 2 materials, allowing someone
to provide 2 tiles (different textures). The first one is the base
torch, and the second one is the flame part on top.
2016-04-02 18:10:21 -07:00
Auke Kok
b6d2b015f4
Add base mod files.
2016-04-02 16:32:24 -07:00
Auke Kok
0910742d98
Clean up torches.
...
- remove mt/mc style nodes
- redo all meshes from scratch
- override default torches instead of translating them
- remove unneeded textures and code files
2016-04-02 16:27:56 -07:00
BlockMen
e19c772bd4
Push to 3.0.1
2015-11-12 19:01:32 +01:00
BlockMen
b70aa0f2ce
Fix typo
2015-10-14 17:39:53 +02:00
BlockMen
fc712d205c
Change license to LGPL 2.1
2015-03-29 18:29:48 +02:00
BlockMen
b9fb31f13d
New additional torch style and more
...
Just read the changelog
2015-03-29 18:22:56 +02:00
BlockMen
e77b69900c
Huge cleanup and fixes; push to 2.1
2015-02-24 10:01:40 +01:00
BlockMen
38052254e9
Push to Version 2.0
2015-02-16 11:22:59 +01:00
BlockMen
ce2c162e3d
Add rightclick-support and some tweaks
2015-02-16 11:14:35 +01:00
BlockMen
f1c8b26e3c
A bit more flame variety
2015-02-16 06:34:16 +01:00
BlockMen
6b0a2a5e5c
Fix flames size
2015-02-16 06:06:12 +01:00
BlockMen
63589ef10d
Improve codestyle
2015-02-16 06:05:26 +01:00
BlockMen
b6ea056ba6
Use mesh drawtype and fix particle usage
2015-02-16 06:05:24 +01:00
Gabriel Huber
ca8d3dce8b
Fix stretched particles
2015-02-09 04:06:14 +01:00
BlockMen
dbd9f17f7c
Reduce flames send rate on servers
2014-05-01 18:58:00 +02:00
BlockMen
be0d2a5a83
Fix crashes by unknown nodes
2014-04-09 13:02:48 +02:00
BlockMen
4cd14d9fbf
Fix droping (again)
2014-04-05 21:26:36 +02:00
BlockMen
646089e5ea
Fix dropping, convert old torches
2014-01-22 13:40:48 +01:00
BlockMen
5e4294a0f8
Show flames only when player in range
2014-01-16 14:28:15 +01:00
BlockMen
7b4178b055
Update README.txt
2013-09-06 18:43:07 +02:00
BlockMen
916028d0ae
Fix several issues
...
- prevent removing nodes
- dont place on grass
- stop endless item dropping
2013-09-06 18:42:28 +02:00
BlockMen
f9160b7523
Fix several placing bugs
2013-05-26 14:54:07 +02:00
BlockMen
3e2d77b787
initial commit
2013-05-25 23:54:00 +02:00