[1.7.10] Material Energy^4

Qcor

New Member
Jul 29, 2019
71
0
0
Same with grave's, Which you cold exploid. Unload spacial and build towards your grave...

It's the way spatial tech works. It does not accept any 'complicated' stuff like machines (entities is probably the right word here but I'm not certain). They are blacklisted to prevent exploits and errors in general. There was a warning in ME^3 about it.
Basically they just don't unload when you unload a spatial area, and are still there when another is loaded.
If you are not sure if sth can/can't be left there just test it by placing the thing in question in spatial area then unload and go back to observatory to check if it is still there.. floating in empty space.
 

RehabOholic

New Member
Jul 29, 2019
895
0
0
I thought I new something about spatial drives, but I guess not. In AE1 I built a 15x15 AE network inside an AE network. I was proud of myself(It's sad, I know). It had everything you could make/use in AE, and was accessed via an enhanced portal.

The thing that I am lost is why it doesn't save things once created. When loading the inclusion chamber, if you remove blocks, then unload the drive it will save it. So when loading it back up the changes will be there. However, you can't seem to add to them, or at least as stated by Qcor. That to me is strange, because I had all kinds of tech, and machines in the drive I made on AE1. I don't know, I still can get my head around AE2 to save my life.lol
 

Qcor

New Member
Jul 29, 2019
71
0
0
Well... you CAN, it theory. It's more of a config option for this modpack.
As it stands on AE webpage:
* Note Spatial uses a white list compatibilty system, only tile entities marked as "whitelisted" can be moved with this system, other mod authors can opt-into this, AE2 provides support for itself, and Vanilla.

So I guess the limitation comes from config.. meaning Parcel.. he is just evil :p
 

Platinawolf

New Member
Jul 29, 2019
147
0
0
Well... you CAN, it theory. It's more of a config option for this modpack.
As it stands on AE webpage:
* Note Spatial uses a white list compatibilty system, only tile entities marked as "whitelisted" can be moved with this system, other mod authors can opt-into this, AE2 provides support for itself, and Vanilla.

So I guess the limitation comes from config.. meaning Parcel.. he is just evil :p

Its not really a "config" issue, its more along the lines of the tile entities needing to be movable. A brilliant example of this would be the computer from Computercraft back in 1.6, where each computer thread was stored based on the computers position in the world. Move the computer and you not only don't call the function to disable the computer, you also spawn a new computer on the new place. Repeat this enough and you killed computercraft.

A mod author can dictate exactly how the block should act if it is to be picked up by the spatial pylons, calling all the things that needs to be called. Its nothing Parcel31u can do to fix it, instead each tile entity needs to specifically say that "I can be moved". Trying to move a complex item such as a quarry will probably lead to all manner of chaos. It could stop doing anythign, it could eat up everything in its new position or it might crash the server.
 

Chiruu

New Member
Jul 29, 2019
1
0
0
Hey i got a problem. Whenever i try to set up a server and start the ServerStart.bat it crashes and says "Unable to look up [Some mods] ... is there something wrong with the registry?"
Im not sure i set up the server correctly. Please help me :) And sorry for my bad english.
 

Qcor

New Member
Jul 29, 2019
71
0
0
@parcel31u what is up with this whole specter key / dimension?
It's the same from at least v0.6 - when I use the key it takes me to some empty age and I'm falling down.
There should be some kind of a room from what I read...
.. so I guess it's an another "feature" (?)
 

Keksschleuder1

New Member
Jul 29, 2019
22
0
0
Do the FluxedCrystal seeds have any growth requirement other than pumping RF in the Farm Manager (and being on powered soil, duh)?
Like having clear view of the sky? Or Lightlevel/Water?
The mod has a "nocturnal upgrade" which would imply having something to do with day/night, but there is so little documentation about that Mod :(

The Manager accepts Energy till the Buffer is full but then nothing is happening. It doesn't use energy and the crystals don't grow.
Does it have to be exact dimensions? I made it 5x5 with 20 Powered soil, so it's missing a small chunk on one edge.
 
Last edited:

Keksschleuder1

New Member
Jul 29, 2019
22
0
0
@parcel31u what is up with this whole specter key / dimension?
It's the same from at least v0.6 - when I use the key it takes me to some empty age and I'm falling down.
There should be some kind of a room from what I read...
.. so I guess it's an another "feature" (?)

Only problem I had with that dimension is that you have to rejoin for it to load. But nothing to see there, you are just in a cube out of some unbreakable glas-stuff.
 

DinBladeM

New Member
Jul 29, 2019
15
0
0
Well Crap...just tried loading the Community Area FrightNight after updating my .7 world. Hard crash to the FTB launcher...my world might just be dead.

Edit: the first report, it hard crashes whenever I load the world.

---- Minecraft Crash Report ----
// Why did you do that?

Time: 1/18/15 11:40 AM
Description: Unexpected error

java.lang.IndexOutOfBoundsException: Index: 10, Size: 7
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at com.cricketcraft.chisel.client.render.BlockMarblePillarRenderer.renderWorldBlock(BlockMarblePillarRenderer.java:51)
at cpw.mods.fml.client.registry.RenderingRegistry.renderWorldBlock(RenderingRegistry.java:118)
at net.minecraft.src.FMLRenderAccessLibrary.renderWorldBlock(FMLRenderAccessLibrary.java:53)
at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:296)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1530)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
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.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at com.cricketcraft.chisel.client.render.BlockMarblePillarRenderer.renderWorldBlock(BlockMarblePillarRenderer.java:51)
at cpw.mods.fml.client.registry.RenderingRegistry.renderWorldBlock(RenderingRegistry.java:118)
at net.minecraft.src.FMLRenderAccessLibrary.renderWorldBlock(FMLRenderAccessLibrary.java:53)
at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:296)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1530)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['DinBladeM'/254, l='MpServer', x=1000.50, y=89.62, z=1000.50]]
Chunk stats: MultiplayerChunkCache: 625, 625
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (1000,29,1000), Chunk: (at 8,1,8 in 62,62; contains blocks 992,0,992 to 1007,255,1007), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
Level time: 13274532 game time, 13274532 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: 65 total; [EntityEnderman['Enderman'/491358, l='MpServer', x=27.50, y=-0.09, z=26.50], EntityEnderman['Enderman'/6007, l='MpServer', x=-14.50, y=-0.03, z=-11.50], EntityEnderman['Enderman'/6550, l='MpServer', x=14.50, y=-0.00, z=-16.50], EntityEnderman['Enderman'/8076, l='MpServer', x=24.50, y=-0.07, z=-26.50], EntityItem['item.item.feather'/635041, l='MpServer', x=1041.25, y=142.13, z=1034.63], EntityItem['item.item.egg'/645870, l='MpServer', x=1056.16, y=142.13, z=1034.13], EntityEnderman['Enderman'/8245, l='MpServer', x=24.50, y=-0.07, z=-11.50], EntityBat['Bat'/651982, l='MpServer', x=1060.50, y=36.58, z=1052.78], EntityEnderman['Enderman'/8026, l='MpServer', x=10.50, y=-0.09, z=26.50], EntityEnderman['Enderman'/8040, l='MpServer', x=-3.50, y=-0.09, z=-28.50], EntityEnderman['Enderman'/6131, l='MpServer', x=6.50, y=-0.08, z=-18.50], EntityEnderman['Enderman'/6132, l='MpServer', x=-0.50, y=-0.08, z=-18.50], EntityBlaze['Blaze'/8037, l='MpServer', x=3.50, y=-0.05, z=-22.50], EntityBat['Bat'/652529, l='MpServer', x=1060.69, y=18.69, z=1021.50], EntityBat['Bat'/652531, l='MpServer', x=1067.66, y=21.00, z=1015.50], EntityEnderman['Enderman'/6034, l='MpServer', x=6.50, y=-0.03, z=-11.50], EntityBat['Bat'/652534, l='MpServer', x=985.09, y=10.90, z=958.84], EntityEnderman['Enderman'/6047, l='MpServer', x=-2.53, y=-0.62, z=-2.50], EntityBat['Bat'/652521, l='MpServer', x=1052.09, y=25.49, z=1052.63], EntityEnderman['Enderman'/6067, l='MpServer', x=4.00, y=-5.82, z=-19.30], EntityGhast['Ghast'/6072, l='MpServer', x=16.50, y=51.38, z=-0.50], EntityEnderman['Enderman'/6050, l='MpServer', x=-23.07, y=-0.02, z=-54.00], EntityItem['item.item.feather'/620529, l='MpServer', x=1057.69, y=142.13, z=1034.38], EntityEnderman['Enderman'/84787, l='MpServer', x=27.50, y=-0.09, z=0.50], EntityClientPlayerMP['DinBladeM'/254, l='MpServer', x=1000.50, y=89.62, z=1000.50], EntityBat['Bat'/649975, l='MpServer', x=1009.38, y=23.05, z=1045.38], EntityEnderman['Enderman'/6310, l='MpServer', x=-23.38, y=-49.23, z=-31.50], EntityBat['Bat'/653779, l='MpServer', x=1032.28, y=13.65, z=958.06], EntityBat['Bat'/653783, l='MpServer', x=934.13, y=25.02, z=977.44], EntityBat['Bat'/653782, l='MpServer', x=933.31, y=23.66, z=973.75], EntitySkeleton['Skeleton'/6280, l='MpServer', x=-23.50, y=-0.09, z=-22.50], EntitySkeleton['Skeleton'/6281, l='MpServer', x=-10.50, y=-0.09, z=-22.50], EntityBat['Bat'/652157, l='MpServer', x=1001.44, y=43.55, z=1073.84], EntityCreeper['Creeper'/6278, l='MpServer', x=-21.50, y=-0.09, z=-22.50], EntityZombie['Zombie'/6279, l='MpServer', x=-19.50, y=-0.09, z=-22.50], EntityEnderman['Enderman'/7837, l='MpServer', x=10.50, y=-0.08, z=-26.50], EntityHorse['§rSeaBiscuit'/373, l='MpServer', x=1049.03, y=142.00, z=1040.84], EntityBat['Bat'/646140, l='MpServer', x=974.10, y=49.34, z=1077.18], EntityItem['item.item.feather'/645594, l='MpServer', x=1060.94, y=142.13, z=1045.84], EntityChicken['Chicken'/369, l='MpServer', x=1057.69, y=142.00, z=1039.16], EntityWildPig['Wild Pig'/370, l='MpServer', x=1054.81, y=142.00, z=1042.75], EntityChicken['Chicken'/381, l='MpServer', x=1070.25, y=142.00, z=1034.16], EntityChicken['Chicken'/380, l='MpServer', x=1058.47, y=142.00, z=1034.16], EntityWildPig['Wild Pig'/383, l='MpServer', x=1060.38, y=142.00, z=1035.75], EntityWildPig['Wild Pig'/382, l='MpServer', x=1061.75, y=142.00, z=1034.56], EntityChicken['Chicken'/367, l='MpServer', x=1039.81, y=142.00, z=1034.47], EntityItem['item.item.egg'/650492, l='MpServer', x=1057.16, y=142.13, z=1034.19], EntityZombie['Zombie'/6337, l='MpServer', x=-3.50, y=-0.09, z=-22.50], EntityChicken['Chicken'/410, l='MpServer', x=1062.38, y=142.00, z=1045.56], EntityChicken['Chicken'/407, l='MpServer', x=1071.41, y=142.00, z=1044.22], EntityChicken['Chicken'/405, l='MpServer', x=1065.53, y=142.00, z=1046.38], EntityEnderman['Enderman'/9601, l='MpServer', x=20.50, y=-0.09, z=-21.50], EntityBat['Bat'/648326, l='MpServer', x=1029.97, y=26.00, z=1069.50], EntityWildPig['Wild Pig'/394, l='MpServer', x=1053.44, y=142.00, z=1037.72], EntityWildPig['Wild Pig'/393, l='MpServer', x=1059.06, y=142.00, z=1035.59], EntityChicken['Chicken'/392, l='MpServer', x=1059.16, y=142.00, z=1034.47], EntityWildSheep['Wild Sheep'/385, l='MpServer', x=1063.53, y=142.00, z=1043.78], EntityWildSheep['Wild Sheep'/391, l='MpServer', x=1057.53, y=142.00, z=1034.47], EntityHorse['Horse'/389, l='MpServer', x=1070.78, y=142.00, z=1035.84], EntityChicken['Chicken'/388, l='MpServer', x=1067.81, y=142.00, z=1034.78], EntityEnderman['Enderman'/6173, l='MpServer', x=-0.50, y=-0.08, z=-28.50], EntityEnderman['Enderman'/6174, l='MpServer', x=6.50, y=-0.08, z=-28.50], EntityChicken['Chicken'/419, l='MpServer', x=1077.41, y=142.00, z=1034.59], EntityEnderman['Enderman'/6269, l='MpServer', x=-26.42, y=-0.01, z=-53.89], EntityBat['Bat'/646447, l='MpServer', x=1041.38, y=37.68, z=1058.88]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
at net.minecraft.client.main.Main.main(SourceFile:148)
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.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 233353480 bytes (222 MB) / 1292894208 bytes (1233 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 3 total; -Xms256M -Xmx4608M -XX:permSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 59 mods loaded, 59 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
appliedenergistics2-core{rv2-beta-3} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MobiusCore{1.2.3} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.3.76} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.76-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SciMCLibCore{0.0.0.2} [SciMCLibCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenModsCore{@VERSION@} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
debug{1.0} [debug] (denseores-1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
battlegear2{1.0.6.3} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.6.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{6.14} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WorldStateCheckpoints{1.7.10.r02} [WorldStateCheckpoints] ([1.7.10]WorldStateCheckpoints-client-1.7.10.r02.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
dendrology{1.7.10-0.3.2} [Ancient Trees] (AncientTrees-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
appliedenergistics2{rv2-beta-3} [Applied Energistics 2] (appliedenergistics2-rv2-beta-3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.8.2} [BiblioCraft] (BiblioCraft[v1.8.2][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{1.7.10R3.0.0B9} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B9-41.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalFoundation{1.7.10R1.0.0RC1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0RC1-13.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalExpansion{1.7.10R4.0.0B8} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B8-23.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BigReactors{0.4.0A} [Big Reactors] (BigReactors-0.4.0A.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
chisel{2.2.2.0a6e6fc} [Chisel] (Chisel2_DEV-2.2.2.0a6e6fc.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Waila{1.5.5} [Waila] (Waila-1.5.5_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CompactMachines{1.7.10-1.12} [Compact Machines] (compactmachines-1.7.10-1.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderIO{1.7.10-2.2.6.317} [Ender IO] (EnderIO-1.7.10-2.2.6.317.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderTech{1.7.10-0.3.0.348} [EnderTech] (EnderTech-1.7.10-0.3.0.348.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderZoo{1.7.10-1.0.5.14} [Ender Zoo] (EnderZoo-1.7.10-1.0.5.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
exnihilo{1.37} [Ex Nihilo] (Ex-Nihilo-1.37.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
extracells{2.2.23} [ExtraCells] (ExtraCells-1.7.10-2.2.23b43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.7.10-1.8.2.build858} [Tinkers' Construct] (TConstruct-1.7.10-1.8.2a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Metallurgy{4.0.5} [Metallurgy 4] (Metallurgy-1.7.10-4.0.5.75.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.7.10-1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtraUtilities{1.2.0} [Extra Utilities] (extrautilities-1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineTweaker3{3.0.9} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ttCore{MC1.7.10-0.1.0-53} [ttCore] (ttCore-MC1.7.10-0.1.0-53.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
fluxedcrystals{0.0.5a} [Fluxed-Crystals] (fluxedCrystals-0.0.5a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HoloInventory{1.8.3.86} [HoloInventory] (HoloInventory-1.7.10-1.8.3.86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HardcoreQuesting{The Journey (4.2.2)} [Hardcore Questing Mode] (HQM-The Journey (4.2.2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
imc{1.6} [Improving Minecraft] (Improving Minecraft-1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Lockdown{2.0.0} [Lockdown] (Lockdown-universal-1.7.2-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
minechem{5.0.5.364} [Minechem] (Minechem-1.7.10-5.0.5.364.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6-snapshot-225.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3-snapshot-436.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PerfectSpawn{1.1} [Perfect Spawn] (PerfectSpawn-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Quadrum{1.2.0} [Quadrum] (Quadrum-1.7.10-1.2.0.B13-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RandomThings{2.2.2} [Random Things] (RandomThings-2.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
santasdecor{0.5.3} [Santa's Decor] (Santa'sDecor-1.7.10-0.5.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SciMCLib{SciMCLib} [SciMCLib] (SciMCLib-1.7.10-0.0.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TiCTooltips{1.1.11b} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.1.11b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tinkersdefense{1.0} [Tinkers' Defense] (TinkersDefense-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Torcherino{1.7s} [Torcherino] (Torcherino-1.7.10-1.7s.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
wailafeatures{0.0.1} [WAILA Features] (WAILA-features-1.7.10-0.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
yampst{1.3.3} [YAMPST] (Yampst-Material Energy^4-1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Ztones{1.7.10} [Ztones] (Ztones-1.7.10-1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
denseores{1.0} [Dense Ores] (denseores-1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IguanaTweaksTConstruct{1.7.10-2.1.2.101} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AE2 Version: beta rv2-beta-3 for Forge 10.13.2.1230
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
SciMCLib Version: 0.0.0.2
AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:OFF, BC:OFF, MJ6:OFF, MJ5:OFF, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:OFF, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GT 730/PCIe/SSE2 GL version 4.5.0 NVIDIA 347.09, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

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)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
 
Last edited:

flagada666

New Member
Jul 29, 2019
44
0
0
Parcel31u, i got an idea. Make a hidden room under the VM to put all the item buffers in xD It should be a biiiig room.
 

Qcor

New Member
Jul 29, 2019
71
0
0
Well Crap...just tried loading the Community Area FrightNight after updating my .7 world. Hard crash to the FTB launcher...my world might just be dead.

Parcel mentioned a problem with chisel crashing Ice Palace. (look for Parcels post in this thread)
Looking at your log it might be the same problem.
 

DinBladeM

New Member
Jul 29, 2019
15
0
0
Parcel mentioned a problem with chisel crashing Ice Palace. (look for Parcels post in this thread)
Looking at your log it might be the same problem.

Yeah that might be it, so is my world inaccessible til a patch then?
Also was there no warning for using the Frightnight Community area? Cus if there was I must of missed it in the walls of text about seed & growth problems with the new mods.
 

NJM1564

New Member
Jul 29, 2019
2,348
-1
0
Do the FluxedCrystal seeds have any growth requirement other than pumping RF in the Farm Manager (and being on powered soil, duh)?
Like having clear view of the sky? Or Lightlevel/Water?
The mod has a "nocturnal upgrade" which would imply having something to do with day/night, but there is so little documentation about that Mod :(

The Manager accepts Energy till the Buffer is full but then nothing is happening. It doesn't use energy and the crystals don't grow.
Does it have to be exact dimensions? I made it 5x5 with 20 Powered soil, so it's missing a small chunk on one edge.


I think crystal growth is broken at the moment.
 

Platinawolf

New Member
Jul 29, 2019
147
0
0
Parcel mentioned a problem with chisel crashing Ice Palace. (look for Parcels post in this thread)
Looking at your log it might be the same problem.
The chisel problem can be solved by downloading the lovely emergency build made by Warlordjones, so if you are impatient (like me) you could just go to their Jenkins and download their dev build.
 

blaken1992

New Member
Jul 29, 2019
7
0
0
ive got the ice palace, went to the spatial IO port put it in pressed the big button and then it crashed shut down the minecraft tried to go back on and minecraft shutdown
 

Hrulgin

New Member
Jul 29, 2019
79
0
0
From Parcel's twitter:

"1.0.1
Fixed Ice Palace from exploding
Updated Chisel
Added Custom Main Menu
Added Resource Loader
Updated Flux-Crystals"

Presumably it'll be up on the loader shortly, though it isn't yet.
 

parcel31u

New Member
Jul 29, 2019
660
1
0
1.0.1


  • Fixed Ice Palace from exploding

  • Updated Chisel

  • Added Custom Main Menu

  • Added Resource Loader

  • Updated Flux-Crystals

  • Fixed Compressed Theobromine

  • Fixed Deep Dark quest
 

Berserker66

New Member
Jul 29, 2019
9
0
0
Still on 1.0.0;
whenever I try to enter a compact machine I just perpetually fall in place at y=40, I just have an empty world inside.