Commit graph

848 commits

Author SHA1 Message Date
modmuss50
286cf17811 Use new getTorusSizeCache 2021-01-01 19:29:43 +00:00
drcrazy
b720fa99b9 Recycler should use energy. Closes #2304 2020-12-18 16:07:39 +03:00
drcrazy
05a55a3294 Partially recipe output zindex. Closes #2288 2020-11-14 16:25:25 +03:00
drcrazy
4512800eff No title for inventory. Closes #2287 2020-11-12 21:40:33 +03:00
drcrazy
ebc45ff9f8 Fix warnings in GUI 2020-10-24 10:29:05 +03:00
drcrazy
ca24d58f86 Fix tooltip 2020-10-24 00:30:37 +03:00
drcrazy
342917851b Fix license 2020-10-21 01:37:31 +03:00
drcrazy
df974ef5da Fixes due to PowerAcceptorBE changes. 2020-10-20 17:21:27 +03:00
drcrazy
22b0cdfe23 Should fix crash with wrenched storage units. Closes #2183 2020-09-24 23:30:25 +03:00
modmuss50
19f7e17f7d 1.16.3 - just mappings 2020-09-19 14:30:12 +01:00
drcrazy
c05819729f Fix Greenhouse hologram. Closes #2195 2020-09-01 20:44:52 +03:00
modmuss50
6e001dd9cc 1.16.2-rc1 2020-08-07 21:51:48 +01:00
modmuss50
619fd39df3 Mappings update 2020-08-02 13:44:25 +01:00
modmuss50
6e0fc6af61 first pass on 1.16.2 - no world gen 2020-07-29 19:42:39 +01:00
modmuss50
b5707b144e Some general cleanup 2020-07-26 16:19:33 +01:00
drcrazy
90521007bb Small cleanup 2020-07-18 19:30:08 +03:00
Justin Vitale
64bf5edd57 Tidy up Storage Unit Renderer with new found knowledge 2020-07-13 22:01:41 +10:00
Justin Vitale
c4ef977f16 Refactor and import cleanup (Excluding network PR changed files) 2020-07-09 23:04:42 +10:00
ramidzkh
4b2042a100
Deduplicate multiblock verification from BlockEntities and Guis (#2133)
* Deduplicate multiblock verification from BlockEntities and Guis

* Update REI

* Remove unneeded calls
2020-07-09 22:45:04 +10:00
Justin Vitale
61345c0fa4 Storage unit text display, QOL withdraw by attacking, misc sync fixes 2020-07-09 04:21:25 +10:00
Justin Vitale
75e31a5d4f fix lock and optimize client-side sync for stored item 2020-07-09 01:03:12 +10:00
Justin Vitale
95f68b1b7c Storage unit cleanup, optimization and fix displayed item 2020-07-08 21:59:09 +10:00
Justin Vitale
bcfb8d3b02 fix storage unit bugs with locking closes #2155 2020-07-06 04:23:05 +10:00
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