-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
Submodule ChatCmdBuilder
updated
10 files
+10 −0 | .gitlab-ci.yml | |
+40 −0 | .luacheckrc | |
+1 −1 | LICENSE | |
+105 −58 | README.md | |
+273 −0 | chatcmdbuilder.lua | |
+0 −1 | description.txt | |
+3 −305 | init.lua | |
+1 −3 | mod.conf | |
+151 −0 | tests/chatcmdbuilder_spec.lua | |
+96 −0 | tests/legacy_spec.lua |
Submodule basic_materials
updated
from e72665 to cb7136
Submodule bbq
updated
from 1a72f7 to 9f574c
Submodule bridger
updated
9 files
+13 −0 | .github/workflows/luacheck.yml | |
+15 −0 | .luacheckrc | |
+7 −0 | README.md | |
+16 −17 | alias.lua | |
+402 −376 | crafts.lua | |
+1 −1 | description.txt | |
+4 −5 | init.lua | |
+4 −1 | mod.conf | |
+3,100 −3,190 | nodes.lua |
Submodule homedecor_modpack
updated
from fd596e to f1dc68
Submodule instruments_pack
updated
7 files
+11 −0 | .github/workflows/check-release.yml | |
+12 −0 | .luacheckrc | |
+2 −0 | README.md | |
+0 −3 | extrahorns/depends.txt | |
+2 −0 | extrahorns/mod.conf | |
+0 −2 | soundblocks/depends.txt | |
+2 −0 | soundblocks/mod.conf |
Submodule lurkcoin
updated
4 files
+1 −0 | .luacheckrc | |
+13 −1 | atm-core.lua | |
+1 −1 | core.lua | |
+1 −1 | mod.conf |
Submodule mesecons
updated
12 files
+62 −0 | mesecons/fifo_queue.lua | |
+35 −19 | mesecons/internal.lua | |
+1 −1 | mesecons/services.lua | |
+11 −7 | mesecons_button/init.lua | |
+1 −0 | mesecons_commandblock/init.lua | |
+1 −0 | mesecons_delayer/init.lua | |
+0 −2 | mesecons_extrawires/corner.lua | |
+3 −3 | mesecons_extrawires/vertical.lua | |
+2 −0 | mesecons_hydroturbine/init.lua | |
+1 −1 | mesecons_insulated/init.lua | |
+4 −0 | mesecons_lamp/init.lua | |
+2 −1 | mesecons_wires/init.lua |
Submodule mobs_animal
updated
from 77ed77 to c2fa3e
Submodule nether
updated
5 files
+11 −0 | .github/workflows/build.yml | |
+11 −0 | .luacheckrc | |
+4 −4 | README.md | |
+2 −6 | init.lua | |
+17 −18 | portal.lua |