Lang file completed, creative tab model set.

This commit is contained in:
stfwi 2019-02-10 17:50:52 +01:00
parent f8aaf132a6
commit a7c7a926a9
2 changed files with 9 additions and 3 deletions

View file

@ -102,7 +102,7 @@ public class ModEngineersDecor
@Override
@SideOnly(Side.CLIENT)
public @Nonnull ItemStack createIcon()
{ return new ItemStack(ModBlocks.CLINKER_BRICK_WALL); }
{ return new ItemStack(ModBlocks.TREATED_WOOD_LADDER); }
});
}

View file

@ -31,9 +31,9 @@ tile.engineersdecor.treated_wood_ladder.help=§6Weather-proof wooden ladder.
# Stairs and roofs
#-----------------------------------------------------------------------------------------------------------
tile.engineersdecor.clinker_brick_stairs.name=Clinker brick stairs
tile.engineersdecor.clinker_brick_stairs.help=§6§rLooks slightly darker and more color intensive than the vanilla brick block.
tile.engineersdecor.clinker_brick_stairs.help=§6Looks slightly darker and more color intensive than the vanilla brick block.
tile.engineersdecor.slag_brick_stairs.name=Clinker brick stairs
tile.engineersdecor.slag_brick_stairs.help=§6§rLooks slightly darker and more color intensive than the vanilla brick block.
tile.engineersdecor.slag_brick_stairs.help=§6Looks slightly darker and more color intensive than the vanilla brick block.
tile.engineersdecor.iron_sheet_roof.name=Iron sheet metal roof
tile.engineersdecor.iron_sheet_roof.help=§6Well, it's a roof.
@ -45,5 +45,11 @@ tile.engineersdecor.treated_wood_pole.help=§6Straight pole fragment with the di
Can be useful as alternative to the wire posts if special special lengths are needed, \
or as support for structures.
#-----------------------------------------------------------------------------------------------------------
# Furniture
#-----------------------------------------------------------------------------------------------------------
tile.engineersdecor.treated_wood_table.name=Treated wood table
tile.engineersdecor.treated_wood_table.help=§6Robust four-legged wood table.
# EOF
#-----------------------------------------------------------------------------------------------------------