-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump technic from
6eb0ab7
to 8bcfa21
Bumps [technic](https://github.com/mt-mods/technic) from `6eb0ab7` to `8bcfa21`. - [Release notes](https://github.com/mt-mods/technic/releases) - [Commits](mt-mods/technic@6eb0ab7...8bcfa21) --- updated-dependencies: - dependency-name: technic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
21c1b7c
commit 0a454c7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule technic
updated
17 files
+14 −9 | technic/spec/api_spec.lua | |
+17 −17 | technic/spec/building_spec.lua | |
+115 −0 | technic/spec/chatcommands_spec.lua | |
+4 −2 | technic/spec/fixtures/default.lua | |
+1 −1 | technic/spec/fixtures/network.lua | |
+6 −6 | technic/spec/fixtures/old_powertool.lua | |
+40 −0 | technic/spec/fixtures/technic.lua | |
+69 −37 | technic/spec/hv_network_spec.lua | |
+45 −43 | technic/spec/lv_network_spec.lua | |
+1 −0 | technic/spec/mineunit.conf | |
+4 −4 | technic/spec/network_spec.lua | |
+20 −20 | technic/spec/nodes_spec.lua | |
+105 −0 | technic/spec/nuclear_reactor_spec.lua | |
+75 −0 | technic/spec/other_spec.lua | |
+8 −8 | technic/spec/supply_converter_spec.lua | |
+4 −4 | technic/spec/tools_compatibility_spec.lua | |
+122 −29 | technic/spec/tools_spec.lua |