Commit graph

20 commits

Author SHA1 Message Date
161f3f21e4 Split up registry.lua into smaller files, as it is getting big
Some checks failed
Unit Tests / busted_unit_test (push) Failing after 6m57s
Error Check / luacheck_errcheck (push) Failing after 7m13s
2024-12-13 10:25:59 -08:00
090f81b833 Tap tap
Some checks failed
Unit Tests / busted_unit_test (push) Failing after 6m39s
Error Check / luacheck_errcheck (push) Failing after 6m54s
2024-12-13 10:18:25 -08:00
f5877a23cf Blah.
Some checks failed
Unit Tests / busted_unit_test (push) Failing after 6m42s
Error Check / luacheck_errcheck (push) Failing after 18m53s
2024-12-12 23:59:48 -08:00
3fb04a93e3 Fuck it. Whole thing, but the init.lua is commented so it adds nothing
All checks were successful
Error Check / luacheck_errcheck (push) Successful in 39s
Unit Tests / busted_unit_test (push) Successful in 47s
2024-12-12 17:07:51 -08:00
f22c5522b8 Added TEMP folder so we can borrow assets temporarily, for our sanity. Remove these in time.
All checks were successful
Error Check / luacheck_errcheck (push) Successful in 43s
Unit Tests / busted_unit_test (push) Successful in 47s
2024-12-12 17:03:32 -08:00
6f1ccf8e31 Updated dirt texture. Thoughts? 2024-12-12 17:03:06 -08:00
96dd920132 Fix something I broke. Heh.
All checks were successful
Error Check / luacheck_errcheck (push) Successful in 44s
Unit Tests / busted_unit_test (push) Successful in 50s
2024-12-12 16:26:44 -08:00
1708e2d461 Last night's work
All checks were successful
Error Check / luacheck_errcheck (push) Successful in 43s
Unit Tests / busted_unit_test (push) Successful in 49s
2024-12-12 12:35:15 -08:00
a260c4a33a More work being done. And... bugs.
All checks were successful
Error Check / luacheck_errcheck (push) Successful in 37s
Unit Tests / busted_unit_test (push) Successful in 48s
2024-12-11 14:47:15 -08:00
0242488c9e Some more tweaks. Lets merge BLOCKS back into ITEMS because some blocks are also items, and... its just better this way.
All checks were successful
Error Check / luacheck_errcheck (push) Successful in 47s
Unit Tests / busted_unit_test (push) Successful in 51s
2024-12-11 08:10:38 -08:00
cf3b53df77 More init
All checks were successful
Error Check / luacheck_errcheck (push) Successful in 42s
Unit Tests / busted_unit_test (push) Successful in 48s
2024-12-10 22:17:11 -08:00
2ba0fbe0ad Registering more stuff.
All checks were successful
Error Check / luacheck_errcheck (push) Successful in 41s
Unit Tests / busted_unit_test (push) Successful in 48s
2024-12-10 22:05:55 -08:00
20f2b59b56 More temps
All checks were successful
Error Check / luacheck_errcheck (push) Successful in 44s
Unit Tests / busted_unit_test (push) Successful in 45s
2024-12-10 20:38:27 -08:00
797592a3b5 moving around things
All checks were successful
Error Check / luacheck_errcheck (pull_request) Successful in 1m8s
Unit Tests / busted_unit_test (pull_request) Successful in 1m21s
2024-12-10 20:24:11 -08:00
940b7cf7ea modified: mods/CORE/vox_main/init.lua
All checks were successful
Error Check / luacheck_errcheck (pull_request) Successful in 1m7s
Unit Tests / busted_unit_test (pull_request) Successful in 1m24s
2024-12-10 19:58:35 -08:00
6b7d865a9b Meow.
All checks were successful
Error Check / luacheck_errcheck (push) Successful in 44s
Unit Tests / busted_unit_test (push) Successful in 46s
2024-12-10 17:27:41 -08:00
8bc83cf3db Forgot these. 2024-12-10 17:14:33 -08:00
45ecb37f1b Some renames
All checks were successful
Error Check / luacheck_errcheck (push) Successful in 45s
Unit Tests / busted_unit_test (push) Successful in 49s
2024-12-10 17:09:16 -08:00
19fab12455 fixes :3
All checks were successful
Error Check / luacheck_errcheck (pull_request) Successful in 32s
Unit Tests / busted_unit_test (pull_request) Successful in 45s
2024-12-10 17:03:00 -08:00
a7ac9c29b2 new file: .forgejo/workflows/error_check.yml
Some checks failed
Unit Tests / busted_unit_test (push) Failing after 48s
Error Check / luacheck_errcheck (push) Failing after 50s
new file:   .forgejo/workflows/unit_test.yml
new file:   .luacheckrc
new file:   .vscode/settings.json
new file:   LICENSE
new file:   default.nix
modified:   game.conf
modified:   minetest.conf
new file:   mods/BLOCKS/modpack.conf
new file:   mods/BLOCKS/overworld/init.lua
new file:   mods/BLOCKS/overworld/mod.conf
new file:   mods/BLOCKS/overworld/textures/vox_grass.png
new file:   mods/COMPAT/README.md
new file:   mods/COMPAT/minetest_default/README.md
new file:   mods/COMPAT/minetest_default/init.lua
new file:   mods/COMPAT/minetest_default/mod.conf
new file:   mods/COMPAT/modpack.conf
new file:   mods/CORE/colors/init.lua
new file:   mods/CORE/colors/mod.conf
new file:   mods/CORE/controls
new file:   mods/CORE/modpack.conf
new file:   mods/CORE/vox_main/init.lua
new file:   mods/CORE/vox_main/mod.conf
new file:   mods/ENTITIES/modpack.conf
new file:   mods/ENVIRONMENT/modpack.conf
new file:   mods/HELP/modpack.conf
new file:   mods/HUD/inventory/creative.lua
new file:   mods/HUD/inventory/init.lua
new file:   mods/HUD/inventory/mod.conf
new file:   mods/HUD/inventory/survival.lua
new file:   mods/HUD/modpack.conf
new file:   mods/ITEMS/modpack.conf
new file:   mods/MAPGEN/modpack.conf
new file:   mods/MISC/modpack.conf
new file:   mods/PLAYER/modpack.conf
modified:   settingtypes.txt
new file:   tests/CORE/colors.lua
new file:   tests/README.md
new file:   tests/sanity.lua
2024-12-10 15:23:36 -08:00