1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-02-04 05:09:12 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
SquidDev
b5e75a86c8 Remove AT for Block.createStackedBlock
Access transformers do not propagate to sub classes, and so the access
transformer did not work here. Reverting to reflection fixes this issue.
2017-05-16 21:19:36 +01:00
SquidDev
63cdc7a72e Replace reflection with access transformers
This makes the code slightly neater and allows us to catch places where
the variable/function has been renamed between versions.
2017-05-14 17:01:14 +01:00