Do you have infusion research? Google told me you need that tooHow do you unlock the everfull urn? A google told me to research the arcane ear, but that didn't help.
Do you have infusion research? Google told me you need that tooHow do you unlock the everfull urn? A google told me to research the arcane ear, but that didn't help.
Do you have infusion research? Google told me you need that too
As hinted by Yulife, world gen breaks with this pack if you do not use biomes o plenty's world gen. As a result that seed is totally normal and I am surprised that it is not all mushroom biome if you used the default minecraft world gen setting.
From the code https://github.com/Flaxbeard/Thaumi...umicexploration/research/ModResearch.java#L64Heh, yeah, but I figured that one was a more obvious one to have done.
I've done everything that I could find that makes sense. Clay golems, void jars, all the alchemy / tube / thaumatorium / centrifuge style research...
Still no urn. What does it show up connected to in the book?
For the Everfull Urn you need to unlock the tab that has The Forbidden Secrets of the Arcane and for that you need a LOT of warp.
Quick question about java : Java 7 or 8 ? How to specify java version in ServerStart.bat ?
But the new launcher will give credit to the mod devs each time a pack is downloaded which is currently impossible in the current launcher.
I have always enjoyed how user friendly the launcher is and as long as that stays the same i will not complain.
HALLELUJAHah thanks I should have read a few pages back so thanks... will enjoy putting speed upgrades into the ae inscriber
re: the changelog. What do you mean by "removed garden recipes"?
From the code https://github.com/Flaxbeard/Thaumi...umicexploration/research/ModResearch.java#L64
Infusion and Arcane Ear is all you needed. Maybe check different tabs? It should connect to Infusion or Arcane Ear
Also from https://plus.google.com/ sl1pg8r/posts/MgEDRSeJYtq
Basically they were unobtainable before, not even Silk Touch so I added a recipe for them. Now they can be rightclicked to be picked up which makes it a lot easier.What do you mean by "removed garden recipes"?
Change your download location to Curse in Advanced Options.I need help.
Everytime i launch the game, the console always show this up:
[22:06:32] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:06:32] [main/ERROR]: Unable to launch
java.lang.ClassNotFoundException: cpw.mods.fml.common.launcher.FMLTweaker
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:106) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:98) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
Is this because I'm using Java 8?
#Different Recipe for Chisel
recipes.remove(<chisel:chisel>);
recipes.addShaped(<chisel:chisel>,
[[null, null, <minecraft:iron_ingot>],
[null, <ore:plankWood>, null],
[<ore:stickWood>, null, null]]);
#Different Recipe for Cloud in a Bottle
recipes.remove(<chisel:cloudinabottle>);
recipes.addShapeless(<chisel:cloudinabottle>, [<minecraft:glass_bottle>, <Thaumcraft:ItemShard>, <Natura:Cloud>]);
#Different Recipe for Ball of Moss
recipes.remove(<chisel:ballomoss>);
recipes.addShaped(<chisel:ballomoss> * 3,
[[<BiomesOPlenty:moss>, <BiomesOPlenty:moss>, <BiomesOPlenty:moss>],
[<BiomesOPlenty:moss>, <BiomesOPlenty:moss>, <BiomesOPlenty:moss>],
[<BiomesOPlenty:moss>, <BiomesOPlenty:moss>, <BiomesOPlenty:moss>]]);
#Different Recipe for Smashing Rock
recipes.remove(<chisel:smashingrock>);
recipes.addShapeless(<chisel:smashingrock> * 3, [<minecraft:flint>, <minecraft:gunpowder>, <minecraft:cobblestone>]);
#Different Recipe for Auto Chisel
recipes.remove(<chisel:autoChisel>);
recipes.addShaped(<chisel:autoChisel>,
[[<ore:barsIron>, <ore:barsIron>, <ore:barsIron>],
[<ore:barsIron>, <chisel:chisel>, <ore:barsIron>],
[<minecraft:stone_slab>, <minecraft:crafting_table>, <minecraft:stone_slab>]]);
#Different Recipe for Voidstone
recipes.remove(<chisel:voidstone2>);
recipes.addShaped(<chisel:voidstone2> * 8,
[[<Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>],
[<Thaumcraft:blockCosmeticSolid:1>, <minecraft:ender_eye>, <Thaumcraft:blockCosmeticSolid:1>],
[<Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>]]);
#Different Recipe for Energized Voidstone
recipes.remove(<chisel:voidstone>);
recipes.addShaped(<chisel:voidstone> * 8,
[[<Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>],
[<Thaumcraft:blockCosmeticSolid:1>, <minecraft:ender_pearl>, <Thaumcraft:blockCosmeticSolid:1>],
[<Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>]]);
#Different Recipe for Labotary Block
recipes.remove(<chisel:laboratoryblock>);
recipes.addShaped(<chisel:laboratoryblock> * 8,
[[<OpenBlocks:canvas>, <OpenBlocks:canvas>, <OpenBlocks:canvas>],
[<OpenBlocks:canvas>, <minecraft:quartz_block>, <OpenBlocks:canvas>],
[<OpenBlocks:canvas>, <OpenBlocks:canvas>, <OpenBlocks:canvas>]]);
#Different Recipe for Hex Plating
recipes.remove(<chisel:hexPlating>);
recipes.addShaped(<chisel:hexPlating> * 8,
[[<ore:blockGlass>, <MineFactoryReloaded:stone:4>, <ore:blockGlass>],
[<MineFactoryReloaded:stone:4>, <minecraft:redstone>, <MineFactoryReloaded:stone:4>],
[<ore:blockGlass>, <MineFactoryReloaded:stone:4>, <ore:blockGlass>]]);
#Different Recipe for Scorching Block
recipes.remove(<chisel:scorching>);
recipes.addShaped(<chisel:scorching> * 8,
[[<ore:dustObsidian>, <minecraft:fire_charge>, <ore:dustObsidian>],
[<minecraft:fire_charge>, <Botania:quartzTypeBlaze>, <minecraft:fire_charge>],
[<ore:dustObsidian>, <minecraft:fire_charge>, <ore:dustObsidian>]]);
#Different Recipe for Grimstone
recipes.remove(<chisel:grimstone>);
recipes.addShaped(<chisel:grimstone> * 8,
[[<ProjRed|Exploration:projectred.exploration.stone:2>, <progressiveautomation:CoalPellet>, <ProjRed|Exploration:projectred.exploration.stone:2>],
[<progressiveautomation:CoalPellet>, <minecraft:flint>, <progressiveautomation:CoalPellet>],
[<ProjRed|Exploration:projectred.exploration.stone:2>, <progressiveautomation:CoalPellet>, <ProjRed|Exploration:projectred.exploration.stone:2>]]);
#Different Recipe for Holystone
recipes.remove(<chisel:holystone>);
recipes.addShaped(<chisel:holystone> * 8,
[[<ore:blockMarble>, <ore:blockMarble>, <ore:blockMarble>],
[<ore:blockMarble>, <minecraft:glowstone_dust>, <ore:blockMarble>],
[<ore:blockMarble>, <ore:blockMarble>, <ore:blockMarble>]]);
#Different Recipe for Lavastone
recipes.remove(<chisel:lavastone>);
recipes.addShaped(<chisel:lavastone> * 8,
[[<minecraft:stone_slab:5>, <ore:stone>, <minecraft:stone_slab:5>],
[<ore:stone>, <ore:bucketLava>, <ore:stone>],
[<minecraft:stone_slab:5>, <ore:stone>, <minecraft:stone_slab:5>]]);
#Different Recipe for Waterstone
recipes.remove(<chisel:waterstone>);
recipes.addShaped(<chisel:waterstone> * 8,
[[<minecraft:stone_slab:5>, <ore:stone>, <minecraft:stone_slab:5>],
[<ore:stone>, <ore:listAllwater>, <ore:stone>],
[<minecraft:stone_slab:5>, <ore:stone>, <minecraft:stone_slab:5>]]);
#Different Recipe for Fantasy Block
recipes.remove(<chisel:fantasyblock2>);
recipes.addShaped(<chisel:fantasyblock2> * 8,
[[<ore:blockMarble>, <ore:blockMarble>, <ore:blockMarble>],
[<ore:blockMarble>, <ore:nuggetGold>, <ore:blockMarble>],
[<ore:blockMarble>, <ore:blockMarble>, <ore:blockMarble>]]);
#Different Recipe for Purpled Fantasy Block
recipes.remove(<chisel:fantasyblock>);
recipes.addShaped(<chisel:fantasyblock> * 8,
[[<chisel:fantasyblock2>, <chisel:fantasyblock2>, <chisel:fantasyblock2>],
[<chisel:fantasyblock2>, <ore:dyePurple>, <chisel:fantasyblock2>],
[<chisel:fantasyblock2>, <chisel:fantasyblock2>, <chisel:fantasyblock2>]]);
#Different Recipe for Tyrian
recipes.remove(<chisel:tyrian>);
recipes.addShaped(<chisel:tyrian> * 8,
[[<ore:nuggetIron>, <MineFactoryReloaded:stone:4>, <ore:nuggetIron>],
[<MineFactoryReloaded:stone:4>, <ore:nuggetLead>, <MineFactoryReloaded:stone:4>],
[<ore:nuggetIron>, <MineFactoryReloaded:stone:4>, <ore:nuggetIron>]]);
#Different Recipe for Temple Block
recipes.remove(<chisel:templeblock>);
recipes.addShaped(<chisel:templeblock> * 8,
[[<minecraft:stone_slab:5>, <minecraft:stonebrick>, <minecraft:stone_slab:5>],
[<minecraft:stonebrick>, <minecraft:dye:4>, <minecraft:stonebrick>],
[<minecraft:stone_slab:5>, <minecraft:stonebrick>, <minecraft:stone_slab:5>]]);
#Different Recipe for Factory Block
recipes.remove(<chisel:factoryblock>);
recipes.addShaped(<chisel:factoryblock> * 8,
[[<minecraft:stone_slab:5>, <minecraft:iron_ingot>, <minecraft:stone_slab:5>],
[<minecraft:iron_ingot>, <ore:nuggetCopper>, <minecraft:iron_ingot>],
[<minecraft:stone_slab:5>, <minecraft:iron_ingot>, <minecraft:stone_slab:5>]]);
#Different Recipe for Technical Block
recipes.remove(<chisel:technical>);
recipes.addShaped(<chisel:technical> * 8,
[[<minecraft:stone_slab:5>, <ore:ingotCopper>, <minecraft:stone_slab:5>],
[<ore:ingotCopper>, <ore:nuggetIron>, <ore:ingotCopper>],
[<minecraft:stone_slab:5>, <ore:ingotCopper>, <minecraft:stone_slab:5>]]);
#Different Recipe for Transparent Technical Block
recipes.remove(<chisel:technical2>);
recipes.addShaped(<chisel:technical2> * 8,
[[<minecraft:glass_pane>, <ore:ingotCopper>, <minecraft:glass_pane>],
[<ore:ingotCopper>, <ore:nuggetIron>, <ore:ingotCopper>],
[<minecraft:glass_pane>, <ore:ingotCopper>, <minecraft:glass_pane>]]);
#Different Recipe for Futura Block
recipes.remove(<chisel:futura>);
recipes.addShaped(<chisel:futura> * 8,
[[<ore:nuggetIron>, <minecraft:stone_slab:5>, <ore:nuggetIron>],
[<minecraft:stone_slab:5>, <minecraft:glowstone_dust>, <minecraft:stone_slab:5>],
[<ore:nuggetIron>, <minecraft:stone_slab:5>, <ore:nuggetIron>]]);
#Different Recipe for Alert Blocks
recipes.remove(<chisel:warningSign>);
recipes.addShaped(<chisel:warningSign> * 8,
[[<ore:dyeBlack>, <ore:nuggetIron>, <ore:dyeYellow>],
[<ore:nuggetIron>, <minecraft:sign>, <ore:nuggetIron>],
[<ore:dyeYellow>, <ore:nuggetIron>, <ore:dyeBlack>]]);
#Different Recipes for Auto Chisel Upgrades
#Speed
recipes.addShapeless(<chisel:item.upgrade>, [<ore:itemSilicon>, <ore:ingotCopper>, <ore:dustGold>]);
#Auto-Output
recipes.addShapeless(<chisel:item.upgrade:1>, [<ore:itemSilicon>, <ore:ingotCopper>, <minecraft:piston>]);
#Auto-Output
recipes.addShapeless(<chisel:item.upgrade:2>, [<ore:itemSilicon>, <ore:ingotCopper>, <minecraft:tnt>]);
[spoiler/]
[code/]
The gardens are the many types of wild plants that spawn with world gen from pam's harvest that drop random vegetables/crops of their type when broken. Currently it is possible to craft them and this change will disable that.
When I looked at Chisel's recipes, I noticed that they were extremely conflictable, unbalanced and unfitting.
Thus, I changed almost every recipe for every base block (Chisel-able blocks that have the metadata of 0), normal block and item of the Chisel mod and it turned out pretty well. Before you gasp thinking "Oh crap, Yulife nerfed a mod to oblivion again...", I actually boosted some recipes and made them more compatible so I think it is pretty balanced. Important as well is that the many missing recipes of Chisel (Futura Block, Auto-Chisel upgrades, transparent Technical Blocks) also got fixed and replaced by a recipe. Feel free to leave your opinion.
Script's here.
Code:#Different Recipe for Chisel recipes.remove(<chisel:chisel>); recipes.addShaped(<chisel:chisel>, [[null, null, <minecraft:iron_ingot>], [null, <ore:plankWood>, null], [<ore:stickWood>, null, null]]); #Different Recipe for Cloud in a Bottle recipes.remove(<chisel:cloudinabottle>); recipes.addShapeless(<chisel:cloudinabottle>, [<minecraft:glass_bottle>, <Thaumcraft:ItemShard>, <Natura:Cloud>]); #Different Recipe for Ball of Moss recipes.remove(<chisel:ballomoss>); recipes.addShaped(<chisel:ballomoss> * 3, [[<BiomesOPlenty:moss>, <BiomesOPlenty:moss>, <BiomesOPlenty:moss>], [<BiomesOPlenty:moss>, <BiomesOPlenty:moss>, <BiomesOPlenty:moss>], [<BiomesOPlenty:moss>, <BiomesOPlenty:moss>, <BiomesOPlenty:moss>]]); #Different Recipe for Smashing Rock recipes.remove(<chisel:smashingrock>); recipes.addShapeless(<chisel:smashingrock> * 3, [<minecraft:flint>, <minecraft:gunpowder>, <minecraft:cobblestone>]); #Different Recipe for Auto Chisel recipes.remove(<chisel:autoChisel>); recipes.addShaped(<chisel:autoChisel>, [[<ore:barsIron>, <ore:barsIron>, <ore:barsIron>], [<ore:barsIron>, <chisel:chisel>, <ore:barsIron>], [<minecraft:stone_slab>, <minecraft:crafting_table>, <minecraft:stone_slab>]]); #Different Recipe for Voidstone recipes.remove(<chisel:voidstone2>); recipes.addShaped(<chisel:voidstone2> * 8, [[<Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>], [<Thaumcraft:blockCosmeticSolid:1>, <minecraft:ender_eye>, <Thaumcraft:blockCosmeticSolid:1>], [<Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>]]); #Different Recipe for Energized Voidstone recipes.remove(<chisel:voidstone>); recipes.addShaped(<chisel:voidstone> * 8, [[<Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>], [<Thaumcraft:blockCosmeticSolid:1>, <minecraft:ender_pearl>, <Thaumcraft:blockCosmeticSolid:1>], [<Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>, <Thaumcraft:blockCosmeticSolid:1>]]); #Different Recipe for Labotary Block recipes.remove(<chisel:laboratoryblock>); recipes.addShaped(<chisel:laboratoryblock> * 8, [[<OpenBlocks:canvas>, <OpenBlocks:canvas>, <OpenBlocks:canvas>], [<OpenBlocks:canvas>, <minecraft:quartz_block>, <OpenBlocks:canvas>], [<OpenBlocks:canvas>, <OpenBlocks:canvas>, <OpenBlocks:canvas>]]); #Different Recipe for Hex Plating recipes.remove(<chisel:hexPlating>); recipes.addShaped(<chisel:hexPlating> * 8, [[<ore:blockGlass>, <MineFactoryReloaded:stone:4>, <ore:blockGlass>], [<MineFactoryReloaded:stone:4>, <minecraft:redstone>, <MineFactoryReloaded:stone:4>], [<ore:blockGlass>, <MineFactoryReloaded:stone:4>, <ore:blockGlass>]]); #Different Recipe for Scorching Block recipes.remove(<chisel:scorching>); recipes.addShaped(<chisel:scorching> * 8, [[<ore:dustObsidian>, <minecraft:fire_charge>, <ore:dustObsidian>], [<minecraft:fire_charge>, <Botania:quartzTypeBlaze>, <minecraft:fire_charge>], [<ore:dustObsidian>, <minecraft:fire_charge>, <ore:dustObsidian>]]); #Different Recipe for Grimstone recipes.remove(<chisel:grimstone>); recipes.addShaped(<chisel:grimstone> * 8, [[<ProjRed|Exploration:projectred.exploration.stone:2>, <progressiveautomation:CoalPellet>, <ProjRed|Exploration:projectred.exploration.stone:2>], [<progressiveautomation:CoalPellet>, <minecraft:flint>, <progressiveautomation:CoalPellet>], [<ProjRed|Exploration:projectred.exploration.stone:2>, <progressiveautomation:CoalPellet>, <ProjRed|Exploration:projectred.exploration.stone:2>]]); #Different Recipe for Holystone recipes.remove(<chisel:holystone>); recipes.addShaped(<chisel:holystone> * 8, [[<ore:blockMarble>, <ore:blockMarble>, <ore:blockMarble>], [<ore:blockMarble>, <minecraft:glowstone_dust>, <ore:blockMarble>], [<ore:blockMarble>, <ore:blockMarble>, <ore:blockMarble>]]); #Different Recipe for Lavastone recipes.remove(<chisel:lavastone>); recipes.addShaped(<chisel:lavastone> * 8, [[<minecraft:stone_slab:5>, <ore:stone>, <minecraft:stone_slab:5>], [<ore:stone>, <ore:bucketLava>, <ore:stone>], [<minecraft:stone_slab:5>, <ore:stone>, <minecraft:stone_slab:5>]]); #Different Recipe for Waterstone recipes.remove(<chisel:waterstone>); recipes.addShaped(<chisel:waterstone> * 8, [[<minecraft:stone_slab:5>, <ore:stone>, <minecraft:stone_slab:5>], [<ore:stone>, <ore:listAllwater>, <ore:stone>], [<minecraft:stone_slab:5>, <ore:stone>, <minecraft:stone_slab:5>]]); #Different Recipe for Fantasy Block recipes.remove(<chisel:fantasyblock2>); recipes.addShaped(<chisel:fantasyblock2> * 8, [[<ore:blockMarble>, <ore:blockMarble>, <ore:blockMarble>], [<ore:blockMarble>, <ore:nuggetGold>, <ore:blockMarble>], [<ore:blockMarble>, <ore:blockMarble>, <ore:blockMarble>]]); #Different Recipe for Purpled Fantasy Block recipes.remove(<chisel:fantasyblock>); recipes.addShaped(<chisel:fantasyblock> * 8, [[<chisel:fantasyblock2>, <chisel:fantasyblock2>, <chisel:fantasyblock2>], [<chisel:fantasyblock2>, <ore:dyePurple>, <chisel:fantasyblock2>], [<chisel:fantasyblock2>, <chisel:fantasyblock2>, <chisel:fantasyblock2>]]); #Different Recipe for Tyrian recipes.remove(<chisel:tyrian>); recipes.addShaped(<chisel:tyrian> * 8, [[<ore:nuggetIron>, <MineFactoryReloaded:stone:4>, <ore:nuggetIron>], [<MineFactoryReloaded:stone:4>, <ore:nuggetLead>, <MineFactoryReloaded:stone:4>], [<ore:nuggetIron>, <MineFactoryReloaded:stone:4>, <ore:nuggetIron>]]); #Different Recipe for Temple Block recipes.remove(<chisel:templeblock>); recipes.addShaped(<chisel:templeblock> * 8, [[<minecraft:stone_slab:5>, <minecraft:stonebrick>, <minecraft:stone_slab:5>], [<minecraft:stonebrick>, <minecraft:dye:4>, <minecraft:stonebrick>], [<minecraft:stone_slab:5>, <minecraft:stonebrick>, <minecraft:stone_slab:5>]]); #Different Recipe for Factory Block recipes.remove(<chisel:factoryblock>); recipes.addShaped(<chisel:factoryblock> * 8, [[<minecraft:stone_slab:5>, <minecraft:iron_ingot>, <minecraft:stone_slab:5>], [<minecraft:iron_ingot>, <ore:nuggetCopper>, <minecraft:iron_ingot>], [<minecraft:stone_slab:5>, <minecraft:iron_ingot>, <minecraft:stone_slab:5>]]); #Different Recipe for Technical Block recipes.remove(<chisel:technical>); recipes.addShaped(<chisel:technical> * 8, [[<minecraft:stone_slab:5>, <ore:ingotCopper>, <minecraft:stone_slab:5>], [<ore:ingotCopper>, <ore:nuggetIron>, <ore:ingotCopper>], [<minecraft:stone_slab:5>, <ore:ingotCopper>, <minecraft:stone_slab:5>]]); #Different Recipe for Transparent Technical Block recipes.remove(<chisel:technical2>); recipes.addShaped(<chisel:technical2> * 8, [[<minecraft:glass_pane>, <ore:ingotCopper>, <minecraft:glass_pane>], [<ore:ingotCopper>, <ore:nuggetIron>, <ore:ingotCopper>], [<minecraft:glass_pane>, <ore:ingotCopper>, <minecraft:glass_pane>]]); #Different Recipe for Futura Block recipes.remove(<chisel:futura>); recipes.addShaped(<chisel:futura> * 8, [[<ore:nuggetIron>, <minecraft:stone_slab:5>, <ore:nuggetIron>], [<minecraft:stone_slab:5>, <minecraft:glowstone_dust>, <minecraft:stone_slab:5>], [<ore:nuggetIron>, <minecraft:stone_slab:5>, <ore:nuggetIron>]]); #Different Recipe for Alert Blocks recipes.remove(<chisel:warningSign>); recipes.addShaped(<chisel:warningSign> * 8, [[<ore:dyeBlack>, <ore:nuggetIron>, <ore:dyeYellow>], [<ore:nuggetIron>, <minecraft:sign>, <ore:nuggetIron>], [<ore:dyeYellow>, <ore:nuggetIron>, <ore:dyeBlack>]]); #Different Recipes for Auto Chisel Upgrades #Speed recipes.addShapeless(<chisel:item.upgrade>, [<ore:itemSilicon>, <ore:ingotCopper>, <ore:dustGold>]); #Auto-Output recipes.addShapeless(<chisel:item.upgrade:1>, [<ore:itemSilicon>, <ore:ingotCopper>, <minecraft:piston>]); #Auto-Output recipes.addShapeless(<chisel:item.upgrade:2>, [<ore:itemSilicon>, <ore:ingotCopper>, <minecraft:tnt>]); [spoiler/] [code/]
Change your download location to Curse in Advanced Options.
If nothing works, use the archive plus MultiMC.I changed the download location and reinstalled it
It still came out as the same logs
Have you read the OP post?I tried to enter the Offical server (Rising Dawn)
But it seems like it had disabled some mods.
The problem is, i don't know which mod they had disabled.
(I'm using Wanderlust Reloaded 1.2.0 client)
Rising Dawn
- Official server, Rising Dawn (Middee & HavicDave) : therisingdawn.mcph.co
- -No griefing
- -Cauldron alongside of Essentials, WorldBorder, etc.
- Optional mods that are not used:
- -> Bluepower; YABM
Have you read the OP post?