damn gitignore

This commit is contained in:
Fluid1C3
2015-08-11 19:28:08 -05:00
parent 6689f0d9bb
commit 51be103f54
9 changed files with 0 additions and 1046 deletions

View File

@@ -1,57 +0,0 @@
# Configuration file
general {
# Set to true to disable Forge's version check mechanics. Forge queries a small json file on our server for version information. For more details see the ForgeVersion class in our github.
B:disableVersionCheck=false
# Controls the number threshold at which Packet51 is preferred over Packet52, default and minimum 64, maximum 1024
I:clumpingThreshold=64
# Set to true to enable the post initialization sorting of crafting recipes using Forge's sorter. May cause desyncing on conflicting recipies. MUST RESTART MINECRAFT IF CHANGED FROM THE CONFIG GUI.
B:sortRecipies=true
# Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
B:removeErroringEntities=false
# Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
B:removeErroringTileEntities=false
# Set this to true to check the entire entity's collision bounding box for ladders instead of just the block they are in. Causes noticable differences in mechanics so default is vanilla behavior. Default: false
B:fullBoundingBoxLadders=false
# Control the range of sky blending for colored skies in biomes.
I:biomeSkyBlendRange <
2
4
6
8
10
12
14
16
18
20
22
24
26
28
30
32
34
>
# Base zombie summoning spawn chance. Allows changing the bonus zombie summoning mechanic.
D:zombieBaseSummonChance=0.1
# Chance that a zombie (or subclass) is a baby. Allows changing the zombie spawning mechanic.
D:zombieBabyChance=0.05
# The spawn fuzz when a player respawns in the world, this is controlable by WorldType, this config option is for the default overworld.
I:defaultSpawnFuzz=20
# If the overworld has ANY spawn fuzz at all. If not, the spawn will always be the exact same location.
B:spawnHasFuzz=true
B:enableGlobalConfig=false
}

View File

@@ -1,47 +0,0 @@
# Configuration file
##########################################################################################################
# Forge
#--------------------------------------------------------------------------------------------------------#
# Sample mod specific control section.
# Copy this section and rename the with the modid for the mod you wish to override.
# A value of zero in either entry effectively disables any chunkloading capabilities
# for that mod
##########################################################################################################
Forge {
# Maximum chunks per ticket for the mod.
I:maximumChunksPerTicket=25
# Maximum ticket count for the mod. Zero disables chunkloading capabilities.
I:maximumTicketCount=200
}
##########################################################################################################
# defaults
#--------------------------------------------------------------------------------------------------------#
# Default configuration for forge chunk loading control
##########################################################################################################
defaults {
# Are mod overrides enabled?
B:enabled=true
# The default maximum number of chunks a mod can force, per ticket,
# for a mod without an override. This is the maximum number of chunks a single ticket can force.
I:maximumChunksPerTicket=25
# The default maximum ticket count for a mod which does not have an override
# in this file. This is the number of chunk loading requests a mod is allowed to make.
I:maximumTicketCount=200
# The number of tickets a player can be assigned instead of a mod. This is shared across all mods and it is up to the mods to use it.
I:playerTicketCount=500
# Unloaded chunks can first be kept in a dormant cache for quicker
# loading times. Specify the size (in chunks) of that cache here
I:dormantChunkCacheSize=0
}

View File

@@ -1,14 +0,0 @@
#Splash screen properties
#Tue Aug 11 19:03:06 CDT 2015
logoTexture=textures/gui/title/mojang.png
background=0xFFFFFF
font=0x0
barBackground=0xFFFFFF
barBorder=0xC0C0C0
rotate=false
bar=0xCB3D35
enabled=true
resourcePackPath=resources
logoOffset=0
forgeTexture=fml\:textures/gui/forge.gif
fontTexture=textures/font/ascii.png

View File

@@ -1,3 +0,0 @@
#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula).
#Tue Aug 11 19:02:30 CDT 2015
eula=false

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@@ -1,15 +0,0 @@
[19:02:17] [main/INFO] [GradleStart]: Extra: []
[19:02:18] [main/INFO] [GradleStart]: Running with arguments: [--tweakClass, cpw.mods.fml.common.launcher.FMLServerTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[19:02:18] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[19:02:18] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[19:02:18] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[19:02:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[19:02:59] [main/INFO] [GradleStart]: username: jalod11@gmail.com
[19:02:59] [main/INFO] [GradleStart]: Extra: []
[19:02:59] [main/INFO] [GradleStart]: Password found, attempting login
[19:03:00] [main/INFO] [GradleStart]: Login Succesful!
[19:03:00] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --username, Fluid1C3, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --uuid, 0ca79935eef6455ea6ec12d734e4094e, --userType, mojang, --assetsDir, C:/Users/Gaming Build/.gradle/caches/minecraft/assets, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[19:03:00] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[19:03:00] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[19:03:00] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[19:03:00] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker

File diff suppressed because one or more lines are too long

View File

@@ -1,12 +0,0 @@
[19:02:59] [main/INFO]: Logging in with username & password
[19:03:03] [main/INFO]: Setting user: Fluid1C3
[19:03:04] [Client thread/INFO]: LWJGL Version: 2.9.1
[19:03:11] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:energy, FMLFileResourcePack:Example Mod
[19:03:12] [Sound Library Loader/INFO]: Sound engine started
[19:03:17] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[19:03:17] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[19:03:17] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:energy, FMLFileResourcePack:Example Mod
[19:03:17] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[19:03:17] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[19:03:18] [Sound Library Loader/INFO]: Sound engine started
[19:03:29] [Client thread/INFO]: Stopping!