Raul Tambre
b309635eaa
Fix crash opening GUIs on dedicated servers ( #2139 )
...
ExtendedClientHandlerFactory.create() is client-only.
Simply copy the relevant code into createMenu().
This is pretty terrible like the rest of the GUI code in GuiType.java, but this fixes the issue for now.
Fixes #2138 .
2020-06-24 14:27:16 +10:00
Justin Vitale
d230088e03
Remove ugly shadows from IN/OUT on units
2020-06-19 23:01:12 +10:00
modmuss50
483c5f4724
Merge remote-tracking branch 'remotes/origin/screeenhandler_pr' into 1.16
...
# Conflicts:
# build.gradle
# src/main/java/techreborn/client/GuiType.java
2020-06-18 16:08:59 +01:00
Justin Vitale
4d91f08279
Merge remote-tracking branch 'origin/1.16' into 1.16
2020-06-18 23:29:59 +10:00
Justin Vitale
5171cd30e8
Fix in/out position and translation for percent on storage/tank unit
2020-06-18 23:29:52 +10:00
modmuss50
dc72e5ce39
1.16-pre8
2020-06-18 13:49:38 +01:00
Justin Vitale
704dc06961
Import cleanup and reorganization
2020-06-18 22:41:34 +10:00
Justin Vitale
390d9f7059
Merge branch '1.15' into 1.16
...
Need to fix up storage unit UI
2020-06-18 22:39:26 +10:00
drcrazy
c3d405e4f4
StorageUnitBlock: Implement locking mechanism ( #2124 ). Thanks to Sturmlilie
2020-06-09 16:30:40 +03:00
modmuss50
3e2753affb
Example of using the WIP Screen handler API
2020-05-25 12:55:08 +01:00
modmuss50
8c39008636
20w21a
2020-05-21 23:00:12 +01:00
modmuss50
862db8a4ab
20w18a
2020-05-02 23:39:28 +01:00
modmuss50
8051e0cfbb
Fix some issues
2020-04-26 19:39:06 +01:00
modmuss50
7ccd5bcebd
20w17a compile pass
2020-04-26 16:29:38 +01:00
modmuss50
71d88ae44a
Merge remote-tracking branch 'remotes/origin/1.15' into 1.16
...
# Conflicts:
# src/main/java/techreborn/events/ModRegistry.java
2020-04-26 00:28:17 +01:00
modmuss50
047c57c918
fix license warnings
2020-04-26 00:22:24 +01:00
modmuss50
55f9a5df52
20w15a
2020-04-09 01:47:11 +01:00
modmuss50
0bf6159801
Merge remote-tracking branch 'remotes/origin/1.15' into 1.16
...
# Conflicts:
# build.gradle
# src/main/java/techreborn/client/GuiHandler.java
2020-04-09 00:55:38 +01:00
modmuss50
bb6ff90f9b
Refactor guis
2020-03-31 10:40:19 +01:00
modmuss50
11290e89e7
20w13a
2020-03-25 19:36:02 +00:00
modmuss50
e4fb1773f3
20w12a
2020-03-18 20:58:31 +00:00
modmuss50
99b2755887
Renames to match yarn changes
2020-03-12 20:56:44 +00:00
modmuss50
adad632549
initial 20w11a
2020-03-12 20:32:03 +00:00
modmuss50
b0d3b3b77d
Should fix #2033
2020-02-12 18:05:58 +00:00
modmuss50
a06afa1a4a
Redstone config polish
2020-01-23 13:53:16 +00:00
Prospector
6725fd30a1
Update to latest yarn
2020-01-21 22:00:54 -08:00
drcrazy
74d96e4670
Fix hologram for distillation tower.
2020-01-21 16:29:10 +03:00
modmuss50
3ca34f79a5
Gui tabs cleanup
2020-01-20 21:56:05 +00:00
modmuss50
f7c664fc25
Update mappings
2020-01-18 18:00:04 +00:00
modmuss50
1202a1c588
1.15.2 - mainly mapping updates. Will be backwards compatible with 1.15.1 and 1.15
2020-01-15 12:07:52 +00:00
Prospector
960b064b5a
Fix various issues relating to armor [ Fixes #1952 ]
2020-01-12 19:17:35 -08:00
modmuss50
bd25b11908
Turbine rendering, thanks Spearkiller for the textures and model
2020-01-12 18:40:21 +00:00
modmuss50
c1097a5cd8
Get the light from infront of the storage unit
2020-01-11 13:18:21 +00:00
vhd
d1b395f3e4
Cables can now be covered. Thanks to vhd. Closes #1954
2020-01-10 18:07:02 +03:00
drcrazy
0f56adbc9e
Storage Units should render content being stored.
2020-01-07 23:25:48 +03:00
modmuss50
f61cec6506
Fix #1949
2020-01-05 11:44:59 +00:00
modmuss50
7b99e2e9b7
License updates + fixes
2020-01-03 22:46:07 +00:00
Justin Vitale
9328c47bed
Tiered tank and storage blocks, GUI improvements, refactoring, cell nerf and misc organisation ( #1932 )
...
Tanks, storage blocks and variouse stuff. Thanks to Dimmerworld!!
2020-01-03 00:24:46 +03:00
vhd
4f45a63a7a
[Proposal] Greenhouse Controller (aka Farming Station) ( #1928 )
...
* Added Greenhouse Controller (aka Farming Station)
* Greenhouse tiny code cleanup
* Greenhouse Controller can collect sap
2019-12-29 14:06:56 +00:00
Justin Vitale
b2f4804987
Solar panel GUI & internal storage plus misc spelling fixes ( #1912 )
...
* Solar panel GUI & internal storage plus misc spelling fixes
* Pullrequest fixes and recipe changes
2019-12-20 12:53:23 +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
e48d1f1184
Pre 4 mappings
2019-12-04 16:49:53 +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
c8ce611841
1.15-pre1
2019-11-21 21:51:30 +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
drcrazy
f4e29cf9cb
Warnings and Updated textures
2019-09-24 13:35:26 +03:00