Skip to content

Commit

Permalink
Update structures better
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Sep 19, 2013
1 parent 9198259 commit 6d495ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -12,7 +12,7 @@ public class VillageSmelteryHandler implements IVillageCreationHandler
{
public VillageSmelteryHandler()
{
MapGenStructureIO.func_143036_a(new ComponentSmeltery());
MapGenStructureIO.func_143031_a(ComponentSmeltery.class, "TConstruct:SmelteryStructure");
}

@Override
Expand Down
Expand Up @@ -3,6 +3,7 @@
import java.util.List;
import java.util.Random;

import net.minecraft.world.gen.structure.ComponentVillageHouse1;
import net.minecraft.world.gen.structure.ComponentVillageStartPiece;
import net.minecraft.world.gen.structure.MapGenStructureIO;
import net.minecraft.world.gen.structure.StructureVillagePieceWeight;
Expand All @@ -12,7 +13,7 @@ public class VillageToolStationHandler implements IVillageCreationHandler
{
public VillageToolStationHandler()
{
MapGenStructureIO.func_143036_a(new ComponentToolWorkshop());
MapGenStructureIO.func_143031_a(ComponentToolWorkshop.class, "TConstruct:ToolWorkshopStructure");
}

@Override
Expand Down

0 comments on commit 6d495ce

Please sign in to comment.