Flora based extractor recipes

This commit is contained in:
drcrazy 2019-02-21 12:23:07 +03:00
parent 398cb9617d
commit 860068b27a
13 changed files with 40 additions and 74 deletions

View file

@ -70,7 +70,7 @@ public class BlockPlayerDetector extends BlockMachineBase {
public PropertyString TYPE;
public BlockPlayerDetector() {
super(true);
super();
this.setDefaultState(this.getStateFromMeta(0));
for (int i = 0; i < types.length; i++) {
RebornModelRegistry.registerModel(new ModelCompound(TechReborn.MOD_ID, this, i, "machines/tier1_machines").setInvVariant("type=" + types[i]));