I have been able to place torches with Obisidian pickaxes but not with Stone ones.
Intended ?
Greg does not replace vanilla tools with his own tools. Therefore stone pickaxes are vanilla pickaxes and therefore they suck.
I recommend using this minetweaker script to replace vanilla stone tools with gregtech stone tools.
Code
- recipes.removeShaped(<minecraft:stone_sword>);
- recipes.removeShaped(<minecraft:stone_shovel>);
- recipes.removeShaped(<minecraft:stone_pickaxe>);
- recipes.removeShaped(<minecraft:stone_axe>);
- recipes.removeShaped(<minecraft:stone_hoe>);
- recipes.addShaped(<gregtech:gt.metatool.01:0>.withTag({"GT.ToolStats": {a: 8500, c: 8221, j: 1600}}), [
- [<ore:stoneCobble>],
- [<ore:stoneCobble>],
- [<ore:stickWood>]]);
- recipes.addShaped(<gregtech:gt.metatool.01:2>.withTag({"GT.ToolStats": {a: 8500, c: 8221, j: 1600}}), [
- [<ore:stoneCobble>,<ore:stoneCobble>,<ore:stoneCobble>],
- [null,<ore:stickWood>,null],
- [null,<ore:stickWood>,null]]);
- recipes.addShaped(<gregtech:gt.metatool.01:4>.withTag({"GT.ToolStats": {a: 8500, c: 8221, j: 1600}}), [
- [<ore:stoneCobble>],
- [<ore:stickWood>],
- [<ore:stickWood>]]);
- recipes.addShapedMirrored(<gregtech:gt.metatool.01:6>.withTag({"GT.ToolStats": {a: 8500, c: 8221, j: 1600}}), [
- [<ore:stoneCobble>,<ore:stoneCobble>],
- [<ore:stoneCobble>,<ore:stickWood>],
- [null,<ore:stickWood>]]);
- recipes.addShaped(<gregtech:gt.metatool.01:8>.withTag({"GT.ToolStats": {a: 8500, c: 8221, j: 1600}}), [
- [<ore:stoneCobble>,<ore:stoneCobble>],
- [null,<ore:stickWood>],
- [null,<ore:stickWood>]]);