Love the mod, have been using it for awhile now and only have 1 real issue with it. In the milk section, when you need to have the culture jar above fire to get starter cultures it doesnt look nice to have a floating bottle above a fire pit. I'm not sure if there is a way to fix that in the config (i haven't messed with the "heat" section at all im not sure what that does) But i would love to see the culture jars be useful without having them just hover there. But regardless the mod is fantastic and keep up the good work, you're doing a fantastic job
This is actually on our new feature to do list. That has been one of my pet peeves as well.
Is it correct that there is not a 1.9/1.10 version right now?
I'd love to test something if it exists, I see there's a github for 1.9 but it says it hasn't been updated in a month, and it doesn't look like that was for in game content.
You are correct ... we have had a couple of attempts at doing a direct upgrade/update to 1.8 and 1.9 but it is very slow going. For the 1.9 update I am still working out 1200 more errors out of the original 2300.
I've noticed that the thisle seeds look weird when you place them, like theres a texture error where it shows the top part. Another thing that I would like to point out is that in 2.6.3 the thistle is incompatible with the AppleCore mod.
Crash Report
---- Minecraft Crash Report ----
// I feel sad now
Time: 8/16/16 5:10 PM
Description: Exception ticking world
java.lang.NoSuchFieldError: dispatcher
at growthcraft.core.integration.AppleCore.validateGrowthTick_AC(AppleCore.java:34)
at growthcraft.core.integration.AppleCore.validateGrowthTick(AppleCore.java:40)
at growthcraft.hops.common.block.BlockHops.func_149674_a(BlockHops.java:109)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:391)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:183)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at growthcraft.core.integration.AppleCore.validateGrowthTick_AC(AppleCore.java:34)
at growthcraft.core.integration.AppleCore.validateGrowthTick(AppleCore.java:40)
at growthcraft.hops.common.block.BlockHops.func_149674_a(BlockHops.java:109)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:391)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:183)
-- Affected level --
Details:
Level name: New World
All players: 1 total; [GCEntityPlayerMP['killerjdog51'/55, l='New World', x=32.89, y=4.00, z=-15.23]]
Chunk stats: ServerChunkCache: 529 Drop: 0
Level seed: -6739181957158642475
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (37,4,-14), Chunk: (at 5,0,2 in 2,-1; contains blocks 32,0,-16 to 47,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 2004 game time, 2004 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 46665 (now: false), thunder time: 29887 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Heya there, I added the lit furnace (with the help of your code now it works) so i wanted to add other furnaces too (like for example the holystone furnace from the aether2 mod) but i cannot for the life of me seem to get it to work, I copied the passage from the lit furnace and replaced the mod and block id but it still doesn't work and i just can't see the error, because the normal lit furnace still works and i'm defenetely using the right file (not the default file). I can post my code here, maybe someone sees the problem:
{
"comment": "",
"data": [
{
"comment": "This is Nitor.",
"mod_id": "Thaumcraft",
"block_name": "blockAiry",
"states": {
"1": 1.0
}
},
{
"comment": "Fire!",
"mod_id": "minecraft",
"block_name": "fire",
"states": {
"32767": 1.0
}
},
{
"comment": "We need to register both states of lava, this when its flowing",
"mod_id": "minecraft",
"block_name": "flowing_lava",
"states": {
"32767": 0.7
}
},
{
"comment": "And when its a still pool.",
"mod_id": "minecraft",
"block_name": "lava",
"states": {
"32767": 0.7
}
},
{
"comment": "A lit furnace",
"mod_id": "minecraft",
"block_name": "lit_furnace",
"states": {
"32767": 1.0
}
},
{
"comment": "Holystone Furnace",
"mod_id": "aether",
"block_name": ":holystoneFurnaceBurning",
"states": {
"1": 1.0
}
}
]
}
I would really like to add the other furnaces my mods give me (Nether Furnace, Slab Furnace and so on) so it would be really awesome to find the problem so i can add the others myself. Thank you in advance, I really love this mod ^^
Edit: I seem to have got is working at least for theHolystone furnace and the witches oven from witchery (doesn't look good with the glass hovering over it but still xD), now I'm just a bit confused, because how could I go about adding Furnaces (like Natura's Netherrack Furnace or Tinker's Construct's Slab Furnace) where I can't seem to find two block IDs for the unused and the lit Furnace? Any ideas? I'll also post my now working code from the config here, if anyone wants to take a look
{
"comment": "",
"data": [
{
"comment": "This is Nitor.",
"mod_id": "Thaumcraft",
"block_name": "blockAiry",
"states": {
"1": 1.0
}
},
{
"comment": "Fire!",
"mod_id": "minecraft",
"block_name": "fire",
"states": {
"32767": 1.0
}
},
{
"comment": "We need to register both states of lava, this when its flowing",
"mod_id": "minecraft",
"block_name": "flowing_lava",
"states": {
"32767": 0.7
}
},
{
"comment": "And when its a still pool.",
"mod_id": "minecraft",
"block_name": "lava",
"states": {
"32767": 0.7
}
},
{
"comment": "A lit furnace",
"mod_id": "minecraft",
"block_name": "lit_furnace",
"states": {
"32767": 1.0
}
},
{
"comment": "A lit Holystone Furnace",
"mod_id": "aether",
"block_name": "holystoneFurnaceBurning",
"states": {
"32767": 1.0
}
},
{
"comment": "lit Witches Oven",
"mod_id": "witchery",
"block_name": "witchesovenburning",
"states": {
"32767": 1.0
}
},
{
"comment": "lit Crayfish Oven",
"mod_id": "cfm",
"block_name": "oven",
"states": {
"32767": 1.0
}
}
]
}
i have no idea, ive been trying to get the furnaces from advanced furnaces mod to work but tell me, where did you find the block names and ids from?
I got the IDs via Not Enough Items, there are buttons in the menu of NEI where you can automatically get dumps for blocks, items and other stuff ^^ then you just have to search the excel file you get, and hope that furnaces are called furnaces or sthg similar xD hope that helps ^^
Growthcraft 2.6.2 has been released!
2.6.2 Fixes / New Features
Pull Request: 2.6.2 Changes
Release Date: Pending
This is actually on our new feature to do list. That has been one of my pet peeves as well.
hey guys, long time, how goes the dev?
NoMoreRecipeConflicts also works. Allows you to craft either one.
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
Is it correct that there is not a 1.9/1.10 version right now?
I'd love to test something if it exists, I see there's a github for 1.9 but it says it hasn't been updated in a month, and it doesn't look like that was for in game content.
You are correct ... we have had a couple of attempts at doing a direct upgrade/update to 1.8 and 1.9 but it is very slow going. For the 1.9 update I am still working out 1200 more errors out of the original 2300.
hey guys in the latest version the rope is compatible with all the fences in ganys et futurum except the dark oak fence lol
Edit 2/8/16 - it also seems i cant place milk in the cheese vat anymore. has the cheese recipe changed?
lunchboxxx19 Fixed the Et Futurum issue upcoming in 2.6.3, not sure about that cheese vat problem...
ok sweet. i dont know what has happened with the cheese vat. has anyone else encountered this problem?
Which problem? It is working fine for me and I am using 2.6.2.
the cheese vat not accepting buckets of milk. im using 2.6.2 as well
Edit: done a bit of testing and it seems lars mod "extended farming" is incompatible with this mod
Posting to follow for updates. I see you're working out a bunch of errors for 1.9, any plans for 1.10.2?
what makes them incompatible?
can you provide a crash log please
I've noticed that the thisle seeds look weird when you place them, like theres a texture error where it shows the top part. Another thing that I would like to point out is that in 2.6.3 the thistle is incompatible with the AppleCore mod.
Crash Report
---- Minecraft Crash Report ----
// I feel sad now
Time: 8/16/16 5:10 PM
Description: Exception ticking world
java.lang.NoSuchFieldError: dispatcher
at growthcraft.core.integration.AppleCore.validateGrowthTick_AC(AppleCore.java:34)
at growthcraft.core.integration.AppleCore.validateGrowthTick(AppleCore.java:40)
at growthcraft.hops.common.block.BlockHops.func_149674_a(BlockHops.java:109)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:391)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:183)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at growthcraft.core.integration.AppleCore.validateGrowthTick_AC(AppleCore.java:34)
at growthcraft.core.integration.AppleCore.validateGrowthTick(AppleCore.java:40)
at growthcraft.hops.common.block.BlockHops.func_149674_a(BlockHops.java:109)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:391)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:183)
-- Affected level --
Details:
Level name: New World
All players: 1 total; [GCEntityPlayerMP['killerjdog51'/55, l='New World', x=32.89, y=4.00, z=-15.23]]
Chunk stats: ServerChunkCache: 529 Drop: 0
Level seed: -6739181957158642475
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (37,4,-14), Chunk: (at 5,0,2 in 2,-1; contains blocks 32,0,-16 to 47,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 2004 game time, 2004 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 46665 (now: false), thunder time: 29887 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1128758952 bytes (1076 MB) / 3474456576 bytes (3313 MB) up to 4772593664 bytes (4551 MB)
JVM Flags: 3 total; -Xms256M -Xmx5120M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 130 mods loaded, 130 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10-universal.jar)
UCHIJAAAA Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10-universal.jar)
UCHIJAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA gasesCore{1.5.2} [Glenn's Gases Core] (minecraft.jar)
UCHIJAAAA gasesFrameworkCore{1.0.5.1} [Gases Framework Core] (minecraft.jar)
UCHIJAAAA MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
UCHIJAAAA OpenComputers|Core{1.5.22.46} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.6} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UCHIJAAAA Pistronics2{0.6.3} [Pistronics 2] (1.7.10-Pistronics2-v0.6.4.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8c.jar)
UCHIJAAAA AppleCore{1.0.2} [AppleCore] (AppleCore-mc1.7.10-1.0.2.jar)
UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJAAAA ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJAAAA BiblioCraft{1.9.2} [BiblioCraft] (BiblioCraft[v1.9.2][MC1.7.10].jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlentyMod.jar)
UCHIJAAAA CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UCHIJAAAA BuildCraft|Core{7.1.16} [BuildCraft] (buildcraft-7.1.16.jar)
UCHIJAAAA BuildCraft|Builders{7.1.16} [BC Builders] (buildcraft-7.1.16.jar)
UCHIJAAAA BuildCraft|Transport{7.1.16} [BC Transport] (buildcraft-7.1.16.jar)
UCHIJAAAA BuildCraft|Energy{7.1.16} [BC Energy] (buildcraft-7.1.16.jar)
UCHIJAAAA BuildCraft|Silicon{7.1.16} [BC Silicon] (buildcraft-7.1.16.jar)
UCHIJAAAA BuildCraft|Robotics{7.1.16} [BC Robotics] (buildcraft-7.1.16.jar)
UCHIJAAAA BuildCraft|Factory{7.1.16} [BC Factory] (buildcraft-7.1.16.jar)
UCHIJAAAA CarpentersBlocks{3.3.4.2} [Carpenter's Blocks] (Carpenter's Blocks v3.3.4.2 - MC 1.7.10.jar)
UCHIJAAAA IC2{2.2.810-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.810-experimental.jar)
UCHIJAAAA Thaumcraft{4.2.3.0} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.0.jar)
UCHIJAAAA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
UCHIJAAAA TwilightForest{2.3.5} [The Twilight Forest] (twilightforest-1.7.10-2.3.5.jar)
UCHIJAAAA ForgeMultipart{1.1.2.331} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
UCHIJAAAA chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
UCHIJAAAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCHIJAAAA MrTJPCoreMod{1.0.5.11} [MrTJPCore] (MrTJPCore-1.7.10-1.0.5.11-universal.jar)
UCHIJAAAA ProjRed|Core{4.5.15.75} [ProjectRed] (ProjectRed-1.7.10-4.5.15.75-Base.jar)
UCHIJAAAA ProjRed|Transmission{4.5.15.75} [ProjectRed-Transmission] (ProjectRed-1.7.10-4.5.15.75-Integration.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.3-112.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
UCHIJAAAA OpenComputers{1.5.22.46} [OpenComputers] (OpenComputers-MC1.7.10-1.5.22.46-universal.jar)
UCHIJAAAA Waila{1.5.5} [Waila] (Waila-1.5.5_1.7.10.jar)
UCHIJAAAA CompactMachines{1.7.10-1.17} [Compact Machines] (compactmachines-1.7.10-1.17.jar)
UCHIJAAAA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
UCHIJAAAA DeadlyWorld{1.0.2} [Deadly World] (DeadlyWorld-1.7.10-1.0.2.jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA HardcoreEnderExpansion{1.8.4} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.4.jar)
UCHIJAAAA Forestry{4.2.9.57} [Forestry for Minecraft] (forestry_1.7.10-4.2.9.57.jar)
UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-4.jar)
UCHIJAAAA Mystcraft{0.12.3.02} [Mystcraft] (mystcraft-1.7.10-0.12.3.02.jar)
UCHIJAAAA ImmersiveEngineering{0.7.5} [Immersive Engineering] (ImmersiveEngineering-0.7.5.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.7.build979} [Tinkers' Construct] (TConstruct-1.7.10-1.8.7.jar)
UCHIJAAAA minechem{5.0.5.406} [Minechem] (Minechem-1.7.10-5.0.5.406.jar)
UCHIJAAAA DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V13b.jar)
UCHIJAAAA Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar)
UCHIJAAAA GalacticraftCore{3.0.11} [Galacticraft Core] (GalacticraftCore-1.7-3.0.11.320.jar)
UCHIJAAAA Mekanism{8.1.9} [Mekanism] (Mekanism-1.7.10-8.1.9.265.jar)
UCHIJAAAA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
UCHIJAAAA extracells{2.3.9} [Extra Cells 2] (ExtraCells-1.7.10-2.3.9b188.jar)
UCHIJAAAA ExtraUtilities{1.2.1} [Extra Utilities] (extrautilities-1.2.1.jar)
UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJAAAA GalacticraftMars{3.0.11} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.11.320.jar)
UCHIJAAAA gasesFramework{1.0.6} [Gases Framework] (gasesFramework-1.0.6-1.7.10.jar)
UCHIJAAAA gases{1.5.2} [Glenn's Gases] (gases-1.5.2-1.7.10.jar)
UCHIJAAAA Growthcraft{1.7.10-2.6.3} [Growthcraft] (growthcraft-1.7.10-2.6.3-complete.jar)
UCHIJAAAA Growthcraft|Cellar{1.7.10-2.6.3} [Growthcraft Cellar] (growthcraft-1.7.10-2.6.3-complete.jar)
UCHIJAAAA Growthcraft|Apples{1.7.10-2.6.3} [Growthcraft Apples] (growthcraft-1.7.10-2.6.3-complete.jar)
UCHIJAAAA Growthcraft|Bamboo{1.7.10-2.6.3} [Growthcraft Bamboo] (growthcraft-1.7.10-2.6.3-complete.jar)
UCHIJAAAA Growthcraft|Bees{1.7.10-2.6.3} [Growthcraft Bees] (growthcraft-1.7.10-2.6.3-complete.jar)
UCHIJAAAA Growthcraft|Fishtrap{1.7.10-2.6.3} [Growthcraft Fishtrap] (growthcraft-1.7.10-2.6.3-complete.jar)
UCHIJAAAA Growthcraft|Grapes{1.7.10-2.6.3} [Growthcraft Grapes] (growthcraft-1.7.10-2.6.3-complete.jar)
UCHIJAAAA Growthcraft|Hops{1.7.10-2.6.3} [Growthcraft Hops] (growthcraft-1.7.10-2.6.3-complete.jar)
UCHIJAAAA Growthcraft|Milk{1.7.10-2.6.3} [Growthcraft Milk] (growthcraft-1.7.10-2.6.3-complete.jar)
UCHIJAAAA Growthcraft|Rice{1.7.10-2.6.3} [Growthcraft Rice] (growthcraft-1.7.10-2.6.3-complete.jar)
UCHIJAAAA IC2NuclearControl{2.1.2a} [Nuclear Control 2] (IC2NuclearControl-2.1.2a.jar)
UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA journeymap{5.0.1} [JourneyMap] (JourneyMap5.0.1_Unlimited_MC1.7.10.jar)
UCHIJAAAA LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)
UCHIJAAAA Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCHIJAAAA MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UCHIJAAAA OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6.jar)
UCHIJAAAA OpenPeripheralCore{0.5.0} [OpenPeripheralCore] (OpenPeripheral-1.7.10-AIO-1.jar)
UCHIJAAAA OpenPeripheral{0.2.0} [OpenPeripheralAddons] (OpenPeripheral-1.7.10-AIO-1.jar)
UCHIJAAAA OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3.jar)
UCHIJAAAA OpenPeripheralIntegration{0.1.0} [OpenPeripheralIntegration] (OpenPeripheral-1.7.10-AIO-1.jar)
UCHIJAAAA harvestcraft{1.7.10d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10f.jar)
UCHIJAAAA PeripheralsPlusPlus{1.2.9} [Peripherals++] (Peripherals++-1.2.9.jar)
UCHIJAAAA PneumaticCraft{1.6.7-69} [PneumaticCraft] (PneumaticCraft-1.7.10-1.6.7-69-universal.jar)
UCHIJAAAA ProjRed|Transportation{4.5.15.75} [ProjectRed-Transportation] (ProjectRed-1.7.10-4.5.15.75-Mechanical_beta.jar)
UCHIJAAAA ProjRed|Compatibility{4.5.15.75} [ProjectRed-Compatibility] (ProjectRed-1.7.10-4.5.15.75-Compat.jar)
UCHIJAAAA ProjRed|Integration{4.5.15.75} [ProjectRed-Integration] (ProjectRed-1.7.10-4.5.15.75-Integration.jar)
UCHIJAAAA ProjRed|Illumination{4.5.15.75} [ProjectRed-Illumination] (ProjectRed-1.7.10-4.5.15.75-Lighting.jar)
UCHIJAAAA ProjRed|Expansion{4.5.15.75} [ProjectRed-Expansion] (ProjectRed-1.7.10-4.5.15.75-Mechanical_beta.jar)
UCHIJAAAA qCraft{1.2} [qCraft] (qCraft-1.2.jar)
UCHIJAAAA RandomThings{2.2.2} [Random Things] (RandomThings-2.2.2.jar)
UCHIJAAAA RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
UCHIJAAAA RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V13a.jar)
UCHIJAAAA Schematica{1.7.6.131} [Schematica] (Schematica-1.7.10-1.7.6.131-universal.jar)
UCHIJAAAA simplyjetpacks{1.3.2} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.3.2.jar)
UCHIJAAAA SpiceOfLife{1.2.3} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.2.3.jar)
UCHIJAAAA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
UCHIJAAAA StevesFactoryManager{A92} [Steve's Factory Manager] (StevesFactoryManagerA92.jar)
UCHIJAAAA thaumicinfusion{3.8.1} [Thaumic Infusion] (ThaumicInfusion-1.7.10-3.83.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-162.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJAAAA TMechworks{1.7.10-67.34d1d9b} [Tinkers' Mechworks] (TMechworks_mc1.7.10_0.2.8.jar)
UCHIJAAAA WailaHarvestability{1.1.0} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.0.jar)
UCHIJAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar)
UCHIJAAAA McMultipart{1.1.2.331} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
UCHIJAAAA ForgeMicroblock{1.1.2.331} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
Mantle Environment: Environment healthy.
CoFHCore: -[1.7.10]3.1.2-325
ThermalFoundation: -[1.7.10]1.2.3-112
ThermalExpansion: -[1.7.10]4.1.2-240
TConstruct Environment: Environment healthy.
RedstoneArsenal: -[1.7.10]1.1.2-92
ThermalDynamics: -[1.7.10]1.1.0-161
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Forestry : Info: The following plugins have been disabled in the config: mail
AE2 Integration: IC2:ON, RotaryCraft:ON, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [GCEntityPlayerMP['killerjdog51'/55, l='New World', x=32.89, y=4.00, z=-15.23]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Killerjdog51 Update Apple Core to 1.3.x
Heya there, I added the lit furnace (with the help of your code now it works) so i wanted to add other furnaces too (like for example the holystone furnace from the aether2 mod) but i cannot for the life of me seem to get it to work, I copied the passage from the lit furnace and replaced the mod and block id but it still doesn't work and i just can't see the error, because the normal lit furnace still works and i'm defenetely using the right file (not the default file). I can post my code here, maybe someone sees the problem:
I would really like to add the other furnaces my mods give me (Nether Furnace, Slab Furnace and so on) so it would be really awesome to find the problem so i can add the others myself. Thank you in advance, I really love this mod ^^
Edit: I seem to have got is working at least for theHolystone furnace and the witches oven from witchery (doesn't look good with the glass hovering over it but still xD), now I'm just a bit confused, because how could I go about adding Furnaces (like Natura's Netherrack Furnace or Tinker's Construct's Slab Furnace) where I can't seem to find two block IDs for the unused and the lit Furnace? Any ideas? I'll also post my now working code from the config here, if anyone wants to take a look
Again thanks in advance ^^
i have no idea, ive been trying to get the furnaces from advanced furnaces mod to work but tell me, where did you find the block names and ids from?
I got the IDs via Not Enough Items, there are buttons in the menu of NEI where you can automatically get dumps for blocks, items and other stuff ^^ then you just have to search the excel file you get, and hope that furnaces are called furnaces or sthg similar xD hope that helps ^^
ah yeah same way im doing it