Commit Graph

113 Commits (master)

Author SHA1 Message Date
AB in MT 98f6e4dbdc
Panic clientmod is enabled 2022-09-10 15:05:22 +03:00
AB in MT 97960c7ba3
Update mods.conf 2022-08-29 14:46:26 +03:00
AB in MT 7eeb0d51da
Delete clientmods/worldutil directory 2022-07-07 21:10:26 +03:00
AB in MT 5c58c43fcf
Delete clientmods/warp directory 2022-07-07 21:10:15 +03:00
AB in MT 3de36498f7
Delete clientmods/simpletp directory 2022-07-07 21:09:52 +03:00
AB in MT d2b5fd5dca
Delete clientmods/physics_override directory 2022-07-07 21:09:30 +03:00
AB in MT 383506a671
Delete clientmods/perlin directory 2022-07-07 21:09:19 +03:00
AB in MT 626ab24aae
Delete clientmods/pathfinding directory 2022-07-07 21:08:45 +03:00
AB in MT 7dcb2e7430
Delete clientmods/noweather directory 2022-07-07 21:08:36 +03:00
AB in MT 34f0704860
Delete clientmods/nametags directory 2022-07-07 21:08:24 +03:00
AB in MT d14225dac1
Delete clientmods/lua_async directory 2022-07-07 21:07:50 +03:00
AB in MT bb340079ae
Delete clientmods/killaura directory 2022-07-07 21:07:36 +03:00
AB in MT 197f1eddb2
Delete clientmods/karaoke directory 2022-07-07 21:07:23 +03:00
AB in MT 6494df5965
Delete clientmods/invutil directory 2022-07-07 21:07:11 +03:00
AB in MT 1e51c26cd5
Update mods.conf 2022-07-07 21:06:47 +03:00
AB in MT 4a6703f611
Delete clientmods/enderchest directory 2022-07-07 21:03:36 +03:00
AB in MT 1ad40afc73
Delete clientmods/draining directory 2022-07-07 21:02:36 +03:00
AB in MT e69720b1b8
Delete clientmods/diglib directory 2022-07-07 21:01:58 +03:00
AB in MT 9157674f6d
Delete clientmods/digcustom directory 2022-07-07 21:01:40 +03:00
AB in MT 3486c3d4de
Delete clientmods/deathmessages directory 2022-07-07 21:01:27 +03:00
AB in MT 95a92c18aa
Delete clientmods/crystalpvp directory 2022-07-07 21:00:36 +03:00
AB in MT e16d2d3180
Delete clientmods/chateffects directory 2022-07-07 20:59:55 +03:00
AB in MT 163280355f
Delete clientmods/bowaimbot directory 2022-07-07 20:59:32 +03:00
AB in MT c9800b45ee
Delete clientmods/autotool directory 2022-07-07 20:59:21 +03:00
AB in MT fb5f2fca87
Delete clientmods/autokey directory 2022-07-07 20:59:05 +03:00
AB in MT 480155bd46
Delete clientmods/autoeat directory 2022-07-07 20:58:54 +03:00
AB in MT d8910bb9c1
Delete clientmods/autodupe directory 2022-07-07 20:58:46 +03:00
AB in MT 9aa602c53d
Add other cheat mods 2022-06-15 18:05:20 +03:00
AB in MT e762e3db07
Add some cheat mods 2022-06-15 18:04:32 +03:00
Elias Fleckenstein ccd4c504d5
Ship dragonfireclient with selected high-quality mods 2022-05-18 15:57:17 +02:00
Elias Fleckenstein 21df26984d
Merge branch 'master' of https://github.com/minetest/minetest 2022-05-17 22:12:00 +02:00
ShadowNinja 7993909fab Spacing fixes 2022-04-08 14:55:21 +01:00
Elias Fleckenstein 880c9768a9 Merge branch 'master' of https://github.com/minetest/minetest 2021-03-26 14:00:57 +01:00
Elias Fleckenstein 5b42b5a8c2
Add mod.conf to preview clientmod (#11020) 2021-03-04 20:37:41 +01:00
Elias Fleckenstein 847198edb6 Edited .gitignore properly; fixed armor invulnarability in the server code. 2020-10-18 12:06:11 +02:00
Elias Fleckenstein bbcd249544 New Mod System 2020-10-17 11:11:22 +02:00
Elias Fleckenstein cb1915efa7 Added minetest.drop_selected_item(), Improved AutoEject 2020-10-05 22:33:32 +02:00
Elias Fleckenstein 43ee069dbf Improved X-Ray, added AutoEject 2020-10-05 22:25:36 +02:00
Elias Fleckenstein ee88f4b94f Improved Tracers 2020-10-04 22:59:43 +02:00
Elias Fleckenstein c36ff3edb1 Added AutoSneak and improved X-Ray MapBlock updating 2020-10-04 22:22:55 +02:00
Elias Fleckenstein b9f8f0a232 The Robot Update 2020-10-04 10:50:07 +02:00
Elijah Duffy 7d3641021b
Lua API: Add register_on_chatcommand to SSM and CSM (#7862)
Allows catching a chatcommand call just after the command and the
parameters are parsed but before its existence is checked and before the
corresponding function is run. Returning `true` from a callback function
will prevent default handling of the command leaving mods to handle the
command manually.
2020-10-03 17:38:08 +01:00
Elias Fleckenstein af085acbd3 Added Schematicas 2020-08-24 19:49:42 +02:00
Elias Fleckenstein 0730ed2162 Delete my stupid test mod lol 2020-08-22 19:39:06 +02:00
Elias Fleckenstein 772c9629eb Unrestricted HTTP API for Client, Server and Main Menu 2020-08-22 19:38:36 +02:00
Elias Fleckenstein 9b1030cac4 Added minetest.get_inventory(location) 2020-08-22 15:45:06 +02:00
Elias Fleckenstein 2321e3da4c Removed console output spammed by minetest.find_node_near 2020-08-22 14:30:52 +02:00
Elias Fleckenstein 90f66dad82 Removed experimental code 2020-08-22 14:28:08 +02:00
Elias Fleckenstein 8b4d27141c Fixed typo in clientmods/inventory/mod.conf 2020-08-22 14:27:17 +02:00
Elias Fleckenstein d8b8c1d313 Added Documentation for Additional API 2020-08-22 14:24:58 +02:00