Skip to content

Commit

Permalink
Remove wrench (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames authored Aug 7, 2023
1 parent 2614489 commit 867e907
Show file tree
Hide file tree
Showing 26 changed files with 4 additions and 838 deletions.
2 changes: 1 addition & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude_files = {
}

globals = {
"technic", "technic_cnc", "minetest", "wrench"
"technic", "technic_cnc", "minetest"
}

read_globals = {
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,15 @@ Suitable for multiplayer environments.
## Compatibility

This mod is meant as a **drop-in replacement** for the upstream `technic` mod.

It also provides some additional machines and items, notably:

* HV Grinder, Furnace, and Compressor
* LV Lamp
* LV, MV, and HV Digiline cables

Note that the `wrench` mod has been separated from the modpack. It can now be found at [mt-mods/wrench](https://github.com/mt-mods/wrench).

# Recommended mods

Dependencies:
Expand All @@ -129,7 +132,6 @@ Recommended mods that build on the `technic mod`:
| enable_mining_drill | |
| enable_mining_laser | |
| enable_flashlight | |
| enable_wrench_crafting | enable recipe for wrench |
| enable_wind_mill | |
| enable_frames | |
| enable_corium_griefing | |
Expand Down
1 change: 0 additions & 1 deletion technic/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ local defaults = {
enable_sonic_screwdriver = "true",
enable_tree_tap = "true",
enable_vacuum = "true",
enable_wrench_crafting = "false",

-- Power tool options
multimeter_remote_start_ttl = "300",
Expand Down
6 changes: 0 additions & 6 deletions technic/doc/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,3 @@ This manual tool allows for harvesting latex from rubber trees. Extracting latex
The water can works similarly to the bucket tool from minetest_game, but it can hold 16 `water_source` (the water blocks that don't look like they're flowing) blocks instead of 1. To use, simply equip the water can and click on water source blocks (they will highlight in black). Then clicking anywhere where there isn't a `water_source` block with the water can equipped will place them.

**Warning:** Be careful where you place these source blocks! Since you're placing water source blocks, water will flow out of them and may trap or drown you depending on where you are.

## Wrench

<img src="../../wrench/textures/technic_wrench.png"/>

The manual tool allows for moving blocks which contain an inventory, like chests. A shift-right-click on a machine/chest will immediately add it to the inventory.
1 change: 0 additions & 1 deletion technic/spec/fixtures/technic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ enable_prospector = true
enable_sonic_screwdriver = true
enable_tree_tap = true
enable_vacuum = true
enable_wrench_crafting = true

multimeter_remote_start_ttl = 300

Expand Down
131 changes: 0 additions & 131 deletions wrench/functions.lua

This file was deleted.

58 changes: 0 additions & 58 deletions wrench/init.lua

This file was deleted.

126 changes: 0 additions & 126 deletions wrench/legacy.lua

This file was deleted.

12 changes: 0 additions & 12 deletions wrench/locale/template.txt

This file was deleted.

Loading

0 comments on commit 867e907

Please sign in to comment.