Skip to content

Instantly share code, notes, and snippets.

@mazetar
mazetar / output_log.txt
Created January 26, 2016 20:03
Log file
This file has been truncated, but you can view the full file.
Initialize engine version: 4.6.9f1 (44099fd26189)
GfxDevice: creating device client; threaded=1
Direct3D:
Version: Direct3D 9.0c [nvd3dumx.dll 10.18.13.6143]
Renderer: NVIDIA GeForce GTX 970
Vendor: NVIDIA
VRAM: 4007 MB (via DXGI)
Caps: Shader=30 DepthRT=1 NativeDepth=1 NativeShadow=1 DF16=0 INTZ=1 RAWZ=0 NULL=1 RESZ=0 SlowINTZ=0
Begin MonoManager ReloadAssembly
Platform assembly: X:\Spill\SteamLibrary\steamapps\common\FortressCraft\64\FC_64_Data\Managed\UnityEngine.dll (this message is harmless)
<body>
<h3>Modding resources</h3>
<p>You may filter the list by filling out this form:</p>
<form method="post" action="search.php?go" id="searchform">
Name:
<input type="text" name="Name">
<!-- Keywords:
<input type="text" name="keywords">
<br> -->
Author:
2013-11-05 22:08:34 [INFO] [STDOUT] at quest.events.OverworldEvents.generateOres(OverworldEvents.java:79)
2013-11-05 22:08:34 [INFO] [STDOUT] at quest.events.OverworldEvents.generateCastle(OverworldEvents.java:46)
2013-11-05 22:08:34 [INFO] [STDOUT] at quest.events.OverworldEvents.populate(OverworldEvents.java:35)
2013-11-05 22:08:34 [INFO] [STDOUT] at net.minecraftforge.event.ASMEventHandler_4_OverworldEvents_populate_PopulateChunkEvent.invoke(.dynamic)
2013-11-05 22:08:34 [INFO] [STDOUT] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
2013-11-05 22:08:34 [INFO] [STDOUT] at net.minecraftforge.event.EventBus.post(EventBus.java:108)
2013-11-05 22:08:34 [INFO] [STDOUT] at net.minecraft.world.gen.ChunkProviderGenerate.populate(ChunkProviderGenerate.java:528)
2013-11-05 22:08:34 [INFO] [STDOUT] at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:258)
2013-11-05 22:08:34 [INFO] [STDOUT] at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:125
package patpunk44.mod;
import java.util.Iterator;
import java.util.List;
import net.minecraft.entity.EntityLiving;
import net.minecraft.entity.monster.EntityMob;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.util.AxisAlignedBB;
import net.minecraft.util.Vec3;
package RobbiBlechdoseMod.Basis.Dimension;
import static net.minecraftforge.event.terraingen.InitMapGenEvent.EventType.CAVE;
import static net.minecraftforge.event.terraingen.InitMapGenEvent.EventType.MINESHAFT;
import static net.minecraftforge.event.terraingen.InitMapGenEvent.EventType.RAVINE;
import static net.minecraftforge.event.terraingen.InitMapGenEvent.EventType.SCATTERED_FEATURE;
import static net.minecraftforge.event.terraingen.InitMapGenEvent.EventType.STRONGHOLD;
import static net.minecraftforge.event.terraingen.InitMapGenEvent.EventType.VILLAGE;
import static net.minecraftforge.event.terraingen.PopulateChunkEvent.Populate.EventType.DUNGEON;
import static net.minecraftforge.event.terraingen.PopulateChunkEvent.Populate.EventType.ICE;
import static net.minecraftforge.event.terraingen.PopulateChunkEvent.Populate.EventType.LAKE;