Gregtech++ [GT++] [GTplusplus]

Gregtech++ [GT++] [GTplusplus]

94.1k Downloads

MultiSizeTools

Rbhbkkacer opened this issue ยท 7 comments

commented

MultiSizeTools not working with stone from underground biomes. They dig up only one block instead of 9.

commented

UndergroundBiomes:igneousStone:[0..7]
UndergroundBiomes:igneousCobblestone:[0..7]
UndergroundBiomes:igneousStoneBrick:[0..7]
UndergroundBiomes:metamorphicStone:[0..7]
UndergroundBiomes:metamorphicCobblestone:[0..7]
UndergroundBiomes:metamorphicStoneBrick:[0..7]
UndergroundBiomes:sedimentaryStone:[0..7]
UndergroundBiomes:igneousStoneBrickHalfSlab:[0..7]
UndergroundBiomes:igneousStoneBrickFullSlab:[0..7]
UndergroundBiomes:metamorphicStoneBrickHalfSlab:[0..7]
UndergroundBiomes:metamorphicStoneBrickFullSlab:[0..7]
UndergroundBiomes:igneousStoneHalfSlab:[0..7]
UndergroundBiomes:igneousStoneFullSlab:[0..7]
UndergroundBiomes:metamorphicStoneHalfSlab:[0..7]
UndergroundBiomes:metamorphicStoneFullSlab:[0..7]
UndergroundBiomes:igneousCobblestoneHalfSlab:[0..7]
UndergroundBiomes:igneousCobblestoneFullSlab:[0..7]
UndergroundBiomes:metamorphicCobblestoneHalfSlab:[0..7]
UndergroundBiomes:metamorphicCobblestoneFullSlab:[0..7]
UndergroundBiomes:sedimentaryStoneHalfSlab:[0..7]
UndergroundBiomes:sedimentaryStoneFullSlab:[0..7]
UndergroundBiomes:stairs:[0..55]
UndergroundBiomes:wall:[0..55]
UndergroundBiomes:sedimentary_monsterStoneEgg:[0..7]
UndergroundBiomes:metamorphic_monsterStoneEgg:[0..7]

commented

ore dictionary:
ore:stone
ore:stoneBricks
ore:cobblestone
for these blocks:
UndergroundBiomes:igneousStone:[0..7]
UndergroundBiomes:igneousCobblestone:[0..7]
UndergroundBiomes:igneousStoneBrick:[0..7]
UndergroundBiomes:metamorphicStone:[0..7]
UndergroundBiomes:metamorphicCobblestone:[0..7]
UndergroundBiomes:metamorphicStoneBrick:[0..7]
UndergroundBiomes:sedimentaryStone:[0..7]

commented

What is the name of the stone?
Like, the item name preferably.

UndergroundBiomes:stone or something I guess.
Hold the stone and type /mt hand then let me know.

commented

Yeah I was hoping your recode would fix this sorta thing. :)

commented

They're pending a complete rewrite by @Rongmario. He's just on holidays.

Why I have touched them in a while to fix them.

commented

in file UtilsMining function getBlockTipe add code:

            if (block instanceof BlockStone) {
		return true;
	}
commented

Multitools were removed in ac8b633. Closing as issue no longer relevant.