minetest_game/mods
Jordan Snelling ecdbbda344 Make buckets control scheme consistent.
This commit, fixes this strange feature of the empty bucket: the right mouse button (or a configured key), is used for filling and emptying the bucket, instead of left click to fill, right click to empty, which is harder to use than before this commit.

This allows mod makers to create nodes or entities that require on_punch while holding a bucket to interact with them, regardless of whether the bucket is full or not, because of this interaction, an empty bucket would be unable to be filled by a cow, or unable to fill a machine with a liquid due to the differences of on_use and on_place.

on_use() blocks on_punch() from activating, and on_place() blocks on_rightclick() from activating.
2015-09-12 22:19:18 +01:00
..
beds Fix is_ground_content settings for nodes 2015-06-18 02:25:02 +01:00
boats Boats: Fix sinking through boat when detaching 2015-08-18 22:35:16 +01:00
bones Bones mod fixes 2015-02-12 22:10:15 +01:00
bucket Make buckets control scheme consistent. 2015-09-12 22:19:18 +01:00
creative Add the listring functionality c977fbd928 2015-06-23 19:17:57 +02:00
default Default/mapgen: Make river water ice in glacier biome 2015-09-10 16:34:34 +01:00
doors Fixed invalid check. This fixes minetest/minetest_game#609 2015-08-11 18:56:15 +02:00
dye Move doc for dyes to game_api.txt 2014-12-06 20:54:53 +01:00
farming Fix is_ground_content settings for nodes 2015-06-18 02:25:02 +01:00
fire Fire: Move flame extinguishing to separate faster ABM 2015-09-04 23:05:26 +01:00
flowers Flowers: Make flowers wave when waving shader enabled 2015-09-10 16:34:18 +01:00
give_initial_stuff Remove / replace all print() calls 2013-11-17 11:55:46 +01:00
screwdriver Fix missing argument for on_rotate 2015-05-14 16:07:19 +02:00
sethome Fix some undeclared global variables 2014-11-30 18:02:33 +01:00
stairs Stairs: Add aliases needed due to new pine wood name 2015-08-16 00:31:41 +01:00
tnt Fix is_ground_content settings for nodes 2015-06-18 02:25:02 +01:00
vessels Add the listring functionality c977fbd928 2015-06-23 19:17:57 +02:00
wool Fix is_ground_content settings for nodes 2015-06-18 02:25:02 +01:00
xpanes Fix is_ground_content settings for nodes 2015-06-18 02:25:02 +01:00