1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-15 12:40:30 +00:00
CC-Tweaked/src
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
..
generated/resources/data/computercraft Merge branch 'mc-1.14.x' into mc-1.15.x 2020-05-04 10:05:32 +01:00
main Switch to Forge's DeferredRegister 2020-06-27 10:23:51 +01:00
test Add functions for parsing and drawing nft (#458) 2020-06-25 09:08:35 +01:00