Commit Graph

297 Commits

Author SHA1 Message Date
e890a2002f Pipeworks compatibility: Canning Machine 2024-02-29 21:57:38 +01:00
73232db9a0 Pipeworks compatibility: Power storage 2024-02-29 20:52:34 +01:00
a8b625f782 Pipeworks compatibility: Nuclear Reactor 2024-02-29 20:39:26 +01:00
64cdff6139 Pipeworks compatibility: Solar Panel 2024-02-29 19:24:24 +01:00
d337e2a0f5 Pipeworks compatiblity: Wind Mill 2024-02-29 19:04:41 +01:00
29f6bd2852 Pipeworks compatibility: Geothermal Generator and Water Mill 2024-02-29 18:53:12 +01:00
3bc3dab88c Pipeworks compatibility: Generator 2024-02-28 18:37:20 +01:00
d800a22fe0 Begin implementing compatibility with Pipeworks mod 2024-02-27 21:04:25 +01:00
a5ef9eca00 Fix two issues with Iron Furnace 2024-02-27 12:41:54 +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
9743217703 Add Hydrated Coal texture 2024-01-21 21:16:35 +01:00
b6c5283ab8 Add some recipes involving UU-Matter 2024-01-21 11:48:37 +01:00
80578576b6 Add Mining Laser beam texture 2024-01-20 14:37:17 +01:00
a8a20078f2 Add Mining Laser texture by LuanHawk 2024-01-20 14:37:01 +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
752731972c Add Coalfuel Cell texture 2024-01-17 19:22:27 +01:00
0da54bb7ab Add Hydrated Coal Cell texture 2024-01-17 19:22:10 +01:00
152eab80d5 Add Hydrated Coal Dust texture 2024-01-17 19:21:48 +01:00
87f0a65f21 Implement Coal Cell and items required to make it
Coal Fuel can be used to fill Fuel Can or Jetpack
2024-01-17 19:21:09 +01:00
1e72f07df1 Add preview Solar Helmet texture 2024-01-16 19:33:53 +01:00
f072b0d599 Add model Solar Helmet texture 2024-01-16 19:31:30 +01:00
8e1c648f99 Add inventory Solar Helmet texture by LuanHawk 2024-01-16 18:39:17 +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
6ffa856b44 Add preview Static Boots texture 2024-01-15 17:04:01 +01:00
10fd3eab66 Add MTG model Static Boots texture 2024-01-15 17:03:24 +01:00
c4ba8aac20 Add inventory Static Boots texture by LuanHawk 2024-01-15 16:31:27 +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
8446793413 Add preview BatPack and LapPack textures 2024-01-13 14:49:35 +01:00
567d0b3971 Add model BatPack and LapPack textures 2024-01-13 14:49:15 +01:00
3eb8b1e576 Add inventory BatPack and LapPack textures by LuanHawk 2024-01-13 14:48:25 +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
3db5fa322e Add active Canning Machine front texture 2024-01-12 20:18:17 +01:00
ee27e3f432 Add Canning Machine front texture by LuanHawk 2024-01-12 20:18:00 +01:00
6cf004ff0e Implement Canning Machine 2024-01-12 20:17:36 +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
0895cb42ea Add preview Electric Jetpack texture 2024-01-10 19:00:12 +01:00
4171e6da7a Add model Electric Jetpack texture 2024-01-10 18:59:53 +01:00
d9d4396034 Add inventory Electric Jetpack texture 2024-01-10 18:59:32 +01:00
5cef554c9e Implement Electric Jetpack 2024-01-10 18:59:07 +01:00
536cd978ed Add 3D Armor preview Jetpack texture 2024-01-09 11:08:46 +01:00
45bd28ef4c Add model Jetpack texture 2024-01-09 11:08:24 +01:00
b06ef3bb98 Add Fuel Can texture by LuanHawk 2024-01-09 11:07:57 +01:00
eed2c73911 Add inventory Jetpack texture by LuanHawk 2024-01-09 11:07:33 +01:00
6da4aef854 Implement Jetpack 2024-01-09 11:07:00 +01:00
3a7ba72571 Add Compressed Plantball texture by Migdyn 2024-01-07 19:57:53 +01:00