1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-08-06 04:50:19 +02:00
Files
menu
mods
beds
boats
models
textures
README.txt
depends.txt
init.lua
license.txt
bones
bucket
carts
creative
default
doors
dye
farming
fire
flowers
give_initial_stuff
killme
nyancat
screwdriver
sethome
sfinv
stairs
tnt
vessels
walls
wool
xpanes
.gitignore
.luacheckrc
.travis.yml
LICENSE.txt
README.txt
game.conf
game_api.txt
minetest.conf
minetest.conf.example
settingtypes.txt
minetest_game/mods/boats
Auke Kok 78c632ebd4 Allow interaction with nodes while wielding these items.
- beds
- boats
- carts
- key/skeleton key
- seeds

All these had on_place handlers that did not allow nodes with
an on_rightclick() handler to be used first (if not using
sneak). This code is taken from the torches mod and applied
everywhere.

This allows all these items to e.g. be inserted into the `frame`
mod's item frames.
2017-02-28 18:16:12 -08:00
..
2016-03-30 23:11:12 +01:00
2014-07-05 16:03:33 +02:00
2016-09-07 04:44:53 +01:00
2016-09-07 04:44:53 +01:00

Minetest Game mod: boats
========================
See license.txt for license information.

Authors of source code
----------------------
Originally by PilzAdam (MIT)
Various Minetest developers and contributors (MIT)

Authors of media (textures and model)
-------------------------------------
Textures: Zeg9 (CC BY-SA 3.0)
Model: thetoon and Zeg9 (CC BY-SA 3.0),
  modified by PavelS(SokolovPavel) (CC BY-SA 3.0),
  modified by sofar (CC BY-SA 3.0)