1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-27 03:50:17 +02:00
Files
minetestforfun_game
mods
3d_armor
WorldEdit
_misc
_misc_kaeza
ambience_modpack
areas
arrow_signs
awards
bedrock
beds
beginners_chest
bone
builtin_falling
builtin_item
carts
chatplus
chest
chesttools
coloredwood
colormachine
colouredstonebricks
columnia
darkage
death_messages
dropondie
factions
farming
fences
fishing
food
framedglass
gauges
glow
homedecor_modpack
hud
intweak
sounds
README.txt
depends.txt
init.lua
irc
item_drop
jumping
lantern
lavalamp
lavatemple
locked_sign
maptools
markers
mesecons
mobs
money
more_chests
moreblocks
moreores
moretrees
multitest
name_restrictions
names_per_ip
nether
news
no_bad_names
paintings
plantlife_modpack
player_inactive
playerplus
quartz
riesenpilz
screwdriver
sea
snow
snowdrift
spawn
sponge
sprint
stained_glass
throwing
u_skins
unified_inventory
unifieddyes
whoison
wiki
xban2
LICENSE
README.md
server-nalc/mods/intweak
Ombridride 232b274c55 initial commit
subgame + mods
2014-10-28 18:01:32 +01:00
..
2014-10-28 18:01:32 +01:00
2014-10-28 18:01:32 +01:00
2014-10-28 18:01:32 +01:00
2014-10-28 18:01:32 +01:00

Minetest mod "Inventory Tweak"
==============================
version: 1.2.2

License of source code: WTFPL
-----------------------------
Written 2013 by BlockMen

This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.

License of sounds:
------------------
intweak_break_tool.ogg by EdgardEdition (CC BY 3.0), http://www.freesound.org/people/EdgardEdition


--USING the mod--
------------------

This mod implements two new functions to the players inventory. First is a breaking sound of any tool,
that is played when a tool breakes after the specific number of uses.

The second new function is Auto-refill. This function replaces broken tools or emptied stacks with others from your inventory.


!!
You can disable the auto-refill by changing first line of init.lua to "local auto_refill = false"