mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 08:48:34 +01:00
Up the chance and also fix a name
This commit is contained in:
parent
824b444b51
commit
32b757d71f
3 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ import java.util.Random;
|
||||||
|
|
||||||
public class VillageComponentEngineerHouse extends StructureVillagePieces.House1{
|
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 X_SIZE = 13;
|
||||||
private static final int Y_SIZE = 11;
|
private static final int Y_SIZE = 11;
|
||||||
|
|
|
@ -22,7 +22,7 @@ public class VillageEngineerHouseHandler implements VillagerRegistry.IVillageCre
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public StructureVillagePieces.PieceWeight getVillagePieceWeight(Random random, int i){
|
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
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue