Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove wrench #320

Merged
merged 3 commits into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading