drcrazy
a37a6e29a5
Fix electric furnace energy usage. Closes #1920
2019-12-25 03:49:11 +03:00
modmuss50
d4abd56a3c
minor fix to the chunk loader
2019-12-24 21:41:41 +00:00
modmuss50
8b03986d15
Use RebornCore's ExtendedRecipeRemainder in the auto crafting table
2019-12-16 19:48:18 +00:00
modmuss50
bd81ca48f6
Auto crafting table fixes and improvements.
...
This now uses the same logic that the rolling machine uses to balance recipes.1.15
Fixes #1891
2019-12-13 10:39:53 +00:00
drcrazy
fff1b0c107
License + imports
2019-12-13 11:36:51 +03:00
modmuss50
5e5e997b93
Move most int fluid values to FluidValue.
...
This has been done to make it easier in the future to move to a new fluid system.
Some work is still needed (in recipes mainly) to move away fully away from mb. This should work identically to the old system for now.
2019-12-12 12:42:33 +00:00
modmuss50
4764271967
Fix #1900
2019-12-05 19:01:56 +00:00
modmuss50
d7cfbcd443
Cleanup
2019-11-28 17:15:46 +00:00
modmuss50
57c8ebdb3d
multiblock render changes
2019-11-26 20:19:57 +00:00
modmuss50
bfdde04892
1.15-pre2 loads of new mappings
2019-11-26 19:03:36 +00:00
modmuss50
d5e89c5e20
Merge remote-tracking branch 'remotes/origin/1.14' into 1.15
...
# Conflicts:
# build.gradle
# src/main/java/techreborn/blocks/misc/BlockRubberLog.java
2019-11-14 19:03:36 +00:00
modmuss50
a984263b04
inital 19w46a port
2019-11-14 18:37:42 +00:00
modmuss50
ef96e41557
Fix #1844
2019-10-18 20:26:30 +01:00
modmuss50
6151757914
Fix #1857
2019-10-18 19:47:45 +01:00
modmuss50
bfce163c99
Fix #1852
2019-10-11 16:26:48 +01:00
drcrazy
f4e29cf9cb
Warnings and Updated textures
2019-09-24 13:35:26 +03:00
modmuss50
2d8961589d
Merge remote-tracking branch 'remotes/origin/1.14' into 1.15
...
# Conflicts:
# build.gradle
# src/main/java/techreborn/client/render/DynamicBucketBakedModel.java
# src/main/java/techreborn/client/render/DynamicCellBakedModel.java
2019-09-21 12:36:37 +01:00
modmuss50
c401a336bc
Fix #1827
2019-09-20 17:01:37 +01:00
modmuss50
6e53132c59
Merge remote-tracking branch 'remotes/origin/1.14' into 1.15
2019-09-12 16:55:52 +01:00
modmuss50
8c9c736da9
19w37a
2019-09-12 16:55:41 +01:00
modmuss50
ea23ef7038
cleaup method name
2019-08-30 19:26:37 +01:00
modmuss50
0724c2017a
Cleanup / minor improvements to the chunk loader.
2019-08-30 18:12:17 +01:00
modmuss50
3f4e53e259
Made the chunkloader work
2019-08-30 17:53:46 +01:00
drcrazy
7c4564b5ab
Move common code for iron machines into abstract class
2019-08-30 14:26:23 +03:00
drcrazy
fbfa24b6ff
Iron furnace accumulates and drops experience. Closes #1817
2019-08-29 02:43:39 +03:00
drcrazy
0d68f794ae
Iron furnace drops experience. Still need to save fuel time to tag
2019-08-28 02:46:56 +03:00
drcrazy
09b59d6c87
Initial work on experience from smelting for #1817
2019-08-27 01:52:52 +03:00
drcrazy
6ceb6e69cf
Further refactoring of Iron machines
2019-08-26 23:31:56 +03:00
drcrazy
026dedd2e6
Refactoring for Iron Furnace
2019-08-26 19:03:01 +03:00
drcrazy
2cd8183c12
Facelift for chunkloader. Closes #1806
2019-08-24 01:41:40 +03:00
drcrazy
5cf7bc9107
Fix null slotconfig for IndustrialGrinder. Closes #1810
2019-08-23 12:25:53 +03:00
drcrazy
a8eb6f67c0
Properly check for recipe inputs. Closes #1803
2019-08-22 02:45:26 +03:00
drcrazy
154dff4cbf
Unused imports + warnings )
2019-08-22 01:23:32 +03:00
modmuss50
7defc53242
Start on json based machine tile + guis
2019-08-20 17:40:31 +01:00
modmuss50
6114f45d9b
Cleanup + remove some TODO's that dont apply anymore
2019-08-20 15:15:26 +01:00
modmuss50
6174506d6c
Fix #1802
2019-08-20 15:06:09 +01:00
modmuss50
17665e7400
Merge remote-tracking branch 'origin/1.14' into 1.14.4
2019-08-20 14:36:55 +01:00
modmuss50
e437838c12
Fix small issue with blast furnace
2019-08-20 14:36:46 +01:00
drcrazy
21d77a2d7d
Lava now works for blast furnace. Closes #1800
2019-08-20 02:52:16 +03:00
drcrazy
5bac19e302
tags for rolling machine + some REI polishing
2019-08-20 00:01:38 +03:00
modmuss50
20517d4c32
Wire Mill
2019-08-19 19:51:05 +01:00
modmuss50
c03d99f11f
Fix #1797 recipe.fits is client only for some reason :D
2019-08-19 14:26:25 +01:00
modmuss50
5511b598d7
Solid Canning Machine
2019-08-19 13:52:42 +01:00
modmuss50
7f8bd2ab1f
Fix electric furnace not always turning off
2019-08-18 15:31:21 +01:00
modmuss50
64b3441d6d
Fix Electric Furnace not checking if there is room for the outputs
2019-08-18 15:13:49 +01:00
modmuss50
f53d65ca48
Fixes #1785
2019-08-18 14:36:06 +01:00
modmuss50
bfb8d81367
Fix ingredients not always using the correct amount of items
2019-08-18 14:30:59 +01:00
drcrazy
3e5965ad57
Fix progress bar for electric furnace
2019-08-15 21:14:42 +03:00
drcrazy
9035e4376a
Fix for #1782 , cheap basic tools and fixed some warnings here and there
2019-08-14 17:15:34 +03:00
drcrazy
1f9bfabf21
Removed unused imports
2019-08-12 22:04:24 +03:00