Commit graph

4765 commits

Author SHA1 Message Date
Prospector
011d43fefd
Fix #2163 2020-07-13 09:16:47 -07:00
Justin Vitale
64bf5edd57 Tidy up Storage Unit Renderer with new found knowledge 2020-07-13 22:01:41 +10:00
drcrazy
7643220d4b Stairs, Walls and Slabs got their names 2020-07-11 21:34:37 +03:00
drcrazy
c1863694f1 Update datapack version 2020-07-11 20:57:22 +03:00
drcrazy
246789c30c FabricBlockSettings updated to v1 2020-07-11 20:53:39 +03:00
Justin Vitale
c4ef977f16 Refactor and import cleanup (Excluding network PR changed files) 2020-07-09 23:04:42 +10:00
Justin Vitale
a36a0e6f4a Check multiblock before crafting vacuum freezer 2020-07-09 22:55:00 +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
c89d6941ae Get state from blockstate instead of saving it as NBT resin basin 2020-07-09 20:23:06 +10:00
Justin Vitale
7eab187bbb #betaBuild 2020-07-09 19:11:11 +10:00
Justin Vitale
08245d8578
Cable distribution hotfix (#2159)
Temp fix till networks
2020-07-09 19:06:46 +10:00
Justin Vitale
f7f2903e39 Don't sync stack greater than 1 for locked item stack (byte overflow) 2020-07-09 17:17:14 +10:00
Justin Vitale
da8875de59 Only allow items to be inserted if empty and not locked or issametype 2020-07-09 17:06:53 +10:00
Justin Vitale
ff4ea7393b fix accessing storage unit with nothing in hand 2020-07-09 17:00:08 +10:00
Justin Vitale
501c2d68c4 Sync storedStack via NBT instead of registry (Keep tags) 2020-07-09 16:32:03 +10:00
Justin Vitale
bd860d8073 Allow players to rightclick tank unit with fluid to deposit (initial) 2020-07-09 05:02:36 +10:00
Justin Vitale
fdc5a629d8 Return if client 2020-07-09 04:46:36 +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
22fdd89e4c Uncomment the actual fix 2020-07-08 21:59:56 +10:00
Justin Vitale
95f68b1b7c Storage unit cleanup, optimization and fix displayed item 2020-07-08 21:59:09 +10:00
Justin Vitale
92eafec301 add Spearkiller's retextures 2020-07-08 21:15:53 +10:00
Justin Vitale
48bf8ae0f2 Have chance to yield two sap closes #2014 2020-07-08 19:43:19 +10:00
Justin Vitale
9ca7b491b0 Merge branch 'feature/sapper' into 1.16 2020-07-08 19:27:38 +10:00
Justin Vitale
e6e9b8bcfe Fix holding position, fix chat sending on server, drop sap if broken 2020-07-08 19:15:23 +10:00
Justin Vitale
80716876b2 Cleanup and drop when no log connected 2020-07-08 03:34:36 +10:00
Justin Vitale
7d04348853 Fix sound 2020-07-08 01:40:41 +10:00
Justin Vitale
cfefac1418 Put back original sap generation speed 2020-07-08 01:10:02 +10:00
Justin Vitale
856f66eeb0 Resin basin finished (Recipe, functionality, textures, models) 2020-07-08 01:06:34 +10:00
Justin Vitale
1c07084416 Merge branch '1.16' into feature/sapper 2020-07-07 19:07:44 +10:00
modmuss50
616f470532 Fix sulfur recipes 2020-07-06 17:31:28 +01:00
Justin Vitale
5985b5b6cb Random crash complaining about no sulfur_ores.json, add placeholder 2020-07-07 02:10:43 +10:00
Justin Vitale
bcfb8d3b02 fix storage unit bugs with locking closes #2155 2020-07-06 04:23:05 +10:00
Will Toll
852cd1c496
Create basic sulfur grinding recipes for compatibility with Cinderscapes (#2153)
* Create sulfur_dust_from_ore.json

* Create sulfur_dust.json
2020-07-05 00:14:56 +10:00
Justin Vitale
90c23b9d57 Refactor and cleanup, awaiting new model. 2020-07-02 17:20:50 +10:00
Justin Vitale
55fbcb712e Reference issue #2014 2020-07-02 02:38:51 +10:00
Justin Vitale
6dc00090d1 Add sapper base logic code (MVP) along with rest of it 2020-07-02 02:37:36 +10:00
Justin Vitale
b176230f77 Make drill break blocks slower when it's flat #2147 2020-07-02 01:13:01 +10:00
Justin Vitale
8335b932b4 Fix rubber door dupe closes #2149 2020-07-01 17:15:34 +10:00
modmuss50
ec20d3eb93 Dont use --refresh-dependencies on everybuild 2020-06-28 16:29:46 +01:00
modmuss50
4670d6813e Recipes 2020-06-28 16:25:17 +01:00
modmuss50
d92343f5a7 Add stair, slab and wall blocks for all metal storage blocks 2020-06-28 16:13:39 +01:00
modmuss50
4c400dd9a4 #releaseBuild 2020-06-24 17:33:41 +01:00
modmuss50
a7d68e63cb 1.16.1 2020-06-24 17:30:20 +01:00
Justin Vitale
f15d3bd8f7 Fix Nuke flying away when lit
Still reverts back to tnt texture when lit, don't know how to fix it.
2020-06-25 02:10:35 +10:00
Justin Vitale
608ee810f7 #betaBuild 2020-06-24 14:31:57 +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
modmuss50
07f06cb27a #releaseBuild 2020-06-21 13:55:39 +01:00
Justin Vitale
134152913f Tank/Storage unit stat squish 2020-06-20 00:02:04 +10:00
Justin Vitale
d230088e03 Remove ugly shadows from IN/OUT on units 2020-06-19 23:01:12 +10:00