30 Dec 2018, 21:33
Is watch of the flowing time disabled in stoneblock? Tried crafting it a lot of times but don't seem to get any luck.
Is watch of the flowing time disabled in stoneblock? Tried crafting it a lot of times but don't seem to get any luck.
yeah here's the full list
// rebornstorage
recipes.remove(<rebornstorage:storagecell>);
recipes.remove(<rebornstorage:storagecell:1>);
recipes.remove(<rebornstorage:storagecell:2>);
recipes.remove(<rebornstorage:storagecell:3>);
recipes.remove(<rebornstorage:storagecellfluid>);
recipes.remove(<rebornstorage:storagecellfluid:1>);
recipes.remove(<rebornstorage:storagecellfluid:2>);
recipes.remove(<rebornstorage:storagecellfluid:3>);
recipes.remove(<rebornstorage:storagepart>);
recipes.remove(<rebornstorage:storagepart:1>);
recipes.remove(<rebornstorage:storagepart:2>);
recipes.remove(<rebornstorage:storagepart:3>);
recipes.remove(<rebornstorage:storagepart:4>);
recipes.remove(<rebornstorage:storagepart:5>);
recipes.remove(<rebornstorage:storagepart:6>);
recipes.remove(<rebornstorage:storagepart:7>);
recipes.remove(<rebornstorage:multicrafter>);
recipes.remove(<rebornstorage:multicrafter:1>);
recipes.remove(<rebornstorage:multicrafter:2>);
recipes.remove(<rebornstorage:multicrafter:3>);
recipes.remove(<rebornstorage:multicrafter:4>);
// aa breaker
recipes.remove(<actuallyadditions:block_placer>);
//ProjectE
mods.jei.JEI.removeAndHide(<projecte:item.pe_harvest_god>);
mods.jei.JEI.removeAndHide(<projecte:item.pe_time_watch>);
mods.jei.JEI.removeAndHide(<projecte:item.pe_gem_density>);
Thanks !