Skip to content

Commit

Permalink
whoops that needed to be 1s
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoriusT committed Dec 24, 2023
1 parent 9514b77 commit 0392229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Nothing (I tend to only add finished Stuff to the Changelog).
[CHANGED] Many of the Endstone and Netherack Dust Recipes in the Centrifuge have been tweaked a bit. also they allow Dust Blocks now.
[CHANGED] Advanced Bumliaries are now only nerfed by half instead of quarter compared to the manual ones.
[CHANGED] Pincers now work on Mass Storages and Dust Funnels.
[ADDED] Sticks, Rocks and Bushes now have a Snow Layer when adjacent to any Snow Layer Blocks.
[ADDED] More Biome Dependant Ores in the Deepslate/Slate Layer.
[ADDED] Kilo-Bucket-O-Meter for when you need to measure really big Tanks. Do note that the Pressure Plates in the Fluid-O-Meter and the Bucket-O-Meter Recipe have changed slightly.
[ADDED] Rightclicking a GT6 Chest with Pincers will pull its content into your Inventory, prioritizing stackable Items first. This should greatly help with sorting through the contents of Loot Chests you opened at your Base, like a sane person would do.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public int getRenderPasses2(Block aBlock, boolean[] aShouldSideBeRendered) {

@Override
public boolean setBlockBounds2(Block aBlock, int aRenderPass, boolean[] aShouldSideBeRendered) {
if (aRenderPass == 1) {box(aBlock, 0, 0, 0, 0, PX_P[1], 0); return T;}
if (aRenderPass == 1) {box(aBlock, 0, 0, 0, 1, PX_P[1], 1); return T;}
switch(mFacing) {
case SIDE_X_POS: box(aBlock, PX_P[12], PX_P[ 2], PX_P[ 2], PX_N[ 0], PX_N[ 2], PX_N[ 2]); return T;
case SIDE_Y_POS: box(aBlock, PX_P[ 2], PX_P[12], PX_P[ 2], PX_N[ 2], PX_N[ 0], PX_N[ 2]); return T;
Expand Down

0 comments on commit 0392229

Please sign in to comment.