VoxeLibre/mods/ITEMS/REDSTONE
Michieal 6c0525f00e Fix merge / rebase crossing massacre.
[Michieal] 83bc60722d Begin: make bamboo dig-able by Pistons for Farm Creation.

[Michieal] 449cbdb330 Make Bamboo & Bamboo items not sticky for pistons.

[Michieal] a44566f863 hijack the ABM to check for orphaned bamboo nodes.

[Michieal] 5dff9e1994 Fixed the ABM situation so that now bamboo "breaks" when pushed by pistons.
Probably not the most elegant, but hey. It works.

[Michieal] 76507025d9 Cleaned up the global function to match the current ABM.

[Michieal] dfa849e19a Merge branch 'master' into Bamboo-Piston-Dig

[Michieal] a5bdc8a166 fix bamboo mosaic recipe.

[Michieal] 14383d6c6f update mod.conf to use optional depends mesecons_mvps

[Michieal] f81d530912 Update init.lua to register dropper callback.
2023-02-10 03:42:34 +00:00
..
mcl_comparators Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mcl_dispensers Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mcl_droppers Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mcl_observers Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mcl_target Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons fix many codestyle issues (functions, strings, modpaths) 2021-05-29 16:12:33 +02:00
mesecons_alias Move data from deprecated files to mod.conf 2021-03-18 17:37:12 +01:00
mesecons_button Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons_commandblock Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons_delayer Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons_lightstone Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons_mvps Fix merge / rebase crossing massacre. 2023-02-10 03:42:34 +00:00
mesecons_noteblock Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons_pistons Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons_pressureplates add japanese translation 2022-12-19 15:33:31 +09:00
mesecons_solarpanel Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons_torch Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons_walllever Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons_wires Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
README Add piston sounds 2017-02-19 20:48:56 +01:00
modpack.conf Add a couple of modpack.conf files 2019-01-07 00:52:05 +01:00

README

-- |\    /| ____ ____  ____ _____   ____         _____
-- | \  / | |    |     |    |      |    | |\   | |
-- |  \/  | |___ ____  |___ |      |    | | \  | |____
-- |      | |        | |    |      |    | |  \ |     |
-- |      | |___ ____| |___ |____  |____| |   \| ____|
-- by Jeija and contributors

Credits:
Jeija: main developer
VanessaE: Awesome textures & design, coding
sfan5: coding, textures
temperest: coding, textures
Jordach: Sounds for the noteblock
minerd247: Some textures
suzenako: Piston sounds
...other contributors

This is a mod for minetest-c55.
Copy the minetest-mod-mesecons directory into you game's mod folder 
(e.g. games/minetest_game/mods/minetest-mod-mesecons)

You can remove modules of this mod by deleting the mesecons_*
folders in the minetest-mod-mesecons directory.

Mod dependencies: none

Code license: LGPLv3 or later
Media license: CC BY-SA 3.0 <https://creativecommons.org/licenses/by-sa/3.0/>