Go to file
Oversword bc4f5adb7a
Merge pull request #85 from oversword/bls-385
Linting
2022-08-15 21:31:37 +01:00
.github/workflows Fix modified .luacheckrc in PRs 2021-04-07 20:26:12 +12:00
bigdoors Default doors registered as bigdoors (if enabled) 2021-02-16 00:44:21 +00:00
commands Overwrite the list_areas command to allow admins to list other player's areas - faster than find_areas 2021-10-24 03:30:27 +01:00
custom_items Update message_block.lua 2021-09-25 19:24:43 +00:00
mesecon Add all scifi_nodes doors to mvps stoppers 2021-08-29 05:11:19 +01:00
minetestmapper Auto-generate new colors for new nodes 2022-02-23 04:31:12 +00:00
models Copy legacy doors from old default mod. Should be replaced in code in the future. 2022-08-01 23:54:29 +01:00
privs remove unused vars 2020-08-20 02:40:06 +00:00
techpack One more thing 2022-04-06 00:34:14 +01:00
terumet Linting 2022-08-15 21:30:18 +01:00
textures Texture changed 2021-12-28 16:47:30 +00:00
unified_inventory Use new UI API methods instead of sorting API methods 2021-10-10 01:25:34 +01:00
.gitignore fix dumptiles (was dumpnodes) command 2020-09-07 00:13:56 +00:00
.luacheckrc Cleanup and lint 2022-03-28 03:39:09 +01:00
LICENSE.md updates to highly protected nodes 2021-03-01 17:04:56 -08:00
README.md Various luacheck fixes (#2) 2020-01-29 16:50:05 +13:00
TODO TODO 2020-09-19 19:40:06 -07:00
afk_tag.lua Respond to user when they mark themselves AFK 2021-06-27 13:03:59 +01:00
aliases.lua Alias new silicon to old, depend on mesecons_gamecompat 2022-07-31 04:32:31 +01:00
artificial_leather.lua Artificial leather item added with crafts 2021-04-04 02:52:52 +01:00
caverealms.lua Fix server error by exiting if light is nil (#29) 2021-06-10 16:39:24 +12:00
color_msg.lua Call original function to avoid overriding pmview 2021-12-19 06:25:57 +00:00
crafting_overrides.lua Correct vinegar mother group 2022-04-02 22:05:42 +01:00
democracy.lua Spelling error 2022-01-27 02:21:58 +00:00
dungeon_loot.lua alert players if their tool is near breaking 2019-12-08 22:36:02 +00:00
fighting_overrides.lua prevent knockback in no-pvp areas 2020-05-05 22:03:02 +00:00
fix_dead_on_login.lua add log message 2019-12-13 19:42:48 +00:00
fix_luacontroller_crash.lua override unpack to prevent crashes, possibly 2020-03-06 16:15:45 +00:00
fix_paper_posters.lua whoops, need to name the LBM 2020-01-28 16:28:49 +00:00
fix_playeranim_skinsdb.lua Fix player models in MT 5.3. 2020-07-11 21:37:22 +12:00
fix_tnt_effects.lua make command blocks un-tnt-able 2020-07-24 17:53:47 +00:00
flowers.lua fix quote marks 2019-10-28 12:36:24 +00:00
hunger_overrides.lua Reduce errors by updating a few checks 2021-07-08 05:38:50 +01:00
ignore_chat.lua Call original function to avoid overriding pmview 2021-12-19 06:25:57 +00:00
init.lua Make tubelib compatible with digilines 2022-03-28 03:10:10 +01:00
item_overrides.lua Fix all existing crafting conflicts 2021-08-05 00:25:54 +01:00
kelp_spread.lua tweak coral spread rules 2020-03-21 02:09:53 +00:00
lava.lua fix quote marks 2019-10-28 12:36:24 +00:00
login_handling.lua big refactor/cleanup + protect most inventory nodes 2019-09-05 03:30:58 +00:00
microblocks.lua Remove all duplicate stairsplus registrations and fix glow_obsidian issue 2021-08-07 11:09:16 +01:00
microblocks_cleanup.list fix concrete microblock SNAFU ugh i have a headache now 2019-11-06 02:06:21 +00:00
microblocks_cleanup.lua Reduce errors by updating a few checks 2021-07-08 05:38:50 +01:00
mod.conf Alias new silicon to old, depend on mesecons_gamecompat 2022-07-31 04:32:31 +01:00
mod_conf_maker.py add more gravelsieve outputs 2021-02-26 14:38:29 -08:00
mushroom_tweaks.lua reduce harvesting some cv crops 2019-12-31 18:32:27 +00:00
no_prediction.lua remove dig prediction from (most) nodes as an extra anti-glitch measure 2020-08-29 00:48:17 +00:00
node_inventory_protection.lua fix quote "typo" 2020-09-05 06:46:31 +00:00
old_mod_cleanup.lua air:air is not a known node? 2019-10-29 17:20:13 +00:00
oregen.lua do mod check on ore generation 2020-09-14 12:30:25 -07:00
orienteering.lua remove ugly facades; remove mpas from orienteering 2019-09-28 05:02:23 +00:00
plantlife_modpack.lua Add craft for stalactite 2021-06-06 02:03:42 +01:00
remove_smartrenting.lua remove smartrenting 2020-04-07 22:42:28 +00:00
report_webhook.lua Add webhook reports 2021-03-01 20:38:40 +13:00
robot.lua Swap silverchest with portable chest in robot craft 2022-03-27 14:08:42 +01:00
text_entry_logging.lua log all global formspec stuff, and log what people put into lua controllers 2020-03-06 16:51:05 +00:00
tnt.lua Various luacheck fixes (#2) 2020-01-29 16:50:05 +13:00
tool_damage_alert.lua alert players if their tool is near breaking 2019-12-08 22:36:02 +00:00
update_initial_privs.lua Remove test data; Fix linting issues; Add voter priv by default 2022-01-27 01:24:29 +00:00
util.lua simplify get_player_by_name util 2021-06-28 05:16:29 +01:00

README.md

Recipe and behavior overrides for mods used on Blocky Survival.

These are changes to default behavior that should not be pushed upstream, in combination with temporary remediation for pending upstream fixes.