1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-24 22:23:21 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/data
SquidDev 613a28a5af Switch to Forge's DeferredRegister
Well, mostly. We currently don't do recipe serializers as I'm a little
too lazy. For items, blocks and TE types this does make registration
nicer - we've some helper functions which help reduce duplication.

Some types (containers, TEs, etc..) are a little less nice, as we now
must define the registry object (i.e. the WhateverType<?>) in a separate
class to the class it constructs. However, it's probably a worthwhile
price to pay.
2020-06-27 10:23:51 +01:00
..
Generators.java Port most recipes to use generators 2020-02-08 23:26:05 +00:00
LootTableProvider.java Bump mappings version 2020-04-29 16:23:18 +01:00
LootTables.java Switch to Forge's DeferredRegister 2020-06-27 10:23:51 +01:00
Recipes.java Switch to Forge's DeferredRegister 2020-06-27 10:23:51 +01:00
RecipeWrapper.java Fix a checkstyle warning 2020-01-29 16:52:37 +00:00
Tags.java Switch to Forge's DeferredRegister 2020-06-27 10:23:51 +01:00