Up the chance and also fix a name

This commit is contained in:
Ellpeck 2016-11-20 23:55:58 +01:00
parent 824b444b51
commit 32b757d71f
3 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ import java.util.Random;
public class VillageComponentEngineerHouse extends StructureVillagePieces.House1{
private static final ResourceLocation STRUCTURE_RES_LOC = new ResourceLocation(ModUtil.MOD_ID, "andrew_house");
private static final ResourceLocation STRUCTURE_RES_LOC = new ResourceLocation(ModUtil.MOD_ID, "andrew_period_house");
private static final int X_SIZE = 13;
private static final int Y_SIZE = 11;

View file

@ -22,7 +22,7 @@ public class VillageEngineerHouseHandler implements VillagerRegistry.IVillageCre
@Override
public StructureVillagePieces.PieceWeight getVillagePieceWeight(Random random, int i){
return new StructureVillagePieces.PieceWeight(VillageComponentEngineerHouse.class, 5, 1);
return new StructureVillagePieces.PieceWeight(VillageComponentEngineerHouse.class, 10, 1);
}
@Override