{Alpha} Unstable Pack: Bug Reports

Growlith1223

New Member
Jul 29, 2019
18
0
0
I've noticed that it's definitely a memory leak since disabling the max tickrate shutdown option in server.properties comes up with an out of memory error...with 6GBs allocated.. lol
 
M

Mincon

Guest
in survival when i break a chisel block it breaks instantly and it doesn't drop the block
 

zilvarwolf

New Member
Jul 29, 2019
541
0
0
Hmm. Now to pull mods out one at a time, I guess, to figure out what's what. :/
I might have figured it out partially. My problem appears to be related to slime islands and flowing slime. As soon as I break a congealed slime block my TPS tanks
 

rakkie

New Member
Jul 29, 2019
31
0
0
When i play for a while, my world goes white. Every tree, leave or mob or anything goes white, i can see in the distance the world how it should be with all the colors but where i stand it's all white around me. Can't figure out where this comes from, just wondering if anyone else has this and what they do about it.
 

Michael R

New Member
Jul 29, 2019
2
0
0
When i play for a while, my world goes white. Every tree, leave or mob or anything goes white, i can see in the distance the world how it should be with all the colors but where i stand it's all white around me. Can't figure out where this comes from, just wondering if anyone else has this and what they do about it.

I've had that issue going though a nether portal while its raining...Going back though the nether portal fixes it for me. Try going to the nether and back?
 

Michael R

New Member
Jul 29, 2019
2
0
0
Has anyone had issues updating from .36 to .37 and above? Everytime we try to update beyond .36 it says its missing neotech items. We try to tell it to go ahead anyways and it just stalls for hours and never goes though. We even broke all of the item pipes and machines ect. So we are now stuck on .36 or face a wipe.
 

jikuja

legacy FTB Launcher developer
Launcher Developer
Global Moderator
Dec 17, 2013
1,134
111
99
FIXED in newest Thaumic Infusion release.

I suspect that Thaumic Infusion causes high memory usage: (something/)it creates tons of Field objects which are collected by gc:

Pack with Thaumic Infusion: http://imgur.com/a/NYV4B notice high amount of Field objects in sampler and ~200ms between minor GCs. (ignore middle image)

Pack without Thaumic Infusion: http://imgur.com/a/nkqLC now 600 ms between minor GCs

I tried to run other test to make sure that problem is caused by ThaumicInfusion and/or debug why it leaks but I could not because my machine is not enough powerfull to runn full profiling with instrumentation...


Edit: Finally I have some results. My btrace script: https://paste.ee/p/mdhgB
  1. it samples every 1000th ReflectionLookup.findFieldInClass() calls
  2. argument and return value is printed for every sampled calls
Result: https://paste.ee/p/mJijJ
  1. Creative flat world
  2. fully loaded before started profiling
  3. Profiler was running two minutes
In two minutes ReflectionLookup.findFieldInClass() was called (1000*)1790 times and (1000*)1736 times return value was null which means that getDeclaredFields() was called...

Reported to upstream https://github.com/TheDrunkMafia/ThaumicInfusion/issues/72

FIXED in newest mod release.
 
Last edited:
  • Like
Reactions: Tylor
U

UberZiggy

Guest
My game crashes before it even fully loads up. I don't even get to the title screen. I'm playing on an Alienware X51, so I don't think it's a hardware issue.

Here's the crash log

---- Minecraft Crash Report ----

WARNING: coremods are present:
NowWithRendering (hopperducts-mc1.8.8-1.4.6.jar)
ThaumcraftLoader (Thaumcraft-1.8.9-5.2.1.jar)
thaumicinfusion (ThaumicInfusion-1.8.9-4.82.jar)
LoadingPlugin (RandomThings-MC1.8.9-3.6.4.jar)
FldLoadingPlugin (FastLeafDecay-1.8-1.6.jar)
dsurroundcore (DynamicSurroundings-1.8.9-2.0.4.10.jar)
LoadingPlugin (ResourceLoader-MC1.8.8-1.4.jar)
Contact their authors BEFORE contacting forge

// I feel sad now :(

Time: 3/17/16 3:31 AM
Description: Initializing game

java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
at java.lang.AbstractStringBuilder.ensureCapacityInternal(Unknown Source)
at java.lang.AbstractStringBuilder.append(Unknown Source)
at java.lang.StringBuilder.append(Unknown Source)
at net.minecraft.client.resources.model.ModelResourceLocation.<init>(SourceFile:32)
at net.minecraft.client.resources.model.ModelResourceLocation.<init>(SourceFile:28)
at net.minecraft.client.renderer.block.statemap.DefaultStateMapper.func_178132_a(SourceFile:10)
at net.minecraft.client.renderer.block.statemap.StateMapperBase.func_178130_a(SourceFile:38)
at net.minecraft.client.renderer.block.statemap.BlockStateMapper.func_178446_a(SourceFile:34)
at slimeknights.tconstruct.library.client.ItemBlockModelSetter.onBake(ItemBlockModelSetter.java:31)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_266_ItemBlockModelSetter_onBake_ModelBakeEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.ForgeHooksClient.onModelBake(ForgeHooksClient.java:349)
at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:30)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:130)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:111)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:732)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:326)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)


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

-- Head --
Stacktrace:
at java.util.Arrays.copyOf(Unknown Source)
at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
at java.lang.AbstractStringBuilder.ensureCapacityInternal(Unknown Source)
at java.lang.AbstractStringBuilder.append(Unknown Source)
at java.lang.StringBuilder.append(Unknown Source)
at net.minecraft.client.resources.model.ModelResourceLocation.<init>(SourceFile:32)
at net.minecraft.client.resources.model.ModelResourceLocation.<init>(SourceFile:28)
at net.minecraft.client.renderer.block.statemap.DefaultStateMapper.func_178132_a(SourceFile:10)
at net.minecraft.client.renderer.block.statemap.StateMapperBase.func_178130_a(SourceFile:38)
at net.minecraft.client.renderer.block.statemap.BlockStateMapper.func_178446_a(SourceFile:34)
at slimeknights.tconstruct.library.client.ItemBlockModelSetter.onBake(ItemBlockModelSetter.java:31)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_266_ItemBlockModelSetter_onBake_ModelBakeEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.ForgeHooksClient.onModelBake(ForgeHooksClient.java:349)
at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:30)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:130)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:111)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:732)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:326)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)

-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 182678080 bytes (174 MB) / 1850212352 bytes (1764 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 3 total; -Xms256M -Xmx2048M -XX:permSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.19 Powered by Forge 11.15.1.1757 79 mods loaded, 79 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1757-universal.jar)
UCHIJA Forge{11.15.1.1757} [Minecraft Forge] (forge-1.8.9-11.15.1.1757-universal.jar)
UCHIJA bagginses{2.1.5b} [Bagginses] (Bagginses-1.8.9-2.1.5b.jar)
UCHIJA BetterAchievements{0.1.1} [Better Achievements] (BetterAchievements-1.8.9-0.1.1.jar)
UCHIJA BetterThanBunnies{1.8.9-1.0.1} [BetterThanBunnies] (BetterThanBunnies-1.8.9-1.0.1.jar)
UCHIJA Waila{1.6.0} [Waila] (Waila-1.6.0-B3_1.8.8.jar)
UCHIJA Baubles{1.1.3.0} [Baubles] (Baubles-1.8.9-1.1.3.0.jar)
UCHIJA intangible{0.0.25} [Intangible] (intangible-1.8.9-0.0.25.jar)
UCHIJA JEI{2.28.7.174} [Just Enough Items] (jei_1.8.9-2.28.7.174.jar)
UCHIJA BloodMagic{1.8.9-2.0.0-19} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.8.9-2.0.0-19.jar)
UCHIJA bookshelfapi{2.3.6} [Bookshelf] (Bookshelf-API-1.8.9-2.3.6.jar)
UCHIJA Thaumcraft{5.2.1} [Thaumcraft] (Thaumcraft-1.8.9-5.2.1.jar)
UCHIJA Botania{r1.8-250} [Botania] (Botania.r1.8-unofficial-0.6.4.2.jar)
UCHIJA BuildCraft|Core{7.2.0-pre12} [BuildCraft] (buildcraft-7.2.0-pre12.jar)
UCHIJA BuildCraft|Transport{7.2.0-pre12} [BC Transport] (buildcraft-7.2.0-pre12.jar)
UCHIJA BuildCraft|Energy{7.2.0-pre12} [BC Energy] (buildcraft-7.2.0-pre12.jar)
UCHIJA BuildCraft|Factory{7.2.0-pre12} [BC Factory] (buildcraft-7.2.0-pre12.jar)
UCHIJA BuildCraft|Silicon{7.2.0-pre12} [BC Silicon] (buildcraft-7.2.0-pre12.jar)
UCHIJA BuildCraft|Robotics{7.2.0-pre12} [BC Robotics] (buildcraft-7.2.0-pre12.jar)
UCHIJA BuildCraft|Builders{7.2.0-pre12} [BC Builders] (buildcraft-7.2.0-pre12.jar)
UCHIJA buildingbrickscompatvanilla{1.8.9-1.3.3} [Building Bricks Vanilla Compat] (BuildingBricks-1.8.9-1.3.3.jar)
UCHIJA buildingbricks{1.8.9-1.3.3} [Building Bricks] (BuildingBricks-1.8.9-1.3.3.jar)
UCHIJA Chameleon{1.8.9-0.2.1} [Chameleon] (Chameleon-1.8.9-0.2.1.jar)
UCHIJA mcmultipart{1.0.8} [MCMultiPart] (MCMultiPart-1.0.8-universal.jar)
UCHIJA CharsetLib{0.2.1} [‽] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
UCHIJA CharsetTweaks{0.2.1} [*] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
UCHIJA CharsetWires{0.2.1} [+] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
UCHIJA CharsetAudio{0.2.1} [♫] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
UCHIJA CharsetStorage{0.2.1} [#] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
UCHIJA CharsetPipes{0.2.1} [|] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
UCHIJA CharsetGates{0.2.1} [&] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
UCHIJA chisel{@VERSION@} [Chisel] (Chisel-MC1.8.9-0.0.2.6.jar)
UCHIJA chiselsandbits{mc1.8.9-v1.8.11} [Chisels & Bits] (chiselsandbits-mc1.8.9-v1.8.11.jar)
UCHIJA compasscoords{1.8.9-0.2.6} [Compass Co-ords] (CompassCoords-1.8.9-0.2.6.jar)
UCHIJA ComputerCraft{1.78} [ComputerCraft] (ComputerCraft1.78.jar)
UCHIJA craftingtweaks{3.0.52} [Crafting Tweaks] (craftingtweaks-mc1.8.9-3.0.52.jar)
UCHIJA crafttweaker{3.0.0} [crafttweaker] (CraftTweaker-1.8.8-3.0.2.jar)
UCHIJA CustomMainMenu{2.0} [Custom Main Menu] (CustomMainMenu-MC1.8.9-2.0.jar)
UCHIJA dsurround{2.0.4.10} [Dynamic Surroundings] (DynamicSurroundings-1.8.9-2.0.4.10.jar)
UCHIJA ShetiPhianCore{3.1.0} [ShetiPhian-Core] (ShetiPhianCore-1.8.9-3.1.0.jar)
UCHIJA EnderTanks{1.2.1} [EnderTanks] (EnderTanks-1.8.9-1.2.1.jar)
UCHIJA ezstorage{1.0} [EZ Storage] (ezstorage-1.8.9-1.2.6.jar)
UCHIJA fastleafdecay{1.6} [Fast Leaf Decay] (FastLeafDecay-1.8-1.6.jar)
UCHIJA flatcoloredblocks{mc1.8.9-v1.8} [Flat Colored Blocks] (flatcoloredblocks-mc1.8.9-v1.8.jar)
UCHIJA FTBL{2.0.2} [FTBLib] (FTBLib-1.8.9-2.0.2.jar)
UCHIJA FTBU{2.0.2} [FTBUtilities] (FTBUtilities-1.8.9-2.0.2.jar)
UCHIJA furnus{1.73} [Furnus] (Furnus-1.8.9-1.73.jar)
UCHIJA graves{1.8.9-b45-universal} [Graves Mod] (graves-1.8.9-b45-universal.jar)
UCHIJA hopperducts{1.4.6} [Hopper Ducts] (hopperducts-mc1.8.8-1.4.6.jar)
UCHIJA k4lib{1.8.9-1.0.16} [K4Lib] (k4lib-1.8.9-1.0.16-universal.jar)
UCHIJA HydCraft{1.8.9-3.1.65} [Hydraulicraft] (HydCraft-1.8.9-3.1.65-universal.jar)
UCHIJA IGWMod{1.2.4-4} [In-Game wiki Mod] (IGW-Mod-1.8.9-1.2.4-4-universal.jar)
UCHIJA inventorysorter{0.7.4+26} [Simple Inventory sorting] (inventorysorter-1.8.9-0.7.4+26.jar)
UCHIJA IronChest{6.0.125.770} [Iron Chest] (ironchest-1.8.9-6.0.125.770.jar)
UCHIJA JEIAddons{0.12.0.57} [Just Enough Items Addons] (JEIAddons_1.8.9-0.12.0.57.jar)
UCHIJA journeymap{1.8.9-5.1.5} [JourneyMap] (journeymap-1.8.9-5.1.5-unlimited.jar)
UCHIJA jeresources{0.4.0} [Just Enough Resources] (JustEnoughResources-1.8.9-0.4.0.jar)
UCHIJA llor{1.0.5-mc1.8.9} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.0.5-mc1.8.9.jar)
UCHIJA mantle{1.8.9-0.8.2.jenkins95} [Mantle] (Mantle-1.8.9-0.8.2.jar)
UCHIJA testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.9b.jar)
UCHIJA Morpheus{1.8.9-2.0.58} [Morpheus] (Morpheus-1.8.9-2.0.58.jar)
UCHIJA MouseTweaks{2.6.0} [Mouse Tweaks] (MouseTweaks-2.6.0-mc1.8.9.jar)
UCHIJA tconstruct{1.8.9-2.1.0.jenkins101} [Tinkers' Construct] (TConstruct-1.8.9-2.1.0.jar)
UCHIJA neotech{2.4.1} [NeoTech] (NeoTech-1.8.9-2.4.1.jar)
UCHIJA notenoughkeys{@MOD_VERSION@} [NotEnoughKeys] (NotEnoughKeys-1.8.9-3.0.0b1-dev-universal.jar)
UCHIJA fodc{1.7.2} [Ore Dictionary Converter] (OreDictionaryConverter-1.7.2.jar)
UCHIJA playerrugs{0.0.1} [Player Rugs] (PlayerRugs-1.8.8-1.2.0.jar)
UCHIJA PneumaticCraft{1.13.8-12} [PneumaticCraft] (PneumaticCraft-1.8.9-1.13.8-12-universal.jar)
UCHIJA progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.8.9-1.6.35.jar)
UCHIJA Psi{beta-19} [Psi] (Psi-beta-19.jar)
UCHIJA RandomThings{3.6.4} [Random Things] (RandomThings-MC1.8.9-3.6.4.jar)
UCHIJA ResourceLoader{1.4} [Resource Loader] (ResourceLoader-MC1.8.8-1.4.jar)
UCHIJA rftools{4.22beta30} [RFTools] (rftools-1.8.9-4.22beta30.jar)
UCHIJA simpleretrogen{2.2.2+3} [Simple Retrogen] (simpleretrogen-1.8.9-2.2.2+3.jar)
UCHIJA StorageDrawers{1.8.9-2.4.4} [Storage Drawers] (StorageDrawers-1.8.9-2.4.4.jar)
UCHIJA thaumicinfusion{4.82} [Thaumic Infusion] (ThaumicInfusion-1.8.9-4.82.jar)
UCHIJA wawla{1.4.7} [What Are We Looking At] (Wawla-1.4.7-1.8+.jar)
UCHIJA denseores{1.0} [denseores] (denseores-1.8-alpha-2.0.0.jar)
Loaded coremods (and transformers):
NowWithRendering (hopperducts-mc1.8.8-1.4.6.jar)
net.fybertech.nwr.NowWithRendering
ThaumcraftLoader (Thaumcraft-1.8.9-5.2.1.jar)

thaumicinfusion (ThaumicInfusion-1.8.9-4.82.jar)
drunkmafia.thaumicinfusion.common.asm.BlockTransformer
drunkmafia.thaumicinfusion.common.asm.WorldTransformer
LoadingPlugin (RandomThings-MC1.8.9-3.6.4.jar)
lumien.randomthings.asm.ClassTransformer
FldLoadingPlugin (FastLeafDecay-1.8-1.6.jar)
com.olafski.fastleafdecay.FldTransformer
dsurroundcore (DynamicSurroundings-1.8.9-2.0.4.10.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
LoadingPlugin (ResourceLoader-MC1.8.8-1.4.jar)
lumien.resourceloader.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 361.43' Renderer: 'GeForce GTX 745/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- TinkerDebug (Enabled/Not Forced)

Launched Version: 1.8.9
LWJGL: 2.9.4
OpenGL: GeForce GTX 745/PCIe/SSE2 GL version 4.5.0 NVIDIA 361.43, 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: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz
 

jikuja

legacy FTB Launcher developer
Launcher Developer
Global Moderator
Dec 17, 2013
1,134
111
99
My game crashes before it even fully loads up. I don't even get to the title screen. I'm playing on an Alienware X51, so I don't think it's a hardware issue.

Here's the crash log

Increase memory allocation.
 

Growlith1223

New Member
Jul 29, 2019
18
0
0
just a heads up but newer versions of the pack with ExtraUtils2, hovering over certain items, eg. would be the enchanted bookcase thing, will crash you, doesn't even matter if you clicked on it for the recipe, simply hovering over it will crash you!

EDIT: i've found a temporary fix to the issue, seems Wawla is corrupting the tooltip of certain items of the mod, simply disabling WAWLA, not WAILA, will fix the issue! hopefully there's a fix for it soon?
 
Last edited:

Scrogs63

New Member
Jul 29, 2019
9
0
0
just a heads up but newer versions of the pack with ExtraUtils2, hovering over certain items, eg. would be the enchanted bookcase thing, will crash you, doesn't even matter if you clicked on it for the recipe, simply hovering over it will crash you!

EDIT: i've found a temporary fix to the issue, seems Wawla is corrupting the tooltip of certain items of the mod, simply disabling WAWLA, not WAILA, will fix the issue! hopefully there's a fix for it soon?

Also having the same issue
 

ewanm89

New Member
Jul 29, 2019
6
0
0
Neotech + Pneumaticraft gives a way to manufacture diamonds from a charcoal farm. Process goes in neotech: charcoal -> liquid carbon -> coal blocks, and then one feeds the coal blocks into the pnuematicraft pressure chamber to turn into diamonds. This is a little OP in that it gives a renewable diamond source. Not sure how it can be fixed though (I did think of having liquid carbon solidify into charcoal instead of coal, but charcoal blocks aren't a thing). Also all the steps on the way can be powered by the charcoal farm too.
 

ArchReplicator

New Member
Jul 29, 2019
4
0
0
Has that new WAWLA version been pulled into v42? The only way I've been able to find what mods are in the pack without upgrading is to go to the curse page and then the dependencies tab. Would be nice to have a running changelog...
 

Quetzi

Jack of All Trades
Retired Staff
Aug 20, 2012
826
329
100
quetzi.tv
The nature of unstable and the update pace we were going for meant that proper changelogs weren't really something we were able to offer. The best I could do is whatever would fit in 140 chars on my 'pack has updated' tweet.
 

ArchReplicator

New Member
Jul 29, 2019
4
0
0
A reasonable answer on changelog, though it doesn't tell me if I still need to disable wawla to avoid the crash reported on the 17th.
 

Growlith1223

New Member
Jul 29, 2019
18
0
0
A reasonable answer on changelog, though it doesn't tell me if I still need to disable wawla to avoid the crash reported on the 17th.
the new update, .42 fixes this issue, if you are still on .41 then yes, you will have to disable Wawla.

EDIT: would just like to say that also .42 has some server-related issues with connecting btw, i know this is an unstable pack and shouldn't really be meant for servers yet but i thought i'd throw one up xD im not entirely sure what's causing the issues however but you get a connection closed error when connecting, seems that either the server or client isn't able to send/receive something fast enough