1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-22 08:04:49 +00:00

Finish off containers, somewhat fix block drops

- Add Forge's "name" field to the loot tables. This doesn't resolve all
   our missing loot providers, but it's a start.
 - Add back GUIs for pocket computers, printouts, view computer, etc...
This commit is contained in:
SquidDev
2019-06-12 08:40:20 +01:00
parent d10b657a54
commit 8dd1c2a6cc
28 changed files with 173 additions and 190 deletions

View File

@@ -103,15 +103,6 @@ public final class ComputerCraftProxyCommon
}
*/
@SubscribeEvent
public static void onClientTick( TickEvent.ClientTickEvent event )
{
if( event.phase == TickEvent.Phase.START )
{
ComputerCraft.clientComputerRegistry.update();
}
}
@SubscribeEvent
public static void onServerTick( TickEvent.ServerTickEvent event )
{