50565ca604
Implement scanners and add way to use them in Miner
2025-05-08 22:25:32 +02:00
93d6cdbb89
Implement Miner
2025-05-06 18:00:00 +02:00
9b57098fca
Move configuration to in-game settings
2025-04-29 10:14:20 +02:00
63960f3de1
Refactor item fluid storage
2025-04-28 13:36:17 +02:00
84ff508056
Refactor item power storage
2025-04-28 13:10:41 +02:00
62246bf91b
Make sure that pointed thing is node when using treetap
2025-04-28 12:53:19 +02:00
8d48b3f9f5
Refactor wrench
2025-04-28 12:53:03 +02:00
089550cc28
Make sure to define on_place
callback for treetaps
2025-04-25 22:18:16 +02:00
5898cc4e1c
Merge pull request 'add sound at jetpack' ( #29 ) from Kindaglia/industrialtest:sound into master
2025-04-25 10:48:46 +02:00
e41dfb3344
Remove leftover testing messages
2025-04-25 10:43:21 +02:00
230c9803ea
Refactor Quantum Suit
2025-04-25 10:42:33 +02:00
Kindaglia
f651e407f7
fix naming
2025-04-25 10:12:45 +02:00
Kindaglia
f5f27ef999
rename and fix sound jetpack
2025-04-25 00:14:45 +02:00
Kindaglia
68abb4d08e
add sound jetpack
2025-04-24 21:12:15 +02:00
5b32382422
Refactor Static Boots
2025-04-24 13:46:45 +02:00
30c67390b2
Refactor Solar Helmet
2025-04-23 14:22:18 +02:00
e34c1eba66
Refactor Nano Suit
2025-04-23 13:11:25 +02:00
6e1d0b5229
Refactor Mining Laser
2025-04-19 20:18:02 +02:00
000cff6940
Refactor jetpacks
2025-04-17 13:49:06 +02:00
b383231c40
Refactor electric sabers
2025-04-15 22:47:44 +02:00
6f864eca78
Refactor electric hoes
2025-04-14 16:32:58 +02:00
9cb5748b73
Refactor electric drills
2025-04-14 14:48:42 +02:00
b108ce7c6a
Refactor electric chainsaws
2025-04-10 22:47:47 +02:00
dfdce73376
Refactor batpacks
2025-04-08 21:28:28 +02:00
6147074e05
Refactor treetaps
2025-04-06 22:08:43 +02:00
ae123446ad
Move some common tool functionality to separate files for further usage
2025-04-06 22:07:38 +02:00
36549e9a49
Fix electric tools breaking
...
Fixes #13
2024-05-12 20:36:31 +02:00
a8f788d4d9
Implement Quantum Suit
...
Maximum tier armor with following features:
- Breath points refill underwater
- Electric Jetpack capabilities
- Faster running with Aux1 key
- Higher jumping with Aux1 key
2024-03-29 12:06:48 +01:00
443497b7b6
Add Nano Boots model texture specific to MCL
2024-03-21 22:10:16 +01:00
e17fcf1d27
Fix oversight in tools/nano_suit.lua
2024-03-17 18:56:54 +01:00
1d56e59725
Implement Nano Suit
...
Basically a rechargeable armor
2024-03-14 16:04:22 +01:00
d2346f65aa
Introduce compatibility with mcl_rubber mod
...
Closes #1
2024-02-26 17:06:11 +01:00
7df191097d
Change registeredElectricSabers to industrialtest.internal.registeredElectricSabers to prevent nil indexing
...
Fixes #2
2024-02-07 14:26:30 +01:00
359af1e57a
Implement Mining Laser
...
Mining Laser allows for quick node mining via shooting the beam. It comes with following modes:
- normal range
- short range
- horizontal direction
- explosion
2024-01-20 14:35:14 +01:00
e95a2a7cc1
Prevent crash caused by nil in division returned by minetest.get_node_light
in solar_helmet.lua
2024-01-18 18:20:23 +01:00
eed94c4853
Implement Solar Helmet
...
It can charge equipped electric tools from environment light.
2024-01-16 18:38:24 +01:00
b4e6b826ef
Add MCL model Static Boots texture
2024-01-16 18:37:32 +01:00
56c08f1f76
Implement Static Boots
...
This item allows for charging equipped electric tools via walking. Walking
distance of 5 blocks charges 1 EU to first found tool in armor inventory.
2024-01-14 16:56:50 +01:00
870343f74b
Implement BatPack and LapPack
...
When equipped they can charge currently wielded tool or item with power storage.
2024-01-13 13:16:41 +01:00
4674f3b396
Fix MCL crash during loading in jetpack.lua
2024-01-13 13:15:46 +01:00
eaff4a9065
Optimize some electric tools and fix Electric Saber not discharging after digging node
2024-01-11 22:25:14 +01:00
e69d16aeb0
Add simple item fluid storage API
2024-01-11 19:48:09 +01:00
5cef554c9e
Implement Electric Jetpack
2024-01-10 18:59:07 +01:00
6da4aef854
Implement Jetpack
2024-01-09 11:07:00 +01:00
0b27efd756
Split tools.lua to separate files
2024-01-06 21:55:06 +01:00