Commit Graph

41 Commits

Author SHA1 Message Date
Github is a non-free platform owned by Microsoft. Reasonable alternatives exist, such as Gitea, Sourcehut. We need a federated, mastodon-like forge based on ForgeFed. See: https://forgefed.org b6ae50be87
fix MCL craft, chest item id is "mcl_chests:chest" (#89) 2023-10-09 18:22:14 -04:00
Github is a non-free platform owned by Microsoft. Reasonable alternatives exist, such as Gitea, Sourcehut. We need a federated, mastodon-like forge based on ForgeFed. See: https://forgefed.org 4f55610df5
fix MCL crafts (#86) 2023-09-06 12:01:35 +02:00
OgelGames 5345fe7af3
Prevent vacuum tubes breaking themselves and refactor code (#51)
also bumps `min_minetest_version` to 5.4.0
2022-11-11 23:14:08 +11:00
sfence 4fce320d9c
Better Hades Revisited support (#30)
* Fix spaces vs tabs in crafts.lua

* Fix recipes, add telepoter device for teleporter tube recipe.

* Override chests and furnaces in Hades as well.
2022-05-12 22:52:17 -04:00
wsor4035 8a29f8844c
fix pipeworks:mese_tube_000000 craft 2022-03-20 12:47:45 -04:00
wsor4035 5aa0501872
make pipeworks Game agnostic (#16)
* make it boot in non mtg

* make water flow

* fix water texture warnings

* fix missing steel texture issues

* remove depreciated/unnessary default function calls

* make sounds work

* fix default formspec crashes

* fix wierd tab spacing

* additionally game dig group support

* move crafts to crafts.lua

* make crafts support various games
2022-03-14 21:39:58 -04:00
Vanessa Dannenberg d7dfd11364 use basic_materials mod where possible 2018-10-30 20:45:48 -04:00
Vanessa Ezekowitz 8db1f02bca add craft recipe for straight-only pipe 2017-11-11 00:22:52 -05:00
thetaepsilon-gamedev a81834558a crafts.lua: add gear item for node breaker crafting 2017-10-14 17:13:45 +01:00
Tim a98af7bf15 split the big tubes file up into functional modules independend from the tube registration and add their respective crafting recipes
use this opportunity to remove some whitespaces issues from it
2015-01-29 22:37:29 +01:00
Tim fcba05fd78 move autocrafter, tp-tube and filter-injector crafts to their respective code files 2015-01-29 20:31:08 +01:00
Tim cf9c4fa3b1 use default copper instead of moreores copper for the water pump recipe 2014-09-21 13:51:55 +02:00
Kevin Zheng a7d8d99913 Use 'group:stick' instead of 'default:stick' 2014-07-30 16:22:28 -05:00
Vanessa Ezekowitz 39b56074ad update pipeworks to use modern homedecor-style crafting chain
craft 6 any leaves -> oil extract, cook oil -> paraffin,
cook paraffin -> plastic

old "plastic base" is aliased to paraffin.
2014-07-28 21:14:38 -04:00
Vanessa Ezekowitz d662a37920 use leaves group for ALL parts of the plastic base recipe, derp 2014-04-10 01:29:37 -04:00
Tim d6d513d0f8 change the decorative grating recipe to something more unique, fixes #58 2014-03-28 20:57:54 +01:00
Tim df4d0a08d0 fix valve recipe crafting unknown nodes 2014-03-28 20:37:08 +01:00
Vanessa Ezekowitz 012aa39821 Add alternate sand tube recipes using desert sand 2014-01-16 17:10:41 -05:00
Vanessa Ezekowitz 169ef701d2 Make unprocessed plastic base from any kinds of leaves that are in group:leaves
also, retire the junglegrass- and dry shrub-based recipes for same, as those
nodes are somewhat rare now.
2014-01-16 13:39:13 -05:00
Novatux 3250b00d5a Fix 2014-01-10 20:15:53 +01:00
Vanessa Ezekowitz 876c172a54 add recipe for crossing tube 2014-01-10 13:20:01 -05:00
Vanessa Ezekowitz 8e4d444a70 Update all recipes to use the new node names 2014-01-01 23:44:23 -05:00
Vanessa Ezekowitz 65901b7dd7 Removed code that detects technic and disables default recipes.
Made tubes and conductor tubes more expensive (yield 6 instead of 12).
2013-11-28 01:20:34 -05:00
Vanessa Ezekowitz 604d5310a1 Add recipes for fountainhead and one-way tube 2013-11-27 18:13:35 -05:00
Vanessa Ezekowitz c9b180116f fix the check for technic for craft recipes, use optional depends to
make sure it loads first
2013-07-22 01:02:29 -04:00
hdastwb 31680fcf80 added more powerful sand tubes (MESE sand tubes), along with associated crafts, textures, and documentation 2013-07-13 21:16:44 -04:00
Vanessa Ezekowitz 4247f2d61b Made conductor tubes cheaper. 2013-06-16 10:02:14 -04:00
Novatux e2c338c959 Change craft of autocrafter to use mese crystal (autocrafter should be less expensive than teleport tube...) 2013-06-01 12:40:29 +02:00
Vanessa Ezekowitz d4dddc41ec add flow sensor. Sends mesecons signal when water is flowing through it. 2013-05-10 18:28:57 -04:00
Anthony d9c1984d20 Add autocrafter recipe. 2013-03-25 17:25:58 -03:00
Novatux 6b511d98f8 Merge https://github.com/VanessaE/pipeworks 2013-01-28 20:58:38 +01:00
Novatux 615157923f Added mese filter (takes full stack). 2013-01-28 18:41:14 +01:00
Vanessa Ezekowitz ff29717136 tried to fix detection of latest version of technic mod.
limited the number of recipes affected by it - now only the tubes' recipes
are disabled when technic is present.  All pipes, pipe devices, and tube
devices are available at all times.

updated the plastic sheet crafting chain to match current homedecor
2013-01-27 13:59:18 -05:00
Novatux c03414dc9d Added textures for sand and accelerator tubes, added crafting recipe for sand tube. 2013-01-20 19:06:40 +01:00
Novatux cfd59ab9a7 Added crafting recipes for teleport and accelerator tubes, changed the recipe of the detector tube 2013-01-19 13:24:25 +01:00
Vanessa Ezekowitz 6202e82163 added crafting recipes for detector tube and also for filter/injector device. 2013-01-17 15:04:42 -05:00
Vanessa Ezekowitz e235dae9d1 added crafting recipes for mese pneumatic tubes 2013-01-16 15:26:27 -05:00
Vanessa Ezekowitz d748eea48e Changed crafting recipes to account for revamped pumps, valves, etc. Now
requires the moreores mod and most recent git (for mese crystal fragments) to
craft a pump.
2013-01-01 17:04:39 -05:00
Vanessa Ezekowitz 70284b1088 All recipes doubled except for junglegrass -> plastic sheet (since that is
derived from home decor)
2012-09-05 06:57:36 -04:00
Vanessa Ezekowitz bfcf3be333 Fixed plastic sheeting recipe 2012-09-02 16:11:07 -04:00
Vanessa Ezekowitz c47d6b02df Added crafting recipes for various objects, with options: If homedecor is
installed, use the plastic sheeting therein.  If not, we define it manually.
If the Technic mod is installed, don't define any recipes at all.  Also removed
the extra "loaded!" messages and tweaked the default pipe alias to point to
something that is actually visible :-)
2012-09-02 12:55:14 -04:00