Skip to content

Commit

Permalink
Merge pull request #54 from BTW-Community/v3.0.4
Browse files Browse the repository at this point in the history
V3.0.4
  • Loading branch information
ammoore00 committed Nov 12, 2021
2 parents cbf7a35 + 3c19aae commit a4df585
Show file tree
Hide file tree
Showing 62 changed files with 3,794 additions and 3,563 deletions.
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 3.0.4
Note that this version removed several base class edits and as such requires a clean install.
[list]
[*]Updated to BTW CE 1.2.3.
[*]Fixed an issue where the recipe for shingles slabs only produced 1 slab.
[*]Fixed an issue where chiseled white stone bricks could not be crafted.
[*]Fixed an issue where item frames, paintings, and canvases were not using the updated item replacement hooks.
[*]Fixed an issue where stained terracotta moulding and colored shingle moulding used wood sounds.
[*]Fixed an issue where colored shingle siding was missing its name.
[/list]

Version 3.0.3
Note that this version removed several base class edits and as such requires a clean install.
[list]
Expand Down
2 changes: 1 addition & 1 deletion minecraft/net/minecraft/src/DecoBlockChair.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public DecoBlockChair(int id, Material material, String tag) {
super(id, material);
this.setUnlocalizedName("decoBlockChair" + tag);
this.setCreativeTab(CreativeTabs.tabDecorations);
DecoManager.Register(this);
DecoManager.register(this);
this.InitBlockBounds(.0625F, 0, .0625F, 0.9375F, .625F, 0.9375F);
}

Expand Down
2 changes: 1 addition & 1 deletion minecraft/net/minecraft/src/DecoBlockChandelier.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public DecoBlockChandelier(int ID)
setCreativeTab(CreativeTabs.tabDecorations);
setHardness(0.3F);
setLightValue(1F);
DecoManager.Register(this);
DecoManager.register(this);
this.SetPicksEffectiveOn(true);
this.InitBlockBounds(.25D, 0.125D, .25D, .75D, 1.0D, .75D);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public DecoBlockCobbleLooseAndesite(int var1)
this.setStepSound(soundStoneFootstep);
this.setUnlocalizedName("decoBlockAndesiteCobbleLoose");
this.setCreativeTab(CreativeTabs.tabBlock);
DecoManager.Register(this);
DecoManager.register(this);
}

public boolean OnMortarApplied(World world, int x, int y, int z)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public DecoBlockCobbleLooseDiorite(int var1)
this.setStepSound(soundStoneFootstep);
this.setUnlocalizedName("decoBlockDioriteCobbleLoose");
this.setCreativeTab(CreativeTabs.tabBlock);
DecoManager.Register(this);
DecoManager.register(this);
}

public boolean OnMortarApplied(World world, int x, int y, int z)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public DecoBlockCobbleLooseGranite(int var1)
this.setStepSound(soundStoneFootstep);
this.setUnlocalizedName("decoBlockGraniteCobbleLoose");
this.setCreativeTab(CreativeTabs.tabBlock);
DecoManager.Register(this);
DecoManager.register(this);
}

public boolean OnMortarApplied(World world, int x, int y, int z)
Expand Down
2 changes: 1 addition & 1 deletion minecraft/net/minecraft/src/DecoBlockConcrete.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public DecoBlockConcrete(int id) {
this.setCreativeTab(CreativeTabs.tabBlock);
this.setStepSound(Block.soundStoneFootstep);
this.setUnlocalizedName("decoBlockConcrete");
DecoManager.Register(this, DecoUtilsMisc.colorOrder);
DecoManager.register(this, DecoUtilsMisc.colorOrder);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion minecraft/net/minecraft/src/DecoBlockConcretePowder.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public DecoBlockConcretePowder(int id) {
this.setStepSound(soundSandFootstep);
this.setCreativeTab(CreativeTabs.tabBlock);
this.setUnlocalizedName("decoBlockConcretePowder");
DecoManager.Register(this, DecoUtilsMisc.colorOrder);
DecoManager.register(this, DecoUtilsMisc.colorOrder);
}

public boolean DropComponentItemsOnBadBreak(World var1, int var2, int var3, int var4, int var5, float var6)
Expand Down
2 changes: 1 addition & 1 deletion minecraft/net/minecraft/src/DecoBlockHayBale.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public DecoBlockHayBale(int id)
this.SetAxesEffectiveOn(true);
this.setHardness(0.5F);
this.setResistance(2.0F);
DecoManager.Register(this);
DecoManager.register(this);
}

public boolean CanBePistonShoveled(World var1, int var2, int var3, int var4)
Expand Down
2 changes: 1 addition & 1 deletion minecraft/net/minecraft/src/DecoBlockLantern.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public DecoBlockLantern(int ID, Material material,float hardness, String tag ,bo
setCreativeTab(CreativeTabs.tabDecorations);
setHardness(hardness);
setLightValue(1F);
DecoManager.Register(this);
DecoManager.register(this);
this.InitBlockBounds(.3125D, 0.0D, .3125D, .6875D, .5D, .6875D);

if (material == Material.iron) {
Expand Down
2 changes: 1 addition & 1 deletion minecraft/net/minecraft/src/DecoBlockNetherBrick.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public DecoBlockNetherBrick(int var1)
this.setStepSound(soundStoneFootstep);
this.setUnlocalizedName("decoBlockNetherBrick");
this.setCreativeTab(CreativeTabs.tabBlock);
DecoManager.Register(this, new String[] {"red", "redChiseled", "chiseled"});
DecoManager.register(this, new String[] {"red", "redChiseled", "chiseled"});
}

/**
Expand Down
2 changes: 1 addition & 1 deletion minecraft/net/minecraft/src/DecoBlockPrismarine.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public DecoBlockPrismarine(int ID) {
this.setUnlocalizedName("decoBlockPrismarine");
this.setCreativeTab(CreativeTabs.tabBlock);

DecoManager.Register(this, new String[] {"prismarine", "prismarineBrick", "prismarineDark"});
DecoManager.register(this, new String[] {"prismarine", "prismarineBrick", "prismarineDark"});
}

public int damageDropped(int meta)
Expand Down
2 changes: 1 addition & 1 deletion minecraft/net/minecraft/src/DecoBlockSlateBrickLoose.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public DecoBlockSlateBrickLoose(int var1)
this.setStepSound(soundStoneFootstep);
this.setUnlocalizedName("decoBlockSlateBrickLoose");
this.setCreativeTab(CreativeTabs.tabBlock);
DecoManager.Register(this);
DecoManager.register(this);
}

public boolean OnMortarApplied(World world, int x, int y, int z)
Expand Down
2 changes: 1 addition & 1 deletion minecraft/net/minecraft/src/DecoBlockSlateCobbleLoose.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public DecoBlockSlateCobbleLoose(int var1)
this.setStepSound(soundStoneFootstep);
this.setUnlocalizedName("decoBlockSlateCobbleLoose");
this.setCreativeTab(CreativeTabs.tabBlock);
DecoManager.Register(this);
DecoManager.register(this);
}

public boolean OnMortarApplied(World world, int x, int y, int z)
Expand Down
2 changes: 1 addition & 1 deletion minecraft/net/minecraft/src/DecoBlockStairsHay.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ protected DecoBlockStairsHay(int var1)
this.setCreativeTab(CreativeTabs.tabBlock);
this.setUnlocalizedName("decoBlockHayStairs");
this.SetAxesEffectiveOn(true);
DecoManager.Register(this);
DecoManager.register(this);
}

public boolean DropComponentItemsOnBadBreak(World var1, int var2, int var3, int var4, int var5, float var6)
Expand Down
2 changes: 1 addition & 1 deletion minecraft/net/minecraft/src/DecoBlockStairsThatch.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ protected DecoBlockStairsThatch(int var1)
this.setCreativeTab(CreativeTabs.tabBlock);
this.setUnlocalizedName("decoBlockThatchStairs");
this.SetAxesEffectiveOn(true);
DecoManager.Register(this);
DecoManager.register(this);
}

public boolean DropComponentItemsOnBadBreak(World var1, int var2, int var3, int var4, int var5, float var6)
Expand Down
Loading

0 comments on commit a4df585

Please sign in to comment.