OgelGames
c511e5ca5c
Texture cleanup ( #151 )
...
Big cleanup of all textures in the modpack.
- Moved alternate textures to `.textures/alternate`
- Moved unused textures to `.textures/unused`
- Removed duplicate textures
- Optimized some textures
- Fixed misplaced textures
- Fixed incorrect name of a texture
- Adjusted export-ignores to exclude unused textures
2021-02-06 16:20:40 +11:00
BuckarooBanzay
9463e9d2c6
catch nil dereference if "get_stack" is called on an empty slot
2021-01-05 16:27:12 +01:00
OgelGames
17c6fed7b2
include groups in chests' get_stack digiline command
2021-01-05 15:53:28 +11:00
OgelGames
6a7b4ec435
fix injectors taking items from chests randomly
2020-12-09 00:33:52 +11:00
SX
c035e3b484
Natural sorting for chests ( #135 )
...
* Natural sorting for chests
* Fix sorting of separated tools/items containing infotext, reduce overhead of original stack collector
Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
2020-12-03 15:48:07 +02:00
OgelGames
f56e43b830
set chest color meta as int, not string
2020-11-19 13:44:32 +11:00
Lejo
30bafe5c38
Fix keys
2020-11-15 17:30:54 +01:00
OgelGames
73edf6b471
fix iron chest recipe and digiline message bug
...
fixes #127
closes #128
2020-11-15 15:45:12 +11:00
OgelGames
7a37034fb3
protect settings of open chests from modification
2020-11-13 22:51:06 +11:00
OgelGames
2543efa3c1
fix chests remove items bug
2020-11-13 20:30:48 +11:00
OgelGames
cac419b8c0
fix chests digiline checks
...
forgot to save this before I merged... :P
2020-11-12 19:15:04 +11:00
OgelGames
b8220766e5
improve chests color overlay and button textures
2020-11-12 18:29:02 +11:00
OgelGames
d4193d254c
move unused textures
...
should probably be deleted at some stage, along with all the other unused textures in the mod...
2020-11-12 18:28:08 +11:00
OgelGames
c0a7b5e9f2
rewrite chests with more functionality
2020-11-12 18:26:31 +11:00
wzy2006
c27e530ca3
Add files via upload
2020-09-05 10:46:10 +02:00
BuckarooBanzay
77e5ada332
Merge remote-tracking branch 'origin/upstream'
2020-06-16 09:56:52 +02:00
David Leal
814de6fdc9
Add GitHub workflow and luacheck ( #545 )
...
Add badge to README
Fix luacheck warnings
Remove node_ownership globals (and support)
2020-06-12 20:39:00 +02:00
BuckarooBanzay
bb9b6092b7
Merge https://github.com/minetest-mods/technic
2020-05-04 08:13:43 +02:00
dokutan
31ad2733fe
Fix error caused by locked chest recipes ( #548 )
2020-05-03 19:53:43 +02:00
BuckarooBanzay
99a473edab
fix shapeless recipes
...
related: https://github.com/minetest-mods/technic/issues/544
2020-04-27 07:26:03 +02:00
pull[bot]
bb22918472
Merge pull request #34 from minetest-mods/master
...
[pull] master from minetest-mods:master
2020-04-26 11:22:46 +00:00
Louis Royer
62bceaa1c7
Shapeless locked chests crafts (chest + lockpad) ( #530 )
...
This was only done for `default:chest`.
2020-04-26 11:33:12 +02:00
Hugo Locurcio
af3773a1e3
Fix chest formspec protection ( #540 )
...
This closes #539 .
2020-04-26 11:32:42 +02:00
NatureFreshMilk
98db7d203a
Merge branch 'master' into pandorabox
2019-11-04 08:25:37 +01:00
_TarkFrench
cb84439266
French translation: fix some errors and ortho (part 2)
2019-10-26 19:35:00 +02:00
David Leal
d5df30c3ff
Replace deprecated functions with newer ones ( #510 )
...
Use mod.conf
2019-09-14 12:55:41 +02:00
NatureFreshMilk
9a48248316
Merge branch 'master' into pandorabox
2019-08-27 07:35:00 +02:00
d-stephane
768fbecc64
Add french translation ( #417 )
2019-08-26 19:53:24 +02:00
Sires
662cc7e7ef
Add translation for technic_chests mod
2019-08-26 19:52:41 +02:00
NatureFreshMilk
1a9d4ccc7d
Merge branch 'master' into pandorabox
2019-07-16 16:11:27 +02:00
Hugo Locurcio
62fdb853ec
Optimize PNG images losslessly ( #501 )
...
This incorporates non-interlaced PNGs from #500 to fix warnings thrown by libpng.
2019-06-20 18:35:26 +02:00
obl3pplifp
8a987bb361
Add tubelib support to technic chests ( #498 )
2019-06-09 20:48:52 +02:00
mat9117
c9ba4b329d
Add Polish translation ( #493 )
2019-03-31 13:00:48 +02:00
Thomas Rudin
3ee090a7c1
Merge branch 'protected-mithril-chest' into pandorabox
2019-02-01 21:24:08 +01:00
Thomas Rudin
5bddd0c7fa
add mithril protected chest (works with any protection mod that overrides minetest.is_protected())
2019-02-01 21:20:03 +01:00
Christopher Head
4f78a69ffc
Fix trailing whitespace ( #482 )
...
Trim all trailing whitespace characters,
2019-01-26 14:15:40 +01:00
Thomas Rudin
8bcc8f6a44
Merge branch 'pandorabox' of https://github.com/pandorabox-io/technic into pandorabox
2018-12-11 17:09:42 +01:00
Thomas Rudin
c7c6e1502f
check owner on locked chest receive_fields
2018-12-11 15:55:41 +01:00
Thomas Rudin
31d7cbaf7e
Merge https://github.com/minetest-mods/technic into pandorabox
2018-11-26 08:54:18 +01:00
Thomas Rudin
329d4dc783
restrict field receive to owner only on locked chests
2018-11-16 07:52:24 +01:00
Vanessa Dannenberg
44cb8df048
use basic_materials mod where possible.
2018-11-11 09:54:20 +01:00
Thomas Rudin
26474b3f5c
owner check
2018-10-15 20:24:05 +02:00
Vitaliy
68fac3ed7b
Fix wooden chest formspec ( #429 )
2018-07-15 12:28:34 +02:00
SmallJoker
6664714313
Skip interact check for fake players
...
Fixes crash related to pipeworks
default.can_interact_with_node is not official part of the API yet. Using it anyway..
2018-06-28 19:49:04 +02:00
DS-Minetest
930c51eef9
chests: fix sort_inventory function
2018-01-07 09:56:55 +01:00
Vanessa Ezekowitz
d4162be9a7
remove wooden chests redefinitions
...
they're incompatible with current minetest_game and do nothing useful anyway
2017-06-17 22:06:37 -04:00
Carlos
e1bb29c338
Agrege la traduccion al español ( #362 )
2017-06-05 10:52:31 -04:00
Vanessa Ezekowitz
d2fb249d94
fix wrong toggle switch "on" img in chests
2017-04-11 20:57:23 -04:00
Vanessa Ezekowitz
fab2c492c4
pipeworks has button on/off, button label, and button "base" cached
...
used them wherever possible
2017-04-11 19:19:29 -04:00
Vanessa Ezekowitz
b6d343e928
add pipeworks tube connection overlays to all chests
...
(only applies if pipeworks is installed, if not, nothing is added)
2017-04-11 07:15:59 -04:00