Commit graph

3895 commits

Author SHA1 Message Date
drcrazy
8398139271 Pass stack to mining speed check. Closes #2348 2021-05-29 13:39:21 +01:00
Justin Vitale
9b8286d8fb fix #2296 - Sync server config for fluid/item storage for clients 2021-05-29 13:39:19 +01:00
modmuss50
b33f4be5f4 1.17: TechReborn compiles and runs, big thanks to @petabyteboy
Co-authored-by: Milan Pässler <milan@petabyte.dev>
2021-05-29 13:19:29 +01:00
modmuss50
9520a3e607 Migrate mappings, 1888 errors to go 2021-05-28 14:58:12 +01:00
Justin Vitale
48217d0327 Don't craft suicide when locked and recipe buffer fixes #2379 #2332 2021-04-22 22:03:27 +10:00
Fourmisain
20317f20ec
temporary workaround for threading issue with REI async search (#2386) 2021-04-18 18:47:29 +01:00
vhd
584e822fa3
Recycler GUI now syncs "crafting" progress with client (#2385). Thanks to vhd 2021-04-12 14:24:51 +03:00
Justin Vitale
80cc130330 Make crude storage unit wood material closes #2360 2021-03-30 00:56:16 +11:00
drcrazy
ead39e98c4 Fix chainsaw speed on nether wood. Closes #2359 2021-03-21 03:46:51 +03:00
drcrazy
585f149c16 Fix lamp not shining on north. Closes #2371 2021-03-21 03:22:10 +03:00
drcrazy
82d04496f7 Config for Quantum Armor flight and speed. Closes #2362, #2011 2021-03-19 14:09:47 +03:00
Fourmisain
50ef178191
fix Omni-Tool, Rockcutter and Jackhammer being damageable (#2368). Thanks to Fourmisain 2021-03-19 13:40:45 +03:00
drcrazy
1c85c1e431 Fix fluid replication in fluid replicator. Closes #2352 2021-03-01 20:19:16 +03:00
drcrazy
9b47348fd3 Fix crash with chunkloader placed by command. Closes #2349 2021-02-24 12:29:15 +03:00
drcrazy
6877f6e3f2 Pass stack to mining speed check. Closes #2348 2021-02-19 13:19:30 +03:00
Justin Vitale
b1a975233a fix #2296 - Sync server config for fluid/item storage for clients 2021-02-18 01:14:27 +11:00
drcrazy
5861d41126 QuantumArmor will reduce damage at the cost of energy. Closes #2302 2021-02-14 23:40:23 +03:00
m44ster
48d595037b
Fix for Solar panels overfill (#2339)/ Thanks to m44ster 2021-02-13 21:08:38 +03:00
drcrazy
0c9add28ff Fix license. 2021-02-08 14:02:23 +03:00
drcrazy
a49f4016d9 TankUnit IO scaled with capacity. Closes TechReborn/TechReborn/#2193 2021-02-02 21:28:15 +03:00
Justin Vitale
b01526f66d Followup #2325 continue instead of falling into the break 2021-01-15 18:09:48 +11:00
Justin Vitale
d12b31bfe4 fix #2318 - Ensure registry result is not null before rendering. 2021-01-15 00:45:42 +11:00
Justin Vitale
49a1cc1619 fix #2320 - Add null check for blockstate for effective override 2021-01-15 00:37:26 +11:00
Justin Vitale
ea0db38b6a fix #2324 - Add check for currentNeededTicks being zero 2021-01-15 00:29:07 +11:00
Justin Vitale
b9100fb19b fix #2325 - Add check for empty collection before accessing by index 2021-01-15 00:25:08 +11:00
modmuss50
d08150850d Revert "Do not start craft until it recipe is locked."
This reverts commit 3ad9f87a
2021-01-03 19:50:19 +00:00
modmuss50
286cf17811 Use new getTorusSizeCache 2021-01-01 19:29:43 +00:00
modmuss50
8add71f5ac Port to new fabric networking api 2020-12-20 22:27:01 +00:00
modmuss50
2ea779acd1 Dont allow batteries to charge other batteries in the inv. Fixes https://github.com/TechReborn/TechReborn/issues/2297 2020-12-20 21:43:53 +00:00
modmuss50
2ea118ec63 Optimise Iron furnace recipe lookup 2020-12-20 21:24:05 +00:00
drcrazy
af62a85677 Chunkloader handles wrench properly. Closes #2308 2020-12-18 16:40:15 +03:00
drcrazy
b720fa99b9 Recycler should use energy. Closes #2304 2020-12-18 16:07:39 +03:00
drcrazy
c9c1850e43 Use internal map in RebornRegistry.registerBlockNoItem method 2020-11-20 16:26:32 +03:00
drcrazy
0c6513b252 Nerf Jackhammer speed on ores. Closes #2246 2020-11-17 15:31:33 +03:00
drcrazy
2407286b58 Fix unpowered speed for chainsaw. Closes #2268 2020-11-17 00:58:11 +03:00
drcrazy
d84a0133a4 Batteries can't get mending anymore. Closes #2263 2020-11-16 20:09:27 +03:00
drcrazy
3ad9f87a6a Do not start craft until it recipe is locked. 2020-11-14 16:57:15 +03:00
drcrazy
05a55a3294 Partially recipe output zindex. Closes #2288 2020-11-14 16:25:25 +03:00
modmuss50
d835a8be01 CableElectrocutionEvent 2020-11-13 17:19:05 +00:00
drcrazy
4512800eff No title for inventory. Closes #2287 2020-11-12 21:40:33 +03:00
drcrazy
aa7caec935 Translation for Fusion Coil tooltip 2020-11-12 15:28:00 +03:00
drcrazy
b460e0791e Tooltip refactoring 2020-11-10 18:38:25 +03:00
modmuss50
82f8a13f15 Fix rubber sapling, closes #2281 2020-11-09 18:41:36 +00:00
modmuss50
0695250078 Pass the worlgen json's through the ConditionManager 2020-11-09 18:34:52 +00:00
drcrazy
3cf57044ce Rubber sapling could be potted. Closes #2279 2020-11-08 20:53:58 +03:00
Justin Vitale
81f033ceec Add smeltable items to fuel registry closes #2278 2020-11-08 21:46:44 +11:00
drcrazy
d36a61be39 Update to release version of 1.16.4 2020-11-05 14:31:28 +03:00
modmuss50
234250fca2 Nerf solar panels 2020-11-01 20:17:27 +00:00
modmuss50
5d41fe7d7c Nerf gem tools, remove config option to skip registering them as conditional registration is a bad idea, use mods such as KubeJS to hide the items. 2020-11-01 20:15:07 +00:00
modmuss50
98857f5119 First pass on data driven worldgen 2020-11-01 20:08:19 +00:00