Coder Social home page Coder Social logo

cuisine's Issues

Incompatibility with AppleCore

AppleCore-mc1.12.2-3.1.4
Forge: 14.23.4.2760
Cuisine 0.2.2

Not sure if this is a bug or meant to be incompatible, but:

https://paste.dimdev.org/uvifihokax.mccrash

java.lang.RuntimeException: FoodStats has a null player field (this field is added by AppleCore at runtime) on player '<unknown>' (class = snownee.cuisine.library.CuisineFoodStats). This likely means that some mod has overloaded FoodStats, which is incompatible with AppleCore.
    at squeek.applecore.asm.Hooks.verifyFoodStats(Hooks.java:53)
    at squeek.applecore.asm.Hooks.needFood(Hooks.java:270)
    at net.minecraft.util.FoodStats.needFood(SourceFile)
    at com.buuz135.industrial.proxy.event.MeatFeederTickHandler.onTick(MeatFeederTickHandler.java:47)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1337_MeatFeederTickHandler_onTick_LivingUpdateEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:567)
    at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2088)
    at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:234)
    at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:382)
    at net.minecraft.network.NetHandlerPlayServer.update(NetHandlerPlayServer.java:173)
    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:209)
    at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:285)
    at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:180)
    at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:790)
    at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
    at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:252)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
    at java.lang.Thread.run(Thread.java:745)

Rightclick harvest makes too many assumptions

What I mean by that is according to the code in the class here: https://github.com/Snownee/Cuisine/blob/master/src/main/java/snownee/cuisine/events/BetterHarvest.java
That it sets the blockstate according to the item dropped, if it's a valid plantable, which may or may not be the actual crop item returned from the harvest.
Example: You have a modded crop that returns a random vanilla food item when harvested. This mod will assume that the carrot/wheat/potato are actually the crop themselves, and set the blockstate accordingly, thus replacing the modded crop with carrot/seeds/potato crop, respectively.

The other thing to note here is that the rightclick harvesting system just flat out assumes that every single instances of BlockCrops are allowed to be click-harvested in this way, which can not be true in many cases, and that there are no config option to turn this behavior off, or at least a blacklist system.

Minecraft version: 1.12.2
Mod version: 0.3.9-build678

Chopping Board Part 2

So, I have NoTreePunching a mod that uses saws (which extends itemAxe, I assume) to craft planks from logs in the crafting table.

choppin2

However, with Cuisine added, it would create a chopping board with the saw above log recipe.
I had a problem where I tried to disable the chopping board recipe with crafttweaker only for it to not work as intended, even using all the nbt data/tag data/whatever.

recipes.remove(<cuisine:chopping_board>);
recipes.remove(<cuisine:chopping_board>.withTag({BlockEntityTag: {cover: {id: "minecraft:log", Count: 1 as byte, Damage: 0 as short}}}));

So I took a drastic measure and just deleted the recipe json in the jar itself to 'fix' the recipe conflict, It works in the way that I can now make planks with saw in the crafting table, but due to some underlying code the axe+log recipe still shows up, despite it not actually working.
choppin

On another side, there doesnt need to be a chopping board per log, and I have a mod that adds a log that is "white" in texture but changes colors due to NBT or whatever and they all show up as white chopping boards. A little more control over what becomes a chopping board would be nice.

胡萝卜种植的问题(显示紫黑方块)

2018-12-06_15 15 52

问题如图。这个存档本是纯净存档,也就是为什么旁边有一些没问题的胡萝卜苗。但是自从装了cuisine mod之后,播种下的所有胡萝卜都变成了紫黑方块。我现在所有的模组里面与胡萝卜有联系的只有这个mod。

望解决~

[Bug?} Juicer gives double output.

So I was trying to mess with the mod, make some orange juice, golden juice, etc, when I find out that the juicer makes 500 mb, of whatever juice. Orange, Lemon, golden, etc. It makes 500, not 250 like the JEI integration says it does. Bug?

More heaters

Non-Electrical:

  • Fenced Fire Pit (20 HU/t with controller)
  • Liquid Heater (5~20 HU/t with controller)

Electrical:

  • CommonCapabilities's Temperature Capability
  • Induction Cooker (1 HU/FE)

Firepit suggestions

  • Fuel (GUI?)
  • Easily removable wok / barbeque rack
  • Lighting system (flint and steel)

[Bug]竹子的放置问题

用竹子右击野生竹子会导致新放置的竹子位于其后方,如图所示。图1为右击后,图2 为右击前。
2018-10-01_21 15 34
2018-10-01_21 15 28

client crash caused by fire_pit

highlight:

Details:
	Name: cuisine:wok // snownee.cuisine.tiles.TileWok
	Block type: ID #2430 (tile.cuisine.fire_pit // snownee.cuisine.blocks.BlockFirePit // cuisine:fire_pit)
	Block data value: 7 / 0x7 / 0b0111
	Block location: World: (227,77,708), Chunk: (at 3,4,4 in 14,44; contains blocks 224,0,704 to 239,255,719), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
	Actual block type: ID #2430 (tile.cuisine.fire_pit // snownee.cuisine.blocks.BlockFirePit // cuisine:fire_pit)
	Actual block data value: 7 / 0x7 / 0b0111
Stacktrace:
	at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_192854_a(TileEntityRendererDispatcher.java:198)
	at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:154)
	at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:1031)
	at net.optifine.shaders.ShadersRender.renderShadowMap(ShadersRender.java:375)
	at net.optifine.shaders.Shaders.beginRender(Shaders.java:4093)
	at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1592)

all the crash log:

---- Minecraft Crash Report ----

WARNING: coremods are present:
  CorePlugin ([BAS]SmoothFont-1.16.1.jar)
  ForgePlugin ([BAS]CustomSkinLoader_Forge-14.9.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-87.jar)
  OpenModsCorePlugin ([API]OpenModsLib-0.12.1.jar)
  LoadingPlugin ([TECH]RandomThings-4.2.4.jar)
  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) ([BAS]foamfix-0.10.3.jar)
  CTMCorePlugin ([API]CTM-0.3.3.22.jar)
  Inventory Tweaks Coremod ([BAS]InventoryTweaks-1.63.jar)
  llibrary (llibrary-core-1.0.10-1.12.2.jar)
  HCASM ([API]HammerCore-2.0.4.1.jar)
  CoreModLoader ([BAS]Sound-Physics.jar)
  AppleCore ([API]AppleCore-3.1.4.jar)
  LoadingPlugin ([BAS]Quark-r1.5-135.jar)
  ForgelinPlugin ([API]Forgelin-1.8.2.jar)
  non_update ([BAS]NonUpdate-AllMCVersion-Final-2.0.1build1.jar)
  AstralCore ([MANA]astralsorcery-1.10.3.jar)
Contact their authors BEFORE contacting forge

// This doesn't make any sense!

Time: 1/23/19 4:30 PM
Description: Rendering Block Entity

java.lang.NullPointerException: Rendering Block Entity
	at snownee.cuisine.client.renderer.TESRFirePit.func_192841_a(TESRFirePit.java:35)
	at snownee.cuisine.client.renderer.TESRWok.render(TESRWok.java:32)
	at snownee.cuisine.client.renderer.TESRWok.func_192841_a(TESRWok.java:27)
	at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_192854_a(TileEntityRendererDispatcher.java:198)
	at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:154)
	at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:1031)
	at net.optifine.shaders.ShadersRender.renderShadowMap(ShadersRender.java:375)
	at net.optifine.shaders.Shaders.beginRender(Shaders.java:4093)
	at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1592)
	at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1384)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
	at snownee.cuisine.client.renderer.TESRFirePit.func_192841_a(TESRFirePit.java:35)
	at snownee.cuisine.client.renderer.TESRWok.render(TESRWok.java:32)
	at snownee.cuisine.client.renderer.TESRWok.func_192841_a(TESRWok.java:27)

-- Block Entity Details --
Details:
	Name: cuisine:wok // snownee.cuisine.tiles.TileWok
	Block type: ID #2430 (tile.cuisine.fire_pit // snownee.cuisine.blocks.BlockFirePit // cuisine:fire_pit)
	Block data value: 7 / 0x7 / 0b0111
	Block location: World: (227,77,708), Chunk: (at 3,4,4 in 14,44; contains blocks 224,0,704 to 239,255,719), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
	Actual block type: ID #2430 (tile.cuisine.fire_pit // snownee.cuisine.blocks.BlockFirePit // cuisine:fire_pit)
	Actual block data value: 7 / 0x7 / 0b0111
Stacktrace:
	at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_192854_a(TileEntityRendererDispatcher.java:198)
	at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:154)
	at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:1031)
	at net.optifine.shaders.ShadersRender.renderShadowMap(ShadersRender.java:375)
	at net.optifine.shaders.Shaders.beginRender(Shaders.java:4093)
	at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1592)

-- Affected level --
Details:
	Level name: MpServer
	All players: 1 total; [EntityPlayerSP['RUInsYi'/1771848, l='MpServer', x=230.81, y=77.94, z=691.92]]
	Chunk stats: MultiplayerChunkCache: 169, 169
	Level seed: 0
	Level generator: ID 00 - default, ver 1. Features enabled: false
	Level generator options: 
	Level spawn location: World: (-248,64,36), Chunk: (at 8,4,4 in -16,2; contains blocks -256,0,32 to -241,255,47), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
	Level time: 8223874 game time, 8811356 day time
	Level dimension: 0
	Level storage version: 0x00000 - Unknown?
	Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
	Forced entities: 62 total; [EntitySheep['羊'/1563664, l='MpServer', x=211.50, y=78.00, z=674.79], EntityBat['蝙蝠'/2308911, l='MpServer', x=227.17, y=23.25, z=615.64], EntityItem['item.item.ma.tier2_inferium_seeds'/1914633, l='MpServer', x=212.31, y=78.94, z=722.24], EntityItem['item.item.ma.crafting_inferium_essence'/1914634, l='MpServer', x=212.78, y=78.94, z=721.19], EntityBat['蝙蝠'/2131257, l='MpServer', x=280.48, y=18.73, z=621.54], EntityZombie['僵尸'/2131258, l='MpServer', x=286.51, y=74.00, z=616.81], EntityShamanSkeleton['Shaman Skeleton'/2151709, l='MpServer', x=226.50, y=20.00, z=636.50], EntityItem['item.item.ma.crafting_inferium_essence'/1914966, l='MpServer', x=212.71, y=78.94, z=722.13], EntityItem['item.item.rustic.grapes'/2370677, l='MpServer', x=228.74, y=77.94, z=692.03], EntityAncientGolem['太古魔像'/2121075, l='MpServer', x=266.50, y=42.00, z=626.50], EntitySheep['羊'/1400141, l='MpServer', x=163.50, y=85.00, z=757.27], EntitySheep['羊'/1777475, l='MpServer', x=155.76, y=86.00, z=762.45], EntityBat['蝙蝠'/2121083, l='MpServer', x=289.25, y=32.10, z=634.59], EntitySheep['羊'/1400137, l='MpServer', x=169.34, y=84.00, z=737.83], EntitySheep['羊'/1777476, l='MpServer', x=164.75, y=92.00, z=761.43], EntityBat['蝙蝠'/2131264, l='MpServer', x=233.38, y=47.10, z=611.75], EntitySkeleton['骷髅'/2131265, l='MpServer', x=237.27, y=92.00, z=611.49], EntitySkeleton['骷髅'/2131267, l='MpServer', x=236.51, y=42.00, z=612.71], EntityKnightZombie['Knight Zombie'/2314567, l='MpServer', x=239.76, y=25.00, z=632.51], EntitySheep['羊'/2131268, l='MpServer', x=252.27, y=93.00, z=614.50], EntityZombie['僵尸'/2131273, l='MpServer', x=305.50, y=12.00, z=622.50], EntityBat['蝙蝠'/2219599, l='MpServer', x=208.30, y=31.98, z=623.53], EntityItem['item.item.rustic.grapes'/2397008, l='MpServer', x=228.17, y=79.81, z=688.16], EntitySheep['羊'/2131285, l='MpServer', x=165.02, y=102.00, z=612.04], EntitySheep['羊'/2131286, l='MpServer', x=167.23, y=102.00, z=612.48], EntityItem['item.item.rustic.grapes'/2381150, l='MpServer', x=219.17, y=76.00, z=690.23], EntityItem['item.item.rustic.grapes'/2376543, l='MpServer', x=224.75, y=77.94, z=691.24], EntitySpider['蜘蛛'/2208860, l='MpServer', x=308.50, y=32.00, z=622.50], EntityBat['蝙蝠'/2314147, l='MpServer', x=261.11, y=29.79, z=690.32], EntitySheep['羊'/1598878, l='MpServer', x=201.53, y=78.00, z=667.15], EntitySheep['羊'/1598879, l='MpServer', x=200.06, y=78.00, z=666.84], EntitySheep['羊'/1598904, l='MpServer', x=189.96, y=78.00, z=668.10], EntitySkeleton['骷髅'/2337157, l='MpServer', x=308.50, y=57.00, z=678.50], EntityZombie['僵尸'/2337156, l='MpServer', x=304.50, y=57.00, z=680.50], EntityPig['猪'/1598896, l='MpServer', x=187.22, y=78.00, z=666.07], EntityPig['猪'/1598897, l='MpServer', x=188.91, y=78.00, z=666.07], EntityPig['猪'/1598898, l='MpServer', x=186.07, y=78.00, z=667.16], EntityPig['猪'/1598899, l='MpServer', x=191.63, y=78.00, z=669.41], EntityPig['猪'/1598900, l='MpServer', x=186.22, y=78.00, z=666.07], EntityPig['猪'/1598901, l='MpServer', x=189.90, y=78.00, z=666.07], EntityPig['猪'/1598902, l='MpServer', x=187.91, y=78.00, z=669.13], EntitySheep['羊'/1598903, l='MpServer', x=191.84, y=78.00, z=667.93], EntitySheep['羊'/1598888, l='MpServer', x=197.27, y=78.00, z=666.53], EntityPig['猪'/1598889, l='MpServer', x=193.71, y=78.00, z=667.22], EntityPlayerSP['RUInsYi'/1771848, l='MpServer', x=230.81, y=77.94, z=691.92], EntitySheep['羊'/1598892, l='MpServer', x=186.07, y=78.00, z=669.20], EntitySheep['羊'/1598893, l='MpServer', x=186.07, y=78.00, z=668.16], MagicEntity['不明'/-31415, l='MpServer', x=229.03, y=79.09, z=691.85], EntitySheep['羊'/1598894, l='MpServer', x=187.92, y=78.00, z=668.20], EntitySheep['羊'/1598895, l='MpServer', x=195.16, y=78.00, z=673.28], EntitySheep['羊'/1598880, l='MpServer', x=193.96, y=78.00, z=666.24], EntitySheep['羊'/1598881, l='MpServer', x=196.00, y=78.00, z=668.56], EntitySheep['羊'/1598882, l='MpServer', x=202.94, y=78.00, z=670.36], EntitySheep['羊'/1598883, l='MpServer', x=196.70, y=78.00, z=667.49], EntitySheep['羊'/1598884, l='MpServer', x=188.24, y=78.00, z=667.11], EntitySheep['羊'/1598885, l='MpServer', x=193.34, y=78.00, z=669.33], EntitySheep['羊'/1598886, l='MpServer', x=187.05, y=78.00, z=667.05], EntitySheep['羊'/1598887, l='MpServer', x=194.22, y=78.00, z=668.39], EntityItem['item.item.ma.tier5_inferium_seeds'/1824209, l='MpServer', x=253.10, y=74.94, z=742.23], EntityOtherPlayerMP['MurasakiShion'/1099333, l='MpServer', x=221.25, y=78.94, z=711.62], EntityItem['item.item.rustic.grapes'/2387136, l='MpServer', x=222.94, y=77.94, z=688.88], EntityCreeper['爬行者'/2336985, l='MpServer', x=200.50, y=32.00, z=628.50]]
	Retry entities: 0 total; []
	Server brand: fml,forge
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
	at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- System Details --
Details:
	Minecraft Version: 1.12.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_191, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 5824944808 bytes (5555 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
	JVM Flags: 8 total; -XX:+UseG1GC -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=10 -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:ParallelGCThreads=7 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx8192m
	IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
	FML: MCP 9.42 Powered by Forge 14.23.5.2780 Optifine OptiFine_1.12.2_HD_U_E3 127 mods loaded, 127 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

	| State  | ID                                   | Version                  | Source                                           | Signature                                |
	|:------ |:------------------------------------ |:------------------------ |:------------------------------------------------ |:---------------------------------------- |
	| LCHIJA | minecraft                            | 1.12.2                   | minecraft.jar                                    | None                                     |
	| LCHIJA | mcp                                  | 9.42                     | minecraft.jar                                    | None                                     |
	| LCHIJA | FML                                  | 8.0.99.99                | forge-1.12.2-14.23.5.2780-universal.jar          | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LCHIJA | forge                                | 14.23.5.2780             | forge-1.12.2-14.23.5.2780-universal.jar          | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LCHIJA | smoothfontcore                       | mc1.12.2-1.16            | minecraft.jar                                    | None                                     |
	| LCHIJA | openmodscore                         | 0.12.1                   | minecraft.jar                                    | None                                     |
	| LCHIJA | foamfixcore                          | 7.7.4                    | minecraft.jar                                    | None                                     |
	| LCHIJA | smoothfont                           | mc1.12.2-1.16.1          | [BAS]SmoothFont-1.16.1.jar                       | None                                     |
	| LCHIJA | applecore                            | 3.1.4                    | [API]AppleCore-3.1.4.jar                         | None                                     |
	| LCHIJA | quark                                | r1.5-135                 | [BAS]Quark-r1.5-135.jar                          | None                                     |
	| LCHIJA | autoreglib                           | 1.3-21                   | [API]AutoRegLib-1.3-21.jar                       | None                                     |
	| LCHIJA | mtlib                                | 3.0.5                    | [API]MTLib-3.0.5.jar                             | None                                     |
	| LCHIJA | crafttweaker                         | 4.1.13                   | [CT]CraftTweaker2-4.1.13.jar                     | None                                     |
	| LCHIJA | modtweaker                           | 4.0.15                   | [CT]modtweaker-4.0.15.jar                        | None                                     |
	| LCHIJA | jei                                  | 4.13.1.225               | [BAS]jei-4.13.1.225.jar                          | None                                     |
	| LCHIJA | base                                 | 3.10.0                   | [API]base-3.10.0.jar                             | None                                     |
	| LCHIJA | chameleon                            | 1.12-4.1.3               | [API]Chameleon-4.1.3.jar                         | None                                     |
	| LCHIJA | codechickenlib                       | 3.2.2.353                | [API]CodeChickenLib-3.2.2.353.jar                | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | craftstudioapi                       | 1.0.0                    | [API]CraftStudio-1.0.0.93-alpha.jar              | None                                     |
	| LCHIJA | ctm                                  | MC1.12.2-0.3.3.22        | [API]CTM-0.3.3.22.jar                            | None                                     |
	| LCHIJA | cucumber                             | 1.1.3                    | [API]Cucumber-1.1.3.jar                          | None                                     |
	| LCHIJA | cyclopscore                          | 0.11.11                  | [API]CyclopsCore-0.11.11.jar                     | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
	| LCHIJA | forgelin                             | 1.8.2                    | [API]Forgelin-1.8.2.jar                          | None                                     |
	| LCHIJA | ftblib                               | 5.4.0.72                 | [API]FTBLib-5.4.0.72.jar                         | None                                     |
	| LCHIJA | guideapi                             | 1.12-2.1.8-63            | [API]Guide-API-2.1.8-63.jar                      | None                                     |
	| LCHIJA | hammercore                           | 2.0.4.1                  | [API]HammerCore-2.0.4.1.jar                      | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
	| LCHIJA | lunatriuscore                        | 1.2.0.42                 | [API]LunatriusCore-1.2.0.42.jar                  | None                                     |
	| LCHIJA | mantle                               | 1.12-1.3.3.39            | [API]Mantle-1.3.3.39.jar                         | None                                     |
	| LCHIJA | mcjtylib_ng                          | 3.0.7                    | [API]mcjtylib-3.0.7.jar                          | None                                     |
	| LCHIJA | mcmultipart                          | 2.5.3                    | [API]MCMultiPart-2.5.3.jar                       | None                                     |
	| LCHIJA | modelloader                          | 1.1.5                    | [API]modelloader-1.1.5.jar                       | None                                     |
	| LCHIJA | openmods                             | 0.12.1                   | [API]OpenModsLib-0.12.1.jar                      | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
	| LCHIJA | trackapi                             | 1.1                      | [API]TrackAPI-1.1.jar                            | None                                     |
	| LCHIJA | appleskin                            | 1.0.9                    | [BAS]AppleSkin-1.0.9.jar                         | None                                     |
	| LCHIJA | baubles                              | 1.5.2                    | [BAS]Baubles-1.5.2.jar                           | None                                     |
	| LCHIJA | biomesoplenty                        | 7.0.1.2419               | [BAS]BiomesOPlenty-7.0.1.2419.jar                | None                                     |
	| LCHIJA | blockdrops                           | 1.4.0                    | [BAS]blockdrops-1.4.0.jar                        | None                                     |
	| LCHIJA | clumps                               | 3.1.1                    | [BAS]Clumps-3.1.1.jar                            | None                                     |
	| LCHIJA | colouredtooltips                     | 1.0.7                    | [BAS]ColouredTooltips-1.0.7.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | controlling                          | 3.0.6                    | [BAS]Controlling-3.0.6.jar                       | None                                     |
	| LCHIJA | cosmeticarmorreworked                | 1.12.2-v3                | [BAS]CosmeticArmorReworked-v3.jar                | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
	| LCHIJA | cosmeticarmorreworked|tombmanygraves | 1.12.2-v3                | [BAS]CosmeticArmorReworked-v3.jar                | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
	| LCHIJA | customskinloader                     | 14.9                     | [BAS]CustomSkinLoader_Forge-14.9.jar             | None                                     |
	| LCHIJA | despawningspawners                   | 1.1                      | [BAS]despawningspawners-1.2.0-2.jar              | None                                     |
	| LCHIJA | enchdesc                             | 1.1.13                   | [BAS]EnchantmentDescriptions-1.1.13.jar          | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | fastleafdecay                        | v14                      | [BAS]FastLeafDecay-v14.jar                       | None                                     |
	| LCHIJA | foamfix                              | 0.10.3-1.12.2            | [BAS]foamfix-0.10.3.jar                          | None                                     |
	| LCHIJA | ftbutilities                         | 5.3.0.67                 | [BAS]FTBUtilities-5.3.0.67.jar                   | None                                     |
	| LCHIJA | harvest                              | 1.12-1.2.7-20            | [BAS]Harvest-1.2.7-20.jar                        | None                                     |
	| LCHIJA | waila                                | 1.8.26                   | [BAS]Hwyla-1.8.26-B41.jar                        | None                                     |
	| LCHIJA | i18nmod                              | 1.12.2-1.0.7             | [BAS]i18nupdatemod-1.0.7.jar                     | None                                     |
	| LCHIJA | ingameinfoxml                        | 2.8.2.94                 | [BAS]InGameInfoXML-2.8.2.94.jar                  | None                                     |
	| LCHIJA | inventorytweaks                      | 1.63+release.109.220f184 | [BAS]InventoryTweaks-1.63.jar                    | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
	| LCHIJA | jetif                                | 1.2.0                    | [BAS]jetif-1.2.0.jar                             | None                                     |
	| LCHIJA | journeymap                           | 1.12.2-5.5.2             | [BAS]journeymap-5.5.2.jar                        | None                                     |
	| LCHIJA | thaumcraft                           | 6.1.BETA26               | [MANA]Thaumcraf-6.1.BETA26.jar                   | None                                     |
	| LCHIJA | twilightforest                       | 3.8.689                  | [MOBS]twilightforest-3.8.689.jar                 | None                                     |
	| LCHIJA | chisel                               | MC1.12.2-0.2.1.35        | [BUIL]Chisel-0.2.1.35.jar                        | None                                     |
	| LCHIJA | tconstruct                           | 1.12.2-2.11.0.106        | [TECH]TConstruct-2.11.0.106.jar                  | None                                     |
	| LCHIJA | immersiveengineering                 | 0.12-87                  | [TECH]ImmersiveEngineering-0.12-87.jar           | 4cb49fcde3b43048c9889e0a3d083225da926334 |
	| LCHIJA | immersivepetroleum                   | 1.1.9                    | [TECH]immersivepetroleum-1.1.9.jar               | None                                     |
	| LCHIJA | justenoughpetroleum                  | 0.1                      | [BAS]JustEnoughPetroleum-0.1.jar                 | None                                     |
	| LCHIJA | jeresources                          | 0.8.5.27                 | [BAS]JustEnoughResources-0.8.5.27.jar            | None                                     |
	| LCHIJA | mousetweaks                          | 2.9                      | [BAS]MouseTweaks-2.9.jar                         | None                                     |
	| LCHIJA | movillages                           | 1.5.4                    | [BAS]MoVillages-1.5.4.jar                        | None                                     |
	| LCHIJA | neat                                 | 1.4-17                   | [BAS]Neat+1.4-17.jar                             | None                                     |
	| LCHIJA | norecipebook                         | 1.2.1                    | [BAS]noRecipeBook_v1.2.2.jar                     | None                                     |
	| LCHIJA | nei                                  | 2.4.2                    | [BAS]NotEnoughItems-2.4.2.240.jar                | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | nutrition                            | 4.0.0                    | [BAS]Nutrition-4.0.0.jar                         | None                                     |
	| LCHIJA | quickleafdecay                       | 1.2.4                    | [BAS]QuickLeafDecay-1.2.4.jar                    | None                                     |
	| LCHIJA | ruins                                | 16.9                     | [BAS]Ruins.jar                                   | None                                     |
	| LCHIJA | soundphysics                         | 1.0.4                    | [BAS]Sound-Physics.jar                           | None                                     |
	| LCHIJA | texfix                               | 4.0                      | [BAS]TexFix+V-4.0.jar                            | None                                     |
	| LCHIJA | wailaharvestability                  | 1.1.12                   | [BAS]WailaHarvestability-1.1.12.jar              | None                                     |
	| LCHIJA | wawla                                | 2.5.265                  | [BAS]Wawla-2.5.265.jar                           | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | contenttweaker                       | 1.12.2-4.8.0             | [CT]ContentTweaker-4.8.0.jar                     | None                                     |
	| LCHIJA | ctgui                                | 1.0.0                    | [CT]CraftTweaker2-4.1.13.jar                     | None                                     |
	| LCHIJA | crafttweakerjei                      | 2.0.2                    | [CT]CraftTweaker2-4.1.13.jar                     | None                                     |
	| LCHIJA | bonsaitrees                          | 1.1.1                    | [FARM]bonsaitrees-1.1.1-b138.jar                 | None                                     |
	| LCHIJA | mysticalagriculture                  | 1.7.0                    | [FARM]MysticalAgriculture-1.7.0.jar              | None                                     |
	| LCHIJA | mysticalagradditions                 | 1.2.10                   | [FARM]MysticalAgradditions-1.2.10.jar            | None                                     |
	| LCHIJA | natura                               | 1.12.2-4.3.2.65          | [FARM]natura-4.3.2.65.jar                        | None                                     |
	| LCHIJA | roost                                | 1.3.0                    | [FARM]roos-1.3.0.jar                             | None                                     |
	| LCHIJA | rustic                               | 1.0.12                   | [FARM]rustic-1.0.12.jar                          | None                                     |
	| LCHIJA | abyssalcraft                         | 1.9.4.14                 | [MANA]AbyssalCraft-1.9.4.14.jar                  | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
	| LCHIJA | acintegration                        | 1.6.6                    | [MANA]AbyssalCraft+Integration-1.6.6.jar         | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
	| LCHIJA | astralsorcery                        | 1.10.3                   | [MANA]astralsorcery-1.10.3.jar                   | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
	| LCHIJA | bonfires                             | 1.2.2                    | [MANA]Bonfires-16eac59.jar                       | None                                     |
	| LCHIJA | botania                              | r1.10-358                | [TECH]Botania+r1.10-358.jar                      | None                                     |
	| LCHIJA | extrabotany                          | 48                       | [MANA]ExtraBotany-r1.1-48-fixed.jar              | None                                     |
	| LCHIJA | tc6aspects4jei                       | 0.0.2a                   | [MANA]tc6aspects4jei-0.0.2a.jar                  | None                                     |
	| LCHIJA | tcinventoryscan                      | 2.0.10                   | [MANA]ThaumicInventoryScanning-2.0.10.jar        | None                                     |
	| LCHIJA | thaumicjei                           | 1.2.1                    | [MANA]ThaumicJEI-1.5.5-23.jar                    | None                                     |
	| LCHIJA | embers                               | 1.11-hotfix              | [TECH]EmbersRekindled-1.11-hotfix.jar            | None                                     |
	| LCHIJA | thaumicperiphery                     | 0.3.0                    | [MANA]thaumicperiphery-0.3.0.jar                 | None                                     |
	| LCHIJA | grimoireofgaia                       | 1.6.8                    | [MOBS]GrimoireOfGaia3-1.6.8.jar                  | None                                     |
	| LCHIJA | infernalmobs                         | 1.7.5                    | [MOBS]InfernalMobs.jar                           | None                                     |
	| LCHIJA | mobrebirth                           | 7.0.4                    | [MOBS]MobRebirth-7.0.4.jar                       | None                                     |
	| LCHIJA | mobultion                            | 0.4.5                    | [MOBS]mobultion-0.4.5.jar                        | 4fe096bf3ddb2da90a69bb82abd57398549af8a5 |
	| LCHIJA | llibrary                             | 1.7.17                   | [API]llibrary-1.7.17.jar                         | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
	| LCHIJA | mowziesmobs                          | 1.4.2                    | [MOBS]mowziesmobs-1.4.2.jar                      | None                                     |
	| LCHIJA | roguelike                            | 1.8.0                    | [MOBS]RoguelikeDungeons-1.8.0.jar                | None                                     |
	| LCHIJA | ceramics                             | 1.12-1.3.6               | [STOR]Ceramics-1.3.6.jar                         | None                                     |
	| LCHIJA | ironchest                            | 1.12.2-7.0.54.838        | [STOR]ironchest-7.0.54.838.jar                   | None                                     |
	| LCHIJA | storagedrawers                       | 1.12-5.3.5               | [STOR]StorageDrawers-5.3.8.jar                   | None                                     |
	| LCHIJA | commoncapabilities                   | 1.4.0                    | [TECH]CommonCapabilities-1.4.0.jar               | None                                     |
	| LCHIJA | conarm                               | 1.2.0.2                  | [TECH]conarm-1.2.0.2.jar                         | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
	| LCHIJA | immersiverailroading                 | 1.4.1                    | [TECH]ImmersiveRailroading-1.4.1.jar             | None                                     |
	| LCHIJA | immersivetech                        | 1.3.10                   | [TECH]immersivetech-1.3.10.jar                   | None                                     |
	| LCHIJA | instantunify                         | 1.1.2                    | [TECH]instantunify-1.1.2.jar                     | None                                     |
	| LCHIJA | jaopca                               | 1.12.2-2.2.8.100         | [TECH]JAOPCA-2.2.8.100.jar                       | None                                     |
	| LCHIJA | oredictinit                          | 1.12.2-2.2.1.71          | [TECH]JAOPCA-2.2.8.100.jar                       | None                                     |
	| LCHIJA | openblocks                           | 1.8                      | [TECH]OpenBlocks-1.8.jar                         | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
	| LCHIJA | pewter                               | 1.4.1                    | [TECH]Pewter-1.4.1.jar                           | None                                     |
	| LCHIJA | pneumaticcraft                       | 1.12.2-0.8.4-303         | [TECH]pneumaticcraft-repressurized-0.8.4-303.jar | None                                     |
	| LCHIJA | sonarcore                            | 5.0.19                   | [TECH]sonarcore-5.0.19-20.jar                    | None                                     |
	| LCHIJA | practicallogistics2                  | 3.0.8                    | [TECH]practicallogistics2-3.0.8-11.jar           | None                                     |
	| LCHIJA | primal                               | 0.6.104                  | [TECH]PrimalCore-0.6.104.jar                     | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
	| LCHIJA | randomthings                         | 4.2.4                    | [TECH]RandomThings-4.2.4.jar                     | d72e0dd57935b3e9476212aea0c0df352dd76291 |
	| LCHIJA | rftools                              | 7.59                     | [TECH]rftools-7.59.jar                           | None                                     |
	| LCHIJA | taiga                                | 1.12.2-1.3.3             | [TECH]taiga-1.12.2-1.3.4.jar                     | None                                     |
	| LCHIJA | tcomplement                          | ${version}               | [TECH]TinkersComplement-0.2.3b.jar               | None                                     |
	| LCHIJA | tinkertoolleveling                   | 1.12.2-1.1.0.DEV.b23e769 | [TECH]TinkerToolLeveling-1.1.0.jar               | None                                     |
	| LCHIJA | xnet                                 | 1.7.5                    | [TECH]xnet-1.7.5.jar                             | None                                     |
	| LCHIJA | kiwi                                 | 0.5.0.14                 | [API]Kiwi-0.5.0.14.jar                           | None                                     |
	| LCHIJA | cuisine                              | 0.4.2-build772           | [FARM]Cuisine-0.4.2-build772.jar                 | None                                     |
	| LCHIJA | wrapup                               | 1.12-1.1.3               | [API]WrapUp-1.1.3.jar                            | None                                     |

	Loaded coremods (and transformers): 
CorePlugin ([BAS]SmoothFont-1.16.1.jar)
  bre.smoothfont.asm.Transformer
ForgePlugin ([BAS]CustomSkinLoader_Forge-14.9.jar)
  customskinloader.forge.TransformerManager
IELoadingPlugin (ImmersiveEngineering-core-0.12-87.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
OpenModsCorePlugin ([API]OpenModsLib-0.12.1.jar)
  openmods.core.OpenModsClassTransformer
LoadingPlugin ([TECH]RandomThings-4.2.4.jar)
  lumien.randomthings.asm.ClassTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) ([BAS]foamfix-0.10.3.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
CTMCorePlugin ([API]CTM-0.3.3.22.jar)
  team.chisel.ctm.client.asm.CTMTransformer
Inventory Tweaks Coremod ([BAS]InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
llibrary (llibrary-core-1.0.10-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
HCASM ([API]HammerCore-2.0.4.1.jar)
  com.zeitheron.hammercore.asm.HammerCoreTransformer
CoreModLoader ([BAS]Sound-Physics.jar)
  com.sonicether.soundphysics.CoreModInjector
AppleCore ([API]AppleCore-3.1.4.jar)
  squeek.applecore.asm.TransformerModuleHandler
LoadingPlugin ([BAS]Quark-r1.5-135.jar)
  vazkii.quark.base.asm.ClassTransformer
ForgelinPlugin ([API]Forgelin-1.8.2.jar)
  
non_update ([BAS]NonUpdate-AllMCVersion-Final-2.0.1build1.jar)
  
AstralCore ([MANA]astralsorcery-1.10.3.jar)
  
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 390.77' Renderer: 'GeForce GTX 1060/PCIe/SSE2'
	OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
	Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
OreDictionary Info: Registered 2505 names; 6245 stacks.
Configuration Info: IyBDb25maWd1cmF0aW9uIGZpbGUNCg0KY2xpZW50IHsNCiAgICAjIFNob3VsZCBIYW1tZXIgQ29yZSByZXBsYWNlIGVuY2hhbnRtZW50IGdsaW50IGNvbG9yIHdpdGggbW9yZSBtYXRjaGluZyBjb2xvcnMgZm9yIHNvbWUgdmFuaWxsYSBpdGVtcz8gW2RlZmF1bHQ6IHRydWVdDQogICAgQjoiQ3VzdG9tIEVuY2hhbnRtZW50IENvbG9ycyBmb3IgVmFuaWxsYSBJdGVtcyI9dHJ1ZQ0KDQogICAgIyBTaG91bGQgSGFtbWVyIENvcmUgcG9ydGZvcndhcmQgeW91ciBsb2NhbCB3b3JsZCB3aGVuIHlvdSBzaGFyZSB3aXRoIGl0IHRvIExBTj8NCiAgICAjIFRoaXMgZmVhdHVyZSBkb2Vzbid0IHdvcmsgb24gYWxsIGNsaWVudHMsIHlvdSBhcmUgZ29pbmcgdG8gZ2V0IGEgbWVzc2FnZSBpbiBjaGF0IGlmIGl0IHdhcyBzdWNjZXNzZnVsL3Vuc3VjY2Vzc2Z1bCBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJMQU4gVVBuUCI9dHJ1ZQ0KDQogICAgIyBSZXBsYWNlIHZhbmlsbGEgZnVybmFjZSBhbmQgYnJld2luZyBzdGFuZCBwcm9ncmVzcyBiYXJzIHRvIHVzZSBzbW9vdGggcmVuZGVyaW5nPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJTbW9vdGggVmFuaWxsYSBHdWlzIj10cnVlDQp9DQoNCg0KaXdyZW5jaCB7DQogICAgIyBXaGF0IGlzIHRoZSBjb2xvciB3aGVuIHRoZSBob3ZlcmVkIGJsb2NrIGlzIHdyZW5jaGFibGU/IChjb2xvciBlbmNvZGVkIGluIGhleCBmb3JtIHN1Y2ggYXMgUlJHR0JCKQ0KICAgIFM6R3JlZW49MjJGRjIyDQoNCiAgICAjIFdoYXQgaXMgdGhlIGNvbG9yIHdoZW4gdGhlIGhvdmVyZWQgYmxvY2sgaXMgTk9UIHdyZW5jaGFibGU/IChjb2xvciBlbmNvZGVkIGluIGhleCBmb3JtIHN1Y2ggYXMgUlJHR0JCKQ0KICAgIFM6UmVkPUZGMjIyMg0KfQ0KDQoNCiJ2YW5pbGxhIGltcHJvdmVtZW50cyIgew0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGZvcmNlLXNwYXduIEVuZGVyIERyYWdvbiBFZ2cgb24gRW5kZXIgRHJhZ29uIGRlYXRoPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJBbHdheXMgU3Bhd24gRHJhZ29uIEVnZyI9dHJ1ZQ0KfQ0KDQoNCg==
Pastebin Connection: Failed!
Dependent Mods: None.

	Pulsar/tconstruct loaded Pulses: 
		- TinkerCommons (Enabled/Forced)
		- TinkerWorld (Enabled/Not Forced)
		- TinkerTools (Enabled/Not Forced)
		- TinkerHarvestTools (Enabled/Forced)
		- TinkerMeleeWeapons (Enabled/Forced)
		- TinkerRangedWeapons (Enabled/Forced)
		- TinkerModifiers (Enabled/Forced)
		- TinkerSmeltery (Enabled/Not Forced)
		- TinkerGadgets (Enabled/Not Forced)
		- TinkerOredict (Enabled/Forced)
		- TinkerIntegration (Enabled/Forced)
		- TinkerFluids (Enabled/Forced)
		- TinkerMaterials (Enabled/Forced)
		- TinkerModelRegister (Enabled/Forced)
		- chiselIntegration (Enabled/Not Forced)
		- wailaIntegration (Enabled/Not Forced)

	Pulsar/natura loaded Pulses: 
		- NaturaCommons (Enabled/Forced)
		- NaturaOverworld (Enabled/Not Forced)
		- NaturaNether (Enabled/Not Forced)
		- NaturaDecorative (Enabled/Not Forced)
		- NaturaTools (Enabled/Not Forced)
		- NaturaEntities (Enabled/Not Forced)
		- NaturaOredict (Enabled/Forced)
		- NaturaWorld (Enabled/Not Forced)

	Pulsar/tcomplement loaded Pulses: 
		- ModuleCommons (Enabled/Forced)
		- ModuleFeature (Enabled/Not Forced)
		- CeramicsPlugin (Enabled/Not Forced)
		- ChiselPlugin (Enabled/Not Forced)

	Launched Version: MultiMC5
	LWJGL: 2.9.4
	OpenGL: GeForce GTX 1060/PCIe/SSE2 GL version 4.6.0 NVIDIA 390.77, NVIDIA Corporation
	GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fml,forge'
	Type: Client (map_client.txt)
	Resource Packs: Minecraft-Mod-Language-Modpack.zip
	Current Language: 简体中文 (**)
	Profiler Position: N/A (disabled)
	CPU: 8x Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
	OptiFine Version: OptiFine_1.12.2_HD_U_E3
	OptiFine Build: 20181210-121000
	Render Distance Chunks: 12
	Mipmaps: 4
	Anisotropic Filtering: 1
	Antialiasing: 0
	Multitexture: false
	Shaders: CUDA-Shaders v5.0.4 高亮.zip
	OpenGlVersion: 4.6.0 NVIDIA 390.77
	OpenGlRenderer: GeForce GTX 1060/PCIe/SSE2
	OpenGlVendor: NVIDIA Corporation
	CpuCount: 8

More cooking utensils

  • Frying pan
  • Saucepan
  • Steamer
  • Deep fryer
  • Sauté pan?
  • Kettle (for boiled water)

  • Spoon
    • Ladle
    • Strainer?
  • Chopsticks

Can't get basin to work

I try putting fruit in the basin, either placing it or throwing it in and nothing happens. Am I missing something?

Spice of life compat

It would be amazing if this mod was compatible with spice of life/spice of life carrot edition

Chopping Board

Can you add a configuration to the wood chopping plank number?
So instead of 6 I can change it to another number?

Some logs arnt recognized, like Rubber (Industrial Foregoing) and Menril (Integrated Dynamics)

Also, you cannot offhand and place an Item, which is understandable since you use both left and right click to slice/dice whatever is on it.

[Request] Compact with Tough As Nails Purified Water

Heya,
loving the mod so far!

Was wondering if there could be some compatibility with Tough As Nails, especially the following:

  • Right clicking certain juices inside basins with a glass bottle should turn into the TAN fruit bottles
  • Have rain water collected by basins turn into purified water from TAN (the TAN rain collectors do that, but i'd rather disable those and use the basins, for early game clean water)

Think that's something that could be added?

Cheers,
SC

Immersive Engineering Cloche compatability

The Garden Cloche from Immersive Engineering is quite a handy tool to automate farming. It would be great if cuisine crops where compatible with it.

I also think food automation in general could be a great addition. Like supporting the IE Squeezer for juices maybe?

Thermodynamic based cooking

Specific cooking temperature affects on the traits of the food and the cooking speed, which leads to a bit of difficulty.
Also, ingredients need constantly heating.

Example: Fire pit provides 20J/t (or 20HU/t), Wok has a specific heat capacity of 40J/K, default temperature is 28°C, it will be heated up to 50°C in 44 ticks.

Recipe for food will add standard temperature and cooking time. Over the standard temperature will "overclock" the recipe, lower will be slow.

Purpose function for the progress bonus is 1 ± (Actual temperature - Standard temperature)² / Standard Temperature²(± is - whether actual is higher than standard)

Further suggestions are welcome.

Gui Crash w/ Apple Skin

I decided to flip though the book you have so far, and it crashes when I look at the sesame oil page

---- Minecraft Crash Report ----
// Ouch. That hurt :(

Time: 2019-02-02 16:51:57 EST
Description: Rendering screen

java.lang.NullPointerException
    at snownee.kiwi.client.AdvancedFontRenderer.getStringWidth(AdvancedFontRenderer.java:374)
    at squeek.appleskin.client.TooltipOverlayHandler.onRenderTooltip(TooltipOverlayHandler.java:104)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2614_TooltipOverlayHandler_onRenderTooltip_PostText.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.fml.client.config.GuiUtils.drawHoveringText(GuiUtils.java:409)
    at net.minecraftforge.fml.client.config.GuiUtils.drawHoveringText(GuiUtils.java:252)
    at net.minecraft.client.gui.GuiScreen.drawHoveringText(GuiScreen.java:182)
    at vazkii.patchouli.client.book.gui.GuiBook.drawTooltip(GuiBook.java:204)
    at vazkii.patchouli.client.book.gui.GuiBook.drawScreenAfterScale(GuiBook.java:142)
    at vazkii.patchouli.client.book.gui.GuiBook.drawScreen(GuiBook.java:123)
    at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396)
    at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1124)
    at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1119)
    at net.minecraft.client.Minecraft.run(Minecraft.java:3942)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
    at org.multimc.EntryPoint.listen(EntryPoint.java:143)
    at org.multimc.EntryPoint.main(EntryPoint.java:34)

Other than that, the book seems fine.

Suggestion - Config option to not start the game with the manual

Might be an oversight, but a config option to start the game without a manual is standard in most mods.

Will also add that adding in the default values or settings in your config file is also common practice and would be nice to have. Such as [Default: CropsGenRate=0] as an example or something similar.

Thanks for the great mod and the time and effort you put into it.

Mods with food tooltips display wrong amount on HC mode

Tested this with both Quark's food tooltips and Apple Skin's flashing hunger bar. They both show the default hunger values from foods, but when I actually eat the food it gives me the nerfed hardcore value. Pam's has a similar feature but shows the correct value in both of those mods, so I assume it's on Cuisine's side.

Thanks! Love the mod :)

[SUGGESTION] Simply Corn, Animania, Aquaculture, and Salty Mod compat

Would it be possible to add support for those four mods?

Furthermore, I have another request, unless it has been done.

Would it be possible to add a system that shuts off redundant crops if another supported mod is using them? So say, there aren't two tomato crops, as an example.

Dynamic Trees Support

I was wandering if it’s possible to add compatibility with Dynamic Trees for Cuisine trees.

Passable Leaves Compat

I'm using a mod called Passable Leaves, but the leaves from this mod aren't affected by it. I posted an issue on that mod's issue tracker and they said they can't do anything if your leaf blocks don't extend blockLeaf. is there any way to remedy this on my end?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.