it takes 9 sapphires to make one block of sapphire (correct) however it takes 9 blocks of sapphire to make 9 sapphires it should be 1 block= 9
found another one the basic reward bag has a 16.66% chance of giving a "crap reward" of nothing i think an item id is missing.
yep the one you need to make the star harvester 9 sapphire makes one block 9 blocks makes 9 saphires.
Gyazo - b244cd49204cf732d6fc8a5e902cc44a.png Gyazo - 3cf388174ea7f45a5adcfd30196ce187.png[DOUBLEPOST=1439548681][/DOUBLEPOST]would you like me to wright minetweeks to fix them?[DOUBLEPOST=1439548733][/DOUBLEPOST]also the basic reward bag list has invalid ids Gyazo - e8894230faca8f308b7c89ca22d56524.png
ill work on that when i get done at work then.[DOUBLEPOST=1439603369,1439549539][/DOUBLEPOST]ok the blocks that are bugged are Saphire Frozen iron and Ununpentium Code: <SpacePluto:pluto_block:7> <ore:sapphireBlock> <SpacePluto:null> <ore:sapphire> <SpacePluto:pluto_block:8> <ore:ununpetiumRawBlock> <SpacePluto:null:2> <ore:ingotFrozenIron> <SpacePluto:pluto_block:9> <ore:ingotFrozenIronBlock> <SpacePluto:null:1> <ore:ununpetiumRaw> To do list Fix Saphire recipy DONE fix Frozen iron REcipy DONE fix Ununpetium REcipy DONE Remove wrong oredic from Frozen iron block Done? Remove Wrong oredic from Frozen ununpetium Block Done? Spoiler: Fixing ore Dic please Check Code: val firon = <ore:ingotFrozenIronBlock>; firon.remove(<ore:ununpentiumRawBlock>); firon.add(<SpacePluto:pluto_block:8>: val ununp =<ore:ununpetiumRawBlock>: ununp.remove(<ore:ingotFrozenIronBlock>) ununp.add(<ore:ununpetiumRawBlock>) Spoiler: removes Broken Recipes Code: recipes.removeShaped(<SpacePluto:null>); recipes.removeShaped(<SpacePluto:null:1>); recipes.removeShaped(<SpacePluto:null:2>); Spoiler: adding new recipies Code: recipes.addShapeless(<SpacePluto:null> * 9, [<ore:sapphireBlock>]); recipes.addShapeless(<SpacePluto:null:2> * 9, [<SpacePluto:pluto_block:8>]); recipes.addShapeless(<SpacePluto:null:1> * 9, [<SpacePluto:pluto_block:9>]); also i request a nametag recipy as it is hard to get them. Spoiler: Tinkers nametag Recipy Code: recipes.addShaped(<minecraft:name_tag>, [[null, <minecraft:string>, <minecraft:null>], [<minecraft:string>, <ore:slimeball>, <minecraft:string>], [null, null, <minecraft:paper>]]); [DOUBLEPOST=1439689485][/DOUBLEPOST]mrWilli?
Hm, whats that with the oredict? Edit: added the other things, thanks Fixes few 4Space crafting bugs · MyM-ModpackTeam/GalacticScience@63a9e90 · GitHub Added recipe for minecraft name tag · MyM-ModpackTeam/GalacticScience@1e22113 · GitHub
had the fix been applied to the server ot will it be next update as it appears the recipys didnt load.