Commit Graph

183 次程式碼提交

作者 SHA1 備註 提交日期
Luke aka SwissalpS 49703e7386
is ground content revision (#81)
also cleaned up some of the whitespace indentation
and one occurance where ';' was being used instead of ','
2024-03-01 07:00:13 +01:00
squidicuz 014ca0179f
update doors group (#80) 2024-02-29 20:41:04 +01:00
BuckarooBanzay f3354f52da disable param2type of octofloors 2024-02-29 13:37:38 +01:00
BuckarooBanzay e29c8467af fix some light and rotation issues with `cover` 2024-02-03 20:10:55 +01:00
BuckarooBanzay 2822954737 add some missing crafts 2024-02-03 20:10:11 +01:00
BuckarooBanzay f1c0d74503 copy groups before passing them 2024-01-29 17:29:47 +01:00
BuckarooBanzay 89876b23e7 add `slat` support 2024-01-29 17:26:15 +01:00
BuckarooBanzay 3c3ad75e6d add recipe for `screen3` 2024-01-27 19:33:01 +01:00
BuckarooBanzay ba7a8eea46 fix `sunlight_propagates` of octagon glass nodes 2023-12-22 10:14:13 +01:00
BuckarooBanzay 772aef2118 add `scifi_nodes.open_door(pos)` and api docs 2023-10-27 17:09:37 +02:00
BuckarooBanzay 83a5d401cc colored dented metal 2023-10-27 15:55:01 +02:00
BuckarooBanzay 211dcff770 register white octagon glass only if unified dyes available 2023-10-26 18:05:18 +02:00
BuckarooBanzay 5102ad7a39 white, colorable octagon glass 2023-10-26 18:02:06 +02:00
BuckarooBanzay 9177b875d9 colorable moonstone 2023-10-26 17:37:30 +02:00
BuckarooBanzay 531a0ff257 registration overhaul (json-based) 2023-10-26 17:20:51 +02:00
BuckarooBanzay 63f4bd529e embed dirt,wood and grass texture for proper cross-game support 2023-10-17 11:35:26 +02:00
BuckarooBanzay 44d108fff8 add empty table fallbacks if no sound implented/found 2023-09-07 15:20:57 +02:00
BuckarooBanzay fcd5ae671e mod.conf fix 2023-06-26 10:00:47 +02:00
BuckarooBanzay f9bfaf0988 add recipe for `scifi_nodes:crate` and refactor chest registration 2023-06-23 17:05:20 +02:00
BuckarooBanzay 5b9e18f278 register `forcefield` and `wall` node as stealthnode if available 2023-06-23 16:56:45 +02:00
BuckarooBanzay fd4a03dd8d allow digging of forcefield (same toughness as a diamondblock) 2023-06-23 16:48:18 +02:00
BuckarooBanzay 8cd08c1852 add recipes for fan, engine and forcefield 2023-06-23 16:41:19 +02:00
BuckarooBanzay 89f825d4e6 fix deprecated `minetest.env` calls 2023-02-17 08:54:52 +01:00
BuckarooBanzay c5c587d01a use `colorwallmounted` with a single letter registration (has 32 colors) 2022-12-13 20:01:23 +01:00
Buckaroo Banzai f94b900fbe
add `facedir` param2type to lightbars and liquidpipes (#77)
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2022-12-12 10:36:09 +01:00
Buckaroo Banzai 3d7910f2fd
register some nodes to the `letters` mod (#76)
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2022-12-12 10:36:02 +01:00
Buckaroo Banzai 10d818b2e1
add forcefield node (#75)
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2022-12-07 08:08:55 +01:00
BuckarooBanzay ab81d74f33 increase line length for luacheck 2022-12-03 18:34:23 +01:00
Wuzzy 72471b7c3b
Set more fitting node sounds (#74) 2022-12-03 18:30:28 +01:00
Buckaroo Banzai c44ced1362
remove `buildable_to` from plants
aligns with all other plant-mods
2022-05-28 11:57:14 +02:00
Buckaroo Banzai 9947c41ce7
remove deprecated `depends.txt` 2022-03-05 19:30:23 +01:00
wsor4035 32f46ebf23
fix https://github.com/D00Med/scifi_nodes/issues/68 and adding additional game digging support (#69) 2022-03-05 16:09:17 +01:00
OgelGames 1558b4c146
remove duplicate craft recipe (#65) 2021-10-13 14:34:36 +02:00
acmgit cb515e60f1
Fix recipe collision (#64)
* Fixed Recipe-Collision.
2021-10-11 09:04:12 +02:00
BuckarooBanzay 4fc833bb00 fix default setting value for mesecons-only door operation 2021-09-30 10:50:12 +02:00
BuckarooBanzay 5788062fac update contributors 2021-09-30 10:50:12 +02:00
BuckarooBanzay 1c8024401f add setting for teleporter pad 2021-09-30 10:50:12 +02:00
Niles Corder 1273b627c2 add crafting recipe for teleporter pad 2021-09-30 10:50:12 +02:00
BuckarooBanzay 3d7e7a82a5 add missing comma in mod.conf 2021-08-28 18:21:11 +02:00
Buckaroo Banzai e40f9747b0
Opt-depend on all mods (#58)
* move "dye" to optional depends and disable recipes if default or dye are not available
* replace default.LIGHT_MAX with minetest.LIGHT_MAX
* add sound-switch and use default if available
* enable crate and builder only if default mod is available
* move default mod to opt-depends and use screwdriver only if available

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2021-08-27 09:22:15 +02:00
OgelGames 85aa74e98b fix metal plant pot 2021-08-15 11:01:17 +02:00
BuckarooBanzay 5b9431ea18 add pot-lid protection-check and fix lid-toggle code 2021-08-14 19:17:20 +02:00
Oversword 53d9659051 Exit minetest.after callback if node no longer exists 2021-06-06 10:32:50 +02:00
OgelGames 79ba8cabc3 Fix drop of `scifi_nodes:digicode_on` 2021-05-02 19:11:55 +02:00
bri cassa 1d42e59ada Fix things to avoid warnings about use_texture_alpha
And optimize textures with optipng
2021-03-20 14:31:04 +01:00
D00Med aecd323b93
Merge pull request #50 from D00Med/animated_lightbar
add animated lightbar
2021-01-28 07:28:10 +10:00
BuckarooBanzay 317fdd6df6 add animated lightbar 2021-01-26 20:15:20 +01:00
Andrey Kozlovskiy 2e035f37e9 Fix strong window panel recipe collision with dark glass pane 2020-12-23 20:29:43 +01:00
BuckarooBanzay 178fd9c48b fix too large nodebox of "scifi_nodes:light_dynamic" 2020-12-16 09:21:07 +01:00
Cam B d2dd770635 Preserve the metadata of items in the itemholder by converting to string instead of taking name 2020-12-14 07:54:40 +01:00