Adding gitignore
This commit is contained in:
parent
a2b006105e
commit
ecf0a7912e
29
.gitignore.txt
Normal file
29
.gitignore.txt
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# General use .gitignore for Minecraft modding.
|
||||||
|
|
||||||
|
|
||||||
|
# Directories
|
||||||
|
/.gradle/
|
||||||
|
/build/
|
||||||
|
/eclipse/
|
||||||
|
/run/
|
||||||
|
/out/
|
||||||
|
/asm/
|
||||||
|
/bin/
|
||||||
|
/.eclipse/
|
||||||
|
/.metadata/
|
||||||
|
/.settings/
|
||||||
|
/bin/
|
||||||
|
|
||||||
|
|
||||||
|
# File Extensions
|
||||||
|
*.psd
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
*.classpath
|
||||||
|
*.project
|
||||||
|
*.class
|
||||||
|
|
||||||
|
|
||||||
|
# Specific files
|
||||||
|
Thumbs.db
|
1
.gradle/1.12/taskArtifacts/cache.properties
Normal file
1
.gradle/1.12/taskArtifacts/cache.properties
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#Fri Jun 27 09:15:47 EDT 2014
|
BIN
.gradle/1.12/taskArtifacts/cache.properties.lock
Normal file
BIN
.gradle/1.12/taskArtifacts/cache.properties.lock
Normal file
Binary file not shown.
BIN
.gradle/1.12/taskArtifacts/fileHashes.bin
Normal file
BIN
.gradle/1.12/taskArtifacts/fileHashes.bin
Normal file
Binary file not shown.
BIN
.gradle/1.12/taskArtifacts/fileSnapshots.bin
Normal file
BIN
.gradle/1.12/taskArtifacts/fileSnapshots.bin
Normal file
Binary file not shown.
BIN
.gradle/1.12/taskArtifacts/outputFileStates.bin
Normal file
BIN
.gradle/1.12/taskArtifacts/outputFileStates.bin
Normal file
Binary file not shown.
BIN
.gradle/1.12/taskArtifacts/taskArtifacts.bin
Normal file
BIN
.gradle/1.12/taskArtifacts/taskArtifacts.bin
Normal file
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="http://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Blood Magic: AlchemicalWizardry</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/WayofTime/BloodMagic" property="cc:attributionName" rel="cc:attributionURL">WayofTime</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
|
|
1
eclipse/banned-ips.json
Normal file
1
eclipse/banned-ips.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
[]
|
1
eclipse/banned-players.json
Normal file
1
eclipse/banned-players.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
[]
|
168
eclipse/config/AWWayofTime.cfg
Normal file
168
eclipse/config/AWWayofTime.cfg
Normal file
|
@ -0,0 +1,168 @@
|
||||||
|
# Configuration file
|
||||||
|
|
||||||
|
clientsettings {
|
||||||
|
I:AlchemyHUDxOffset=50
|
||||||
|
I:AlchemyHUDyOffset=2
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
"dungeon loot chances" {
|
||||||
|
I:averageLengtheningCatalyst=10
|
||||||
|
I:averagePowerCatalyst=10
|
||||||
|
I:greaterLengtheningCatalyst=5
|
||||||
|
I:greaterPowerCatalyst=5
|
||||||
|
I:mundaneLengtheningCatalyst=20
|
||||||
|
I:mundanePowerCatalyst=20
|
||||||
|
I:standardBindingAgent=30
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
meteor {
|
||||||
|
S:diamondMeteor <
|
||||||
|
oreDiamond
|
||||||
|
100
|
||||||
|
oreEmerald
|
||||||
|
75
|
||||||
|
oreCinnabar
|
||||||
|
200
|
||||||
|
oreAmber
|
||||||
|
200
|
||||||
|
>
|
||||||
|
I:diamondMeteorRadius=5
|
||||||
|
B:doMeteorsDestroyBlocks=true
|
||||||
|
S:ironBlockMeteor <
|
||||||
|
oreIron
|
||||||
|
400
|
||||||
|
oreGold
|
||||||
|
30
|
||||||
|
oreCopper
|
||||||
|
200
|
||||||
|
oreTin
|
||||||
|
140
|
||||||
|
oreSilver
|
||||||
|
70
|
||||||
|
oreLead
|
||||||
|
80
|
||||||
|
oreLapis
|
||||||
|
60
|
||||||
|
oreRedstone
|
||||||
|
100
|
||||||
|
>
|
||||||
|
I:ironBlockMeteorRadius=7
|
||||||
|
I:maxChance=1000
|
||||||
|
S:netherStarMeteor <
|
||||||
|
oreDiamond
|
||||||
|
150
|
||||||
|
oreEmerald
|
||||||
|
100
|
||||||
|
oreQuartz
|
||||||
|
250
|
||||||
|
oreSunstone
|
||||||
|
5
|
||||||
|
oreMoonstone
|
||||||
|
50
|
||||||
|
oreIridium
|
||||||
|
5
|
||||||
|
oreCertusQuartz
|
||||||
|
150
|
||||||
|
>
|
||||||
|
I:netherStarMeteorRadius=3
|
||||||
|
S:stoneBlockMeteor <
|
||||||
|
oreCoal
|
||||||
|
150
|
||||||
|
oreApatite
|
||||||
|
50
|
||||||
|
oreIron
|
||||||
|
50
|
||||||
|
>
|
||||||
|
I:stoneMeteorRadius=16
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
orecrushing {
|
||||||
|
S:allowedOres <
|
||||||
|
iron
|
||||||
|
gold
|
||||||
|
copper
|
||||||
|
tin
|
||||||
|
lead
|
||||||
|
silver
|
||||||
|
osmium
|
||||||
|
>
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
"potion id" {
|
||||||
|
I:Boost=101
|
||||||
|
I:Deaf=113
|
||||||
|
I:Drowning=100
|
||||||
|
I:FeatherFall=114
|
||||||
|
I:FireFuse=109
|
||||||
|
I:FlameCloak=106
|
||||||
|
I:Flight=104
|
||||||
|
I:HeavyHeart=108
|
||||||
|
I:IceCloak=107
|
||||||
|
I:Inhibit=103
|
||||||
|
I:PlanarBinding=110
|
||||||
|
I:ProjProt=102
|
||||||
|
I:Reciprocation=105
|
||||||
|
I:SoulFray=111
|
||||||
|
I:SoulHarden=112
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
wellofsufferingblacklist {
|
||||||
|
B:AWWayofTime.AirElemental=false
|
||||||
|
B:AWWayofTime.BileDemon=false
|
||||||
|
B:AWWayofTime.BoulderFist=false
|
||||||
|
B:AWWayofTime.EarthElemental=false
|
||||||
|
B:AWWayofTime.FallenAngel=false
|
||||||
|
B:AWWayofTime.FireElemental=false
|
||||||
|
B:AWWayofTime.HolyElemental=false
|
||||||
|
B:AWWayofTime.IceDemon=false
|
||||||
|
B:AWWayofTime.LowerGuardian=false
|
||||||
|
B:AWWayofTime.Shade=false
|
||||||
|
B:AWWayofTime.ShadeElemental=false
|
||||||
|
B:AWWayofTime.SmallEarthGolem=false
|
||||||
|
B:AWWayofTime.WaterElemental=false
|
||||||
|
B:AWWayofTime.WingedFireDemon=false
|
||||||
|
B:Bat=false
|
||||||
|
B:Blaze=false
|
||||||
|
B:CaveSpider=false
|
||||||
|
B:Chicken=false
|
||||||
|
B:Cow=false
|
||||||
|
B:Creeper=false
|
||||||
|
B:EnderDragon=false
|
||||||
|
B:Enderman=false
|
||||||
|
B:EntityHorse=false
|
||||||
|
B:Ghast=false
|
||||||
|
B:Giant=false
|
||||||
|
B:LavaSlime=false
|
||||||
|
B:MushroomCow=false
|
||||||
|
B:Ozelot=false
|
||||||
|
B:Pig=false
|
||||||
|
B:PigZombie=false
|
||||||
|
B:Sheep=false
|
||||||
|
B:Silverfish=false
|
||||||
|
B:Skeleton=false
|
||||||
|
B:Slime=false
|
||||||
|
B:SnowMan=false
|
||||||
|
B:Spider=false
|
||||||
|
B:Squid=false
|
||||||
|
B:Villager=false
|
||||||
|
B:VillagerGolem=false
|
||||||
|
B:Witch=false
|
||||||
|
B:WitherBoss=false
|
||||||
|
B:Wolf=false
|
||||||
|
B:Zombie=false
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
wimpysettings {
|
||||||
|
B:IDontLikeFun=false
|
||||||
|
B:RespawnWithDebuff=true
|
||||||
|
B:RespawnWithLowerHealth=true
|
||||||
|
B:causeHungerWithRegen=true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
4434
eclipse/config/BloodMagic/schematics/Ampitheter.json
Normal file
4434
eclipse/config/BloodMagic/schematics/Ampitheter.json
Normal file
File diff suppressed because it is too large
Load diff
534
eclipse/config/BloodMagic/schematics/LavaLight.json
Normal file
534
eclipse/config/BloodMagic/schematics/LavaLight.json
Normal file
|
@ -0,0 +1,534 @@
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"doorX": 0,
|
||||||
|
"doorZ": 0,
|
||||||
|
"doorY": 0,
|
||||||
|
"buildingTier": 0,
|
||||||
|
"buildingType": 0,
|
||||||
|
"blockList": [
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:grass",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stonebrick",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:iron_bars",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:lava",
|
||||||
|
"metadata": [
|
||||||
|
10,
|
||||||
|
10,
|
||||||
|
10,
|
||||||
|
10
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:lava",
|
||||||
|
"metadata": [
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_slab",
|
||||||
|
"metadata": [
|
||||||
|
5,
|
||||||
|
5,
|
||||||
|
5,
|
||||||
|
5
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "AWWayofTime:blockSchemSaver",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:lava",
|
||||||
|
"metadata": [
|
||||||
|
8,
|
||||||
|
8,
|
||||||
|
8,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:lava",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
1783
eclipse/config/BloodMagic/schematics/MedFarm1.json
Normal file
1783
eclipse/config/BloodMagic/schematics/MedFarm1.json
Normal file
File diff suppressed because it is too large
Load diff
1583
eclipse/config/BloodMagic/schematics/MedForge1.json
Normal file
1583
eclipse/config/BloodMagic/schematics/MedForge1.json
Normal file
File diff suppressed because it is too large
Load diff
892
eclipse/config/BloodMagic/schematics/MedHouse1.json
Normal file
892
eclipse/config/BloodMagic/schematics/MedHouse1.json
Normal file
|
@ -0,0 +1,892 @@
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"doorX": 0,
|
||||||
|
"doorZ": 0,
|
||||||
|
"doorY": 0,
|
||||||
|
"buildingTier": 0,
|
||||||
|
"buildingType": 0,
|
||||||
|
"blockList": [
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:grass",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stonebrick",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:iron_bars",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 3
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
2,
|
||||||
|
3
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
5,
|
||||||
|
4,
|
||||||
|
6,
|
||||||
|
7
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 3
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_slab",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
2,
|
||||||
|
3,
|
||||||
|
0,
|
||||||
|
1
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
6,
|
||||||
|
7,
|
||||||
|
4,
|
||||||
|
5
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 3,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "AWWayofTime:blockSchemSaver",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:glass",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
3,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 3
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
4,
|
||||||
|
5,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 4,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 3
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
582
eclipse/config/BloodMagic/schematics/SmallHouse1.json
Normal file
582
eclipse/config/BloodMagic/schematics/SmallHouse1.json
Normal file
|
@ -0,0 +1,582 @@
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"doorX": 0,
|
||||||
|
"doorZ": 0,
|
||||||
|
"doorY": 0,
|
||||||
|
"buildingTier": 0,
|
||||||
|
"buildingType": 0,
|
||||||
|
"blockList": [
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stonebrick",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
2,
|
||||||
|
3
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:iron_bars",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
5,
|
||||||
|
4,
|
||||||
|
6,
|
||||||
|
7
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_slab",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
2,
|
||||||
|
3,
|
||||||
|
0,
|
||||||
|
1
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
6,
|
||||||
|
7,
|
||||||
|
4,
|
||||||
|
5
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "AWWayofTime:blockSchemSaver",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
7,
|
||||||
|
6,
|
||||||
|
5,
|
||||||
|
4
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:glass",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
3,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
4,
|
||||||
|
5,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
633
eclipse/config/BloodMagic/schematics/SmallHouse2.json
Normal file
633
eclipse/config/BloodMagic/schematics/SmallHouse2.json
Normal file
|
@ -0,0 +1,633 @@
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"doorX": 0,
|
||||||
|
"doorZ": 0,
|
||||||
|
"doorY": 0,
|
||||||
|
"buildingTier": 0,
|
||||||
|
"buildingType": 0,
|
||||||
|
"blockList": [
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stonebrick",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
3,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:iron_bars",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 2,
|
||||||
|
"zCoord": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
4,
|
||||||
|
5,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_slab",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": -2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
3,
|
||||||
|
2,
|
||||||
|
1,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_slab",
|
||||||
|
"metadata": [
|
||||||
|
13,
|
||||||
|
13,
|
||||||
|
13,
|
||||||
|
13
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
7,
|
||||||
|
6,
|
||||||
|
5,
|
||||||
|
4
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": -1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 1,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "AWWayofTime:blockSchemSaver",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 0,
|
||||||
|
"zCoord": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
6,
|
||||||
|
7,
|
||||||
|
4,
|
||||||
|
5
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:glass",
|
||||||
|
"metadata": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 0,
|
||||||
|
"yCoord": 4,
|
||||||
|
"zCoord": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
2,
|
||||||
|
3
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 1,
|
||||||
|
"zCoord": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blockid": "minecraft:stone_brick_stairs",
|
||||||
|
"metadata": [
|
||||||
|
5,
|
||||||
|
4,
|
||||||
|
6,
|
||||||
|
7
|
||||||
|
],
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": -1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xCoord": 2,
|
||||||
|
"yCoord": 3,
|
||||||
|
"zCoord": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
1085
eclipse/config/BloodMagic/schematics/SmallTower1.json
Normal file
1085
eclipse/config/BloodMagic/schematics/SmallTower1.json
Normal file
File diff suppressed because it is too large
Load diff
54
eclipse/config/forge.cfg
Normal file
54
eclipse/config/forge.cfg
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
# 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 force a crash if more than one block attempts to link back to the same Fluid. Enabled by default.
|
||||||
|
B:forceDuplicateFluidBlockCrash=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
|
||||||
|
B:enableGlobalConfig=false
|
||||||
|
}
|
||||||
|
|
||||||
|
|
47
eclipse/config/forgeChunkLoading.cfg
Normal file
47
eclipse/config/forgeChunkLoading.cfg
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
# 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
|
||||||
|
}
|
||||||
|
|
||||||
|
|
2
eclipse/config/multipart.cfg
Normal file
2
eclipse/config/multipart.cfg
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#Multipart API config file
|
||||||
|
|
104
eclipse/crash-reports/crash-2014-08-25_18.24.36-client.txt
Normal file
104
eclipse/crash-reports/crash-2014-08-25_18.24.36-client.txt
Normal file
|
@ -0,0 +1,104 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
|
||||||
|
|
||||||
|
Time: 25/08/14 6:24 PM
|
||||||
|
Description: Ticking screen
|
||||||
|
|
||||||
|
java.lang.NullPointerException: Ticking screen
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.fromUUID(UUIDTypeAdapter.java:22)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:13)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:10)
|
||||||
|
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:68)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.write(ReflectiveTypeAdapterFactory.java:89)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.write(ReflectiveTypeAdapterFactory.java:195)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:593)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:572)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:527)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:507)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.joinServer(YggdrasilMinecraftSessionService.java:61)
|
||||||
|
at net.minecraft.client.network.NetHandlerLoginClient.handleEncryptionRequest(NetHandlerLoginClient.java:62)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:54)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:62)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.client.multiplayer.GuiConnecting.updateScreen(GuiConnecting.java:116)
|
||||||
|
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1752)
|
||||||
|
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1039)
|
||||||
|
at net.minecraft.client.Minecraft.run(Minecraft.java:961)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:164)
|
||||||
|
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:134)
|
||||||
|
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 com.mojang.util.UUIDTypeAdapter.fromUUID(UUIDTypeAdapter.java:22)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:13)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:10)
|
||||||
|
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:68)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.write(ReflectiveTypeAdapterFactory.java:89)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.write(ReflectiveTypeAdapterFactory.java:195)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:593)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:572)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:527)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:507)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.joinServer(YggdrasilMinecraftSessionService.java:61)
|
||||||
|
at net.minecraft.client.network.NetHandlerLoginClient.handleEncryptionRequest(NetHandlerLoginClient.java:62)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:54)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:62)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.client.multiplayer.GuiConnecting.updateScreen(GuiConnecting.java:116)
|
||||||
|
|
||||||
|
-- Affected screen --
|
||||||
|
Details:
|
||||||
|
Screen name: net.minecraft.client.multiplayer.GuiConnecting
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1752)
|
||||||
|
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1039)
|
||||||
|
at net.minecraft.client.Minecraft.run(Minecraft.java:961)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:164)
|
||||||
|
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:134)
|
||||||
|
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.7.10
|
||||||
|
Operating System: Windows 7 (amd64) version 6.1
|
||||||
|
Java Version: 1.7.0_17, Oracle Corporation
|
||||||
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
|
Memory: 940213144 bytes (896 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
|
||||||
|
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||||
|
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
|
||||||
|
FML: MCP v9.05 FML v7.10.1.1152 Minecraft Forge 10.13.0.1152 4 mods loaded, 4 mods active
|
||||||
|
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
FML{7.10.1.1152} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
Forge{10.13.0.1152} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
AWWayofTime{v1.2.0Beta12} [Blood Magic: Alchemical Wizardry] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
Launched Version: 1.7
|
||||||
|
LWJGL: 2.9.1
|
||||||
|
OpenGL: GeForce GT 640/PCIe/SSE2 GL version 4.3.0, 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: ~~ERROR~~ NullPointerException: null
|
||||||
|
Profiler Position: N/A (disabled)
|
||||||
|
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
Anisotropic Filtering: Off (1)
|
104
eclipse/crash-reports/crash-2014-08-25_18.26.17-client.txt
Normal file
104
eclipse/crash-reports/crash-2014-08-25_18.26.17-client.txt
Normal file
|
@ -0,0 +1,104 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// There are four lights!
|
||||||
|
|
||||||
|
Time: 25/08/14 6:26 PM
|
||||||
|
Description: Ticking screen
|
||||||
|
|
||||||
|
java.lang.NullPointerException: Ticking screen
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.fromUUID(UUIDTypeAdapter.java:22)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:13)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:10)
|
||||||
|
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:68)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.write(ReflectiveTypeAdapterFactory.java:89)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.write(ReflectiveTypeAdapterFactory.java:195)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:593)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:572)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:527)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:507)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.joinServer(YggdrasilMinecraftSessionService.java:61)
|
||||||
|
at net.minecraft.client.network.NetHandlerLoginClient.handleEncryptionRequest(NetHandlerLoginClient.java:62)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:54)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:62)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.client.multiplayer.GuiConnecting.updateScreen(GuiConnecting.java:116)
|
||||||
|
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1752)
|
||||||
|
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1039)
|
||||||
|
at net.minecraft.client.Minecraft.run(Minecraft.java:961)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:164)
|
||||||
|
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:134)
|
||||||
|
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 com.mojang.util.UUIDTypeAdapter.fromUUID(UUIDTypeAdapter.java:22)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:13)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:10)
|
||||||
|
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:68)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.write(ReflectiveTypeAdapterFactory.java:89)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.write(ReflectiveTypeAdapterFactory.java:195)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:593)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:572)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:527)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:507)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.joinServer(YggdrasilMinecraftSessionService.java:61)
|
||||||
|
at net.minecraft.client.network.NetHandlerLoginClient.handleEncryptionRequest(NetHandlerLoginClient.java:62)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:54)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:62)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.client.multiplayer.GuiConnecting.updateScreen(GuiConnecting.java:116)
|
||||||
|
|
||||||
|
-- Affected screen --
|
||||||
|
Details:
|
||||||
|
Screen name: net.minecraft.client.multiplayer.GuiConnecting
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1752)
|
||||||
|
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1039)
|
||||||
|
at net.minecraft.client.Minecraft.run(Minecraft.java:961)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:164)
|
||||||
|
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:134)
|
||||||
|
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.7.10
|
||||||
|
Operating System: Windows 7 (amd64) version 6.1
|
||||||
|
Java Version: 1.7.0_17, Oracle Corporation
|
||||||
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
|
Memory: 969161616 bytes (924 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
|
||||||
|
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||||
|
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
|
||||||
|
FML: MCP v9.05 FML v7.10.1.1152 Minecraft Forge 10.13.0.1152 4 mods loaded, 4 mods active
|
||||||
|
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
FML{7.10.1.1152} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
Forge{10.13.0.1152} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
AWWayofTime{v1.2.0Beta12} [Blood Magic: Alchemical Wizardry] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
Launched Version: 1.7
|
||||||
|
LWJGL: 2.9.1
|
||||||
|
OpenGL: GeForce GT 640/PCIe/SSE2 GL version 4.3.0, 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: ~~ERROR~~ NullPointerException: null
|
||||||
|
Profiler Position: N/A (disabled)
|
||||||
|
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
Anisotropic Filtering: Off (1)
|
104
eclipse/crash-reports/crash-2014-08-25_18.34.53-client.txt
Normal file
104
eclipse/crash-reports/crash-2014-08-25_18.34.53-client.txt
Normal file
|
@ -0,0 +1,104 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Sorry :(
|
||||||
|
|
||||||
|
Time: 25/08/14 6:34 PM
|
||||||
|
Description: Ticking screen
|
||||||
|
|
||||||
|
java.lang.NullPointerException: Ticking screen
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.fromUUID(UUIDTypeAdapter.java:22)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:13)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:10)
|
||||||
|
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:68)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.write(ReflectiveTypeAdapterFactory.java:89)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.write(ReflectiveTypeAdapterFactory.java:195)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:593)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:572)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:527)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:507)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.joinServer(YggdrasilMinecraftSessionService.java:61)
|
||||||
|
at net.minecraft.client.network.NetHandlerLoginClient.handleEncryptionRequest(NetHandlerLoginClient.java:62)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:54)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:62)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.client.multiplayer.GuiConnecting.updateScreen(GuiConnecting.java:116)
|
||||||
|
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1752)
|
||||||
|
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1039)
|
||||||
|
at net.minecraft.client.Minecraft.run(Minecraft.java:961)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:164)
|
||||||
|
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:134)
|
||||||
|
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 com.mojang.util.UUIDTypeAdapter.fromUUID(UUIDTypeAdapter.java:22)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:13)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:10)
|
||||||
|
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:68)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.write(ReflectiveTypeAdapterFactory.java:89)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.write(ReflectiveTypeAdapterFactory.java:195)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:593)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:572)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:527)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:507)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.joinServer(YggdrasilMinecraftSessionService.java:61)
|
||||||
|
at net.minecraft.client.network.NetHandlerLoginClient.handleEncryptionRequest(NetHandlerLoginClient.java:62)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:54)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:62)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.client.multiplayer.GuiConnecting.updateScreen(GuiConnecting.java:116)
|
||||||
|
|
||||||
|
-- Affected screen --
|
||||||
|
Details:
|
||||||
|
Screen name: net.minecraft.client.multiplayer.GuiConnecting
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1752)
|
||||||
|
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1039)
|
||||||
|
at net.minecraft.client.Minecraft.run(Minecraft.java:961)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:164)
|
||||||
|
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:134)
|
||||||
|
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.7.10
|
||||||
|
Operating System: Windows 7 (amd64) version 6.1
|
||||||
|
Java Version: 1.7.0_17, Oracle Corporation
|
||||||
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
|
Memory: 967654304 bytes (922 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
|
||||||
|
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||||
|
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
|
||||||
|
FML: MCP v9.05 FML v7.10.1.1152 Minecraft Forge 10.13.0.1152 4 mods loaded, 4 mods active
|
||||||
|
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
FML{7.10.1.1152} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
Forge{10.13.0.1152} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
AWWayofTime{v1.2.0Beta12} [Blood Magic: Alchemical Wizardry] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
Launched Version: 1.7
|
||||||
|
LWJGL: 2.9.1
|
||||||
|
OpenGL: GeForce GT 640/PCIe/SSE2 GL version 4.3.0, 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: ~~ERROR~~ NullPointerException: null
|
||||||
|
Profiler Position: N/A (disabled)
|
||||||
|
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
Anisotropic Filtering: Off (1)
|
104
eclipse/crash-reports/crash-2014-08-25_18.36.16-client.txt
Normal file
104
eclipse/crash-reports/crash-2014-08-25_18.36.16-client.txt
Normal file
|
@ -0,0 +1,104 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Surprise! Haha. Well, this is awkward.
|
||||||
|
|
||||||
|
Time: 25/08/14 6:36 PM
|
||||||
|
Description: Ticking screen
|
||||||
|
|
||||||
|
java.lang.NullPointerException: Ticking screen
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.fromUUID(UUIDTypeAdapter.java:22)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:13)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:10)
|
||||||
|
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:68)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.write(ReflectiveTypeAdapterFactory.java:89)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.write(ReflectiveTypeAdapterFactory.java:195)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:593)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:572)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:527)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:507)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.joinServer(YggdrasilMinecraftSessionService.java:61)
|
||||||
|
at net.minecraft.client.network.NetHandlerLoginClient.handleEncryptionRequest(NetHandlerLoginClient.java:62)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:54)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:62)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.client.multiplayer.GuiConnecting.updateScreen(GuiConnecting.java:116)
|
||||||
|
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1752)
|
||||||
|
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1039)
|
||||||
|
at net.minecraft.client.Minecraft.run(Minecraft.java:961)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:164)
|
||||||
|
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:134)
|
||||||
|
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 com.mojang.util.UUIDTypeAdapter.fromUUID(UUIDTypeAdapter.java:22)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:13)
|
||||||
|
at com.mojang.util.UUIDTypeAdapter.write(UUIDTypeAdapter.java:10)
|
||||||
|
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:68)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.write(ReflectiveTypeAdapterFactory.java:89)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.write(ReflectiveTypeAdapterFactory.java:195)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:593)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:572)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:527)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:507)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54)
|
||||||
|
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.joinServer(YggdrasilMinecraftSessionService.java:61)
|
||||||
|
at net.minecraft.client.network.NetHandlerLoginClient.handleEncryptionRequest(NetHandlerLoginClient.java:62)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:54)
|
||||||
|
at net.minecraft.network.login.server.S01PacketEncryptionRequest.processPacket(S01PacketEncryptionRequest.java:62)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.client.multiplayer.GuiConnecting.updateScreen(GuiConnecting.java:116)
|
||||||
|
|
||||||
|
-- Affected screen --
|
||||||
|
Details:
|
||||||
|
Screen name: net.minecraft.client.multiplayer.GuiConnecting
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1752)
|
||||||
|
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1039)
|
||||||
|
at net.minecraft.client.Minecraft.run(Minecraft.java:961)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:164)
|
||||||
|
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:134)
|
||||||
|
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.7.10
|
||||||
|
Operating System: Windows 7 (amd64) version 6.1
|
||||||
|
Java Version: 1.7.0_17, Oracle Corporation
|
||||||
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
|
Memory: 970668240 bytes (925 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
|
||||||
|
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||||
|
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
|
||||||
|
FML: MCP v9.05 FML v7.10.1.1152 Minecraft Forge 10.13.0.1152 4 mods loaded, 4 mods active
|
||||||
|
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
FML{7.10.1.1152} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
Forge{10.13.0.1152} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
AWWayofTime{v1.2.0Beta12} [Blood Magic: Alchemical Wizardry] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
|
||||||
|
Launched Version: 1.7
|
||||||
|
LWJGL: 2.9.1
|
||||||
|
OpenGL: GeForce GT 640/PCIe/SSE2 GL version 4.3.0, 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: ~~ERROR~~ NullPointerException: null
|
||||||
|
Profiler Position: N/A (disabled)
|
||||||
|
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
Anisotropic Filtering: Off (1)
|
134
eclipse/crash-reports/crash-2014-08-27_17.57.19-client.txt
Normal file
134
eclipse/crash-reports/crash-2014-08-27_17.57.19-client.txt
Normal file
|
@ -0,0 +1,134 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Hi. I'm Minecraft, and I'm a crashaholic.
|
||||||
|
|
||||||
|
Time: 27/08/14 5:57 PM
|
||||||
|
Description: Initializing game
|
||||||
|
|
||||||
|
java.lang.NoClassDefFoundError: codechicken/lib/packet/PacketCustom$ICustomPacketHandler
|
||||||
|
at java.lang.Class.forName0(Native Method)
|
||||||
|
at java.lang.Class.forName(Unknown Source)
|
||||||
|
at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:383)
|
||||||
|
at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:338)
|
||||||
|
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:493)
|
||||||
|
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
|
||||||
|
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
|
||||||
|
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
|
||||||
|
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
|
||||||
|
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
|
||||||
|
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
|
||||||
|
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
|
||||||
|
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
|
||||||
|
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
|
||||||
|
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
|
||||||
|
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
|
||||||
|
at net.minecraft.client.Minecraft.startGame(Minecraft.java:532)
|
||||||
|
at net.minecraft.client.Minecraft.run(Minecraft.java:941)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:164)
|
||||||
|
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:134)
|
||||||
|
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
|
||||||
|
Caused by: java.lang.ClassNotFoundException: codechicken.lib.packet.PacketCustom$ICustomPacketHandler
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
... 37 more
|
||||||
|
Caused by: java.lang.NullPointerException
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
|
||||||
|
... 39 more
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Stacktrace:
|
||||||
|
at java.lang.Class.forName0(Native Method)
|
||||||
|
at java.lang.Class.forName(Unknown Source)
|
||||||
|
at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:383)
|
||||||
|
at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:338)
|
||||||
|
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:493)
|
||||||
|
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
|
||||||
|
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
|
||||||
|
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
|
||||||
|
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
|
||||||
|
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
|
||||||
|
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
|
||||||
|
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
|
||||||
|
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
|
||||||
|
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
|
||||||
|
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
|
||||||
|
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
|
||||||
|
at net.minecraft.client.Minecraft.startGame(Minecraft.java:532)
|
||||||
|
|
||||||
|
-- Initialization --
|
||||||
|
Details:
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.Minecraft.run(Minecraft.java:941)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:164)
|
||||||
|
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:134)
|
||||||
|
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.7.10
|
||||||
|
Operating System: Windows 7 (amd64) version 6.1
|
||||||
|
Java Version: 1.7.0_17, Oracle Corporation
|
||||||
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
|
Memory: 909396048 bytes (867 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
|
||||||
|
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||||
|
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
|
||||||
|
FML: MCP v9.05 FML v7.10.1.1152 Minecraft Forge 10.13.0.1152 7 mods loaded, 7 mods active
|
||||||
|
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
|
||||||
|
FML{7.10.1.1152} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed
|
||||||
|
Forge{10.13.0.1152} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed
|
||||||
|
AWWayofTime{v1.2.0Beta15} [Blood Magic: Alchemical Wizardry] (bin) Unloaded->Constructed
|
||||||
|
ForgeMultipart{1.1.0.300} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.300-dev.jar) Unloaded
|
||||||
|
McMultipart{1.1.0.300} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.300-dev.jar) Unloaded
|
||||||
|
ForgeMicroblock{1.1.0.300} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.300-dev.jar) Unloaded
|
||||||
|
Launched Version: 1.7
|
||||||
|
LWJGL: 2.9.1
|
||||||
|
OpenGL: GeForce GT 640/PCIe/SSE2 GL version 4.3.0, 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: ~~ERROR~~ NullPointerException: null
|
||||||
|
Profiler Position: N/A (disabled)
|
||||||
|
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
Anisotropic Filtering: Off (1)
|
134
eclipse/crash-reports/crash-2014-08-27_18.10.05-client.txt
Normal file
134
eclipse/crash-reports/crash-2014-08-27_18.10.05-client.txt
Normal file
|
@ -0,0 +1,134 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Uh... Did I do that?
|
||||||
|
|
||||||
|
Time: 27/08/14 6:10 PM
|
||||||
|
Description: Initializing game
|
||||||
|
|
||||||
|
java.lang.NoClassDefFoundError: codechicken/lib/packet/PacketCustom$ICustomPacketHandler
|
||||||
|
at java.lang.Class.forName0(Native Method)
|
||||||
|
at java.lang.Class.forName(Unknown Source)
|
||||||
|
at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:383)
|
||||||
|
at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:338)
|
||||||
|
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:493)
|
||||||
|
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
|
||||||
|
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
|
||||||
|
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
|
||||||
|
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
|
||||||
|
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
|
||||||
|
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
|
||||||
|
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
|
||||||
|
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
|
||||||
|
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
|
||||||
|
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
|
||||||
|
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
|
||||||
|
at net.minecraft.client.Minecraft.startGame(Minecraft.java:532)
|
||||||
|
at net.minecraft.client.Minecraft.run(Minecraft.java:941)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:164)
|
||||||
|
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:134)
|
||||||
|
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
|
||||||
|
Caused by: java.lang.ClassNotFoundException: codechicken.lib.packet.PacketCustom$ICustomPacketHandler
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
... 37 more
|
||||||
|
Caused by: java.lang.NullPointerException
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
|
||||||
|
... 39 more
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Stacktrace:
|
||||||
|
at java.lang.Class.forName0(Native Method)
|
||||||
|
at java.lang.Class.forName(Unknown Source)
|
||||||
|
at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:383)
|
||||||
|
at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:338)
|
||||||
|
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:493)
|
||||||
|
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
|
||||||
|
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
|
||||||
|
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
|
||||||
|
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
|
||||||
|
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
|
||||||
|
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
|
||||||
|
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
|
||||||
|
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
|
||||||
|
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
|
||||||
|
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
|
||||||
|
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
|
||||||
|
at net.minecraft.client.Minecraft.startGame(Minecraft.java:532)
|
||||||
|
|
||||||
|
-- Initialization --
|
||||||
|
Details:
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.Minecraft.run(Minecraft.java:941)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:164)
|
||||||
|
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:134)
|
||||||
|
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.7.10
|
||||||
|
Operating System: Windows 7 (amd64) version 6.1
|
||||||
|
Java Version: 1.7.0_17, Oracle Corporation
|
||||||
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
|
Memory: 913684144 bytes (871 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
|
||||||
|
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||||
|
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
|
||||||
|
FML: MCP v9.05 FML v7.10.1.1152 Minecraft Forge 10.13.0.1152 7 mods loaded, 7 mods active
|
||||||
|
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
|
||||||
|
FML{7.10.1.1152} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed
|
||||||
|
Forge{10.13.0.1152} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed
|
||||||
|
AWWayofTime{v1.2.0Beta15} [Blood Magic: Alchemical Wizardry] (bin) Unloaded->Constructed
|
||||||
|
ForgeMultipart{1.1.0.300} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.300-dev.jar) Unloaded
|
||||||
|
McMultipart{1.1.0.300} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.300-dev.jar) Unloaded
|
||||||
|
ForgeMicroblock{1.1.0.300} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.300-dev.jar) Unloaded
|
||||||
|
Launched Version: 1.7
|
||||||
|
LWJGL: 2.9.1
|
||||||
|
OpenGL: GeForce GT 640/PCIe/SSE2 GL version 4.3.0, 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: ~~ERROR~~ NullPointerException: null
|
||||||
|
Profiler Position: N/A (disabled)
|
||||||
|
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
Anisotropic Filtering: Off (1)
|
76
eclipse/crash-reports/crash-2014-08-27_18.21.56-client.txt
Normal file
76
eclipse/crash-reports/crash-2014-08-27_18.21.56-client.txt
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// I just don't know what went wrong :(
|
||||||
|
|
||||||
|
Time: 27/08/14 6:21 PM
|
||||||
|
Description: There was a severe problem during mod loading that has caused the game to fail
|
||||||
|
|
||||||
|
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: scala.Predef$.ArrowAssoc(Ljava/lang/Object;)Ljava/lang/Object;
|
||||||
|
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
|
||||||
|
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
|
||||||
|
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
|
||||||
|
at net.minecraft.client.Minecraft.startGame(Minecraft.java:532)
|
||||||
|
at net.minecraft.client.Minecraft.run(Minecraft.java:941)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:164)
|
||||||
|
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:134)
|
||||||
|
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
|
||||||
|
Caused by: java.lang.NoSuchMethodError: scala.Predef$.ArrowAssoc(Ljava/lang/Object;)Ljava/lang/Object;
|
||||||
|
at codechicken.multipart.MultipartGenerator$.registerTrait(MultipartGenerator.scala:165)
|
||||||
|
at codechicken.multipart.MultipartGenerator$.registerTrait(MultipartGenerator.scala:150)
|
||||||
|
at codechicken.multipart.handler.MultipartProxy_serverImpl.preInit(proxies.scala:35)
|
||||||
|
at codechicken.multipart.handler.MultipartMod$.preInit(MultipartMod.scala:16)
|
||||||
|
at codechicken.multipart.handler.MultipartMod.preInit(MultipartMod.scala)
|
||||||
|
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
|
||||||
|
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
|
||||||
|
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
|
||||||
|
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
|
||||||
|
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
|
||||||
|
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
|
||||||
|
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
|
||||||
|
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
|
||||||
|
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
|
||||||
|
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
|
||||||
|
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
|
||||||
|
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
|
||||||
|
... 10 more
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.7.10
|
||||||
|
Operating System: Windows 7 (amd64) version 6.1
|
||||||
|
Java Version: 1.7.0_17, Oracle Corporation
|
||||||
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
|
Memory: 777765520 bytes (741 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
|
||||||
|
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||||
|
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
|
||||||
|
FML: MCP v9.05 FML v7.10.1.1152 Minecraft Forge 10.13.0.1152 7 mods loaded, 7 mods active
|
||||||
|
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
|
||||||
|
FML{7.10.1.1152} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized
|
||||||
|
Forge{10.13.0.1152} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized
|
||||||
|
AWWayofTime{v1.2.0Beta15} [Blood Magic: Alchemical Wizardry] (bin) Unloaded->Constructed->Pre-initialized
|
||||||
|
ForgeMultipart{1.1.0.300} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.300-dev.jar) Unloaded->Constructed->Errored
|
||||||
|
McMultipart{1.1.0.300} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.300-dev.jar) Unloaded->Constructed->Pre-initialized
|
||||||
|
ForgeMicroblock{1.1.0.300} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.300-dev.jar) Unloaded->Constructed->Errored
|
61
eclipse/crash-reports/crash-2014-08-27_21.10.31-server.txt
Normal file
61
eclipse/crash-reports/crash-2014-08-27_21.10.31-server.txt
Normal file
|
@ -0,0 +1,61 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Ouch. That hurt :(
|
||||||
|
|
||||||
|
Time: 27/08/14 9:10 PM
|
||||||
|
Description: Exception in server tick loop
|
||||||
|
|
||||||
|
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
|
||||||
|
at WayofTime.alchemicalWizardry.common.block.BlockAlchemicCalcinator.createNewTileEntity(BlockAlchemicCalcinator.java:34)
|
||||||
|
at net.minecraft.block.Block.createTileEntity(Block.java:1778)
|
||||||
|
at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:939)
|
||||||
|
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:724)
|
||||||
|
at net.minecraft.world.World.setBlock(World.java:515)
|
||||||
|
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:232)
|
||||||
|
at net.minecraft.item.ItemBlock.onItemUse(ItemBlock.java:116)
|
||||||
|
at net.minecraft.item.ItemStack.tryPlaceItemIntoWorld(ItemStack.java:145)
|
||||||
|
at net.minecraft.server.management.ItemInWorldManager.activateBlockOrUseItem(ItemInWorldManager.java:422)
|
||||||
|
at net.minecraft.network.NetHandlerPlayServer.processPlayerBlockPlacement(NetHandlerPlayServer.java:591)
|
||||||
|
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:74)
|
||||||
|
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:122)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
|
||||||
|
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:736)
|
||||||
|
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:350)
|
||||||
|
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:624)
|
||||||
|
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:495)
|
||||||
|
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762)
|
||||||
|
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
... 19 more
|
||||||
|
Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/EntityClientPlayerMP for invalid side SERVER
|
||||||
|
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
|
||||||
|
... 21 more
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.7.10
|
||||||
|
Operating System: Windows 7 (amd64) version 6.1
|
||||||
|
Java Version: 1.7.0_17, Oracle Corporation
|
||||||
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
|
Memory: 949807032 bytes (905 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
|
||||||
|
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||||
|
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.1.1152 Minecraft Forge 10.13.0.1152 4 mods loaded, 4 mods active
|
||||||
|
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
FML{7.10.1.1152} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Forge{10.13.0.1152} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
AWWayofTime{v1.2.0Beta15} [Blood Magic: Alchemical Wizardry] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Profiler Position: N/A (disabled)
|
||||||
|
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
Player Count: 1 / 20; [EntityPlayerMP['WayofFlowingTime'/264, l='world', x=0.76, y=78.00, z=181.30]]
|
||||||
|
Is Modded: Definitely; Server brand changed to 'fml,forge'
|
||||||
|
Type: Dedicated Server (map_server.txt)
|
59
eclipse/crash-reports/crash-2014-08-27_21.12.10-server.txt
Normal file
59
eclipse/crash-reports/crash-2014-08-27_21.12.10-server.txt
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Quite honestly, I wouldn't worry myself about that.
|
||||||
|
|
||||||
|
Time: 27/08/14 9:12 PM
|
||||||
|
Description: Exception in server tick loop
|
||||||
|
|
||||||
|
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
|
||||||
|
at WayofTime.alchemicalWizardry.common.block.BlockAlchemicCalcinator.createNewTileEntity(BlockAlchemicCalcinator.java:34)
|
||||||
|
at net.minecraft.block.Block.createTileEntity(Block.java:1778)
|
||||||
|
at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:939)
|
||||||
|
at net.minecraft.world.World.getTileEntity(World.java:2762)
|
||||||
|
at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:399)
|
||||||
|
at net.minecraft.server.management.ItemInWorldManager.tryHarvestBlock(ItemInWorldManager.java:285)
|
||||||
|
at net.minecraft.server.management.ItemInWorldManager.onBlockClicked(ItemInWorldManager.java:168)
|
||||||
|
at net.minecraft.network.NetHandlerPlayServer.processPlayerDigging(NetHandlerPlayServer.java:523)
|
||||||
|
at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(C07PacketPlayerDigging.java:61)
|
||||||
|
at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(C07PacketPlayerDigging.java:94)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
|
||||||
|
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:736)
|
||||||
|
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:350)
|
||||||
|
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:624)
|
||||||
|
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:495)
|
||||||
|
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762)
|
||||||
|
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
... 17 more
|
||||||
|
Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/EntityClientPlayerMP for invalid side SERVER
|
||||||
|
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
|
||||||
|
... 19 more
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.7.10
|
||||||
|
Operating System: Windows 7 (amd64) version 6.1
|
||||||
|
Java Version: 1.7.0_17, Oracle Corporation
|
||||||
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
|
Memory: 934772784 bytes (891 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
|
||||||
|
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||||
|
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.1.1152 Minecraft Forge 10.13.0.1152 4 mods loaded, 4 mods active
|
||||||
|
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
FML{7.10.1.1152} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Forge{10.13.0.1152} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
AWWayofTime{v1.2.0Beta15} [Blood Magic: Alchemical Wizardry] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Profiler Position: N/A (disabled)
|
||||||
|
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
Player Count: 1 / 20; [EntityPlayerMP['WayofFlowingTime'/245, l='world', x=0.76, y=78.00, z=181.30]]
|
||||||
|
Is Modded: Definitely; Server brand changed to 'fml,forge'
|
||||||
|
Type: Dedicated Server (map_server.txt)
|
59
eclipse/crash-reports/crash-2014-08-27_21.13.46-server.txt
Normal file
59
eclipse/crash-reports/crash-2014-08-27_21.13.46-server.txt
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Don't be sad, have a hug! <3
|
||||||
|
|
||||||
|
Time: 27/08/14 9:13 PM
|
||||||
|
Description: Exception in server tick loop
|
||||||
|
|
||||||
|
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
|
||||||
|
at WayofTime.alchemicalWizardry.common.block.BlockAlchemicCalcinator.createNewTileEntity(BlockAlchemicCalcinator.java:34)
|
||||||
|
at net.minecraft.block.Block.createTileEntity(Block.java:1778)
|
||||||
|
at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:939)
|
||||||
|
at net.minecraft.world.World.getTileEntity(World.java:2762)
|
||||||
|
at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:399)
|
||||||
|
at net.minecraft.server.management.ItemInWorldManager.tryHarvestBlock(ItemInWorldManager.java:285)
|
||||||
|
at net.minecraft.server.management.ItemInWorldManager.onBlockClicked(ItemInWorldManager.java:168)
|
||||||
|
at net.minecraft.network.NetHandlerPlayServer.processPlayerDigging(NetHandlerPlayServer.java:523)
|
||||||
|
at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(C07PacketPlayerDigging.java:61)
|
||||||
|
at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(C07PacketPlayerDigging.java:94)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
|
||||||
|
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:736)
|
||||||
|
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:350)
|
||||||
|
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:624)
|
||||||
|
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:495)
|
||||||
|
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762)
|
||||||
|
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
... 17 more
|
||||||
|
Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/EntityClientPlayerMP for invalid side SERVER
|
||||||
|
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
|
||||||
|
... 19 more
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.7.10
|
||||||
|
Operating System: Windows 7 (amd64) version 6.1
|
||||||
|
Java Version: 1.7.0_17, Oracle Corporation
|
||||||
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
|
Memory: 916109840 bytes (873 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
|
||||||
|
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||||
|
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.1.1152 Minecraft Forge 10.13.0.1152 4 mods loaded, 4 mods active
|
||||||
|
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
FML{7.10.1.1152} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Forge{10.13.0.1152} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
AWWayofTime{v1.2.0Beta15} [Blood Magic: Alchemical Wizardry] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Profiler Position: N/A (disabled)
|
||||||
|
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
Player Count: 1 / 20; [EntityPlayerMP['WayofFlowingTime'/244, l='world', x=0.76, y=78.00, z=181.30]]
|
||||||
|
Is Modded: Definitely; Server brand changed to 'fml,forge'
|
||||||
|
Type: Dedicated Server (map_server.txt)
|
59
eclipse/crash-reports/crash-2014-08-27_21.18.25-server.txt
Normal file
59
eclipse/crash-reports/crash-2014-08-27_21.18.25-server.txt
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// There are four lights!
|
||||||
|
|
||||||
|
Time: 27/08/14 9:18 PM
|
||||||
|
Description: Exception in server tick loop
|
||||||
|
|
||||||
|
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
|
||||||
|
at WayofTime.alchemicalWizardry.common.block.BlockAlchemicCalcinator.createNewTileEntity(BlockAlchemicCalcinator.java:34)
|
||||||
|
at net.minecraft.block.Block.createTileEntity(Block.java:1778)
|
||||||
|
at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:939)
|
||||||
|
at net.minecraft.world.World.getTileEntity(World.java:2762)
|
||||||
|
at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:399)
|
||||||
|
at net.minecraft.server.management.ItemInWorldManager.tryHarvestBlock(ItemInWorldManager.java:285)
|
||||||
|
at net.minecraft.server.management.ItemInWorldManager.onBlockClicked(ItemInWorldManager.java:168)
|
||||||
|
at net.minecraft.network.NetHandlerPlayServer.processPlayerDigging(NetHandlerPlayServer.java:523)
|
||||||
|
at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(C07PacketPlayerDigging.java:61)
|
||||||
|
at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(C07PacketPlayerDigging.java:94)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
|
||||||
|
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:736)
|
||||||
|
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:350)
|
||||||
|
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:624)
|
||||||
|
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:495)
|
||||||
|
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762)
|
||||||
|
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
... 17 more
|
||||||
|
Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/EntityClientPlayerMP for invalid side SERVER
|
||||||
|
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
|
||||||
|
... 19 more
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.7.10
|
||||||
|
Operating System: Windows 7 (amd64) version 6.1
|
||||||
|
Java Version: 1.7.0_17, Oracle Corporation
|
||||||
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
|
Memory: 942628576 bytes (898 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
|
||||||
|
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||||
|
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.1.1152 Minecraft Forge 10.13.0.1152 4 mods loaded, 4 mods active
|
||||||
|
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
FML{7.10.1.1152} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Forge{10.13.0.1152} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
AWWayofTime{v1.2.0Beta15} [Blood Magic: Alchemical Wizardry] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Profiler Position: N/A (disabled)
|
||||||
|
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
Player Count: 1 / 20; [EntityPlayerMP['WayofFlowingTime'/243, l='world', x=0.76, y=78.00, z=181.30]]
|
||||||
|
Is Modded: Definitely; Server brand changed to 'fml,forge'
|
||||||
|
Type: Dedicated Server (map_server.txt)
|
61
eclipse/crash-reports/crash-2014-08-27_21.21.01-server.txt
Normal file
61
eclipse/crash-reports/crash-2014-08-27_21.21.01-server.txt
Normal file
|
@ -0,0 +1,61 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Ouch. That hurt :(
|
||||||
|
|
||||||
|
Time: 27/08/14 9:21 PM
|
||||||
|
Description: Exception in server tick loop
|
||||||
|
|
||||||
|
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
|
||||||
|
at WayofTime.alchemicalWizardry.common.block.BlockReagentConduit.createNewTileEntity(BlockReagentConduit.java:35)
|
||||||
|
at net.minecraft.block.Block.createTileEntity(Block.java:1778)
|
||||||
|
at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:939)
|
||||||
|
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:724)
|
||||||
|
at net.minecraft.world.World.setBlock(World.java:515)
|
||||||
|
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:232)
|
||||||
|
at net.minecraft.item.ItemBlock.onItemUse(ItemBlock.java:116)
|
||||||
|
at net.minecraft.item.ItemStack.tryPlaceItemIntoWorld(ItemStack.java:145)
|
||||||
|
at net.minecraft.server.management.ItemInWorldManager.activateBlockOrUseItem(ItemInWorldManager.java:422)
|
||||||
|
at net.minecraft.network.NetHandlerPlayServer.processPlayerBlockPlacement(NetHandlerPlayServer.java:591)
|
||||||
|
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:74)
|
||||||
|
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:122)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
|
||||||
|
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:736)
|
||||||
|
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:350)
|
||||||
|
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:624)
|
||||||
|
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:495)
|
||||||
|
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762)
|
||||||
|
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
... 19 more
|
||||||
|
Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/EntityClientPlayerMP for invalid side SERVER
|
||||||
|
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
|
||||||
|
... 21 more
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.7.10
|
||||||
|
Operating System: Windows 7 (amd64) version 6.1
|
||||||
|
Java Version: 1.7.0_17, Oracle Corporation
|
||||||
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
|
Memory: 943917592 bytes (900 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
|
||||||
|
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||||
|
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
|
||||||
|
FML: MCP v9.05 FML v7.10.1.1152 Minecraft Forge 10.13.0.1152 4 mods loaded, 4 mods active
|
||||||
|
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
FML{7.10.1.1152} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Forge{10.13.0.1152} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
AWWayofTime{v1.2.0Beta15} [Blood Magic: Alchemical Wizardry] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Profiler Position: N/A (disabled)
|
||||||
|
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
Player Count: 1 / 20; [EntityPlayerMP['WayofFlowingTime'/1709, l='world', x=-36.00, y=81.00, z=493.12]]
|
||||||
|
Is Modded: Definitely; Server brand changed to 'fml,forge'
|
||||||
|
Type: Dedicated Server (map_server.txt)
|
59
eclipse/crash-reports/crash-2014-08-27_21.25.33-server.txt
Normal file
59
eclipse/crash-reports/crash-2014-08-27_21.25.33-server.txt
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// I'm sorry, Dave.
|
||||||
|
|
||||||
|
Time: 27/08/14 9:25 PM
|
||||||
|
Description: Exception in server tick loop
|
||||||
|
|
||||||
|
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
|
||||||
|
at WayofTime.alchemicalWizardry.common.block.BlockReagentConduit.createNewTileEntity(BlockReagentConduit.java:35)
|
||||||
|
at net.minecraft.block.Block.createTileEntity(Block.java:1778)
|
||||||
|
at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:939)
|
||||||
|
at net.minecraft.world.World.getTileEntity(World.java:2762)
|
||||||
|
at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:399)
|
||||||
|
at net.minecraft.server.management.ItemInWorldManager.tryHarvestBlock(ItemInWorldManager.java:285)
|
||||||
|
at net.minecraft.server.management.ItemInWorldManager.onBlockClicked(ItemInWorldManager.java:168)
|
||||||
|
at net.minecraft.network.NetHandlerPlayServer.processPlayerDigging(NetHandlerPlayServer.java:523)
|
||||||
|
at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(C07PacketPlayerDigging.java:61)
|
||||||
|
at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(C07PacketPlayerDigging.java:94)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
|
||||||
|
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:736)
|
||||||
|
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:350)
|
||||||
|
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:624)
|
||||||
|
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:495)
|
||||||
|
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762)
|
||||||
|
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
... 17 more
|
||||||
|
Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/EntityClientPlayerMP for invalid side SERVER
|
||||||
|
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
|
||||||
|
... 19 more
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.7.10
|
||||||
|
Operating System: Windows 7 (amd64) version 6.1
|
||||||
|
Java Version: 1.7.0_17, Oracle Corporation
|
||||||
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
|
Memory: 916496976 bytes (874 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
|
||||||
|
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||||
|
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
IntCache: cache: 15, tcache: 0, allocated: 13, tallocated: 95
|
||||||
|
FML: MCP v9.05 FML v7.10.1.1152 Minecraft Forge 10.13.0.1152 4 mods loaded, 4 mods active
|
||||||
|
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
FML{7.10.1.1152} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Forge{10.13.0.1152} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
AWWayofTime{v1.2.0Beta15} [Blood Magic: Alchemical Wizardry] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Profiler Position: N/A (disabled)
|
||||||
|
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
Player Count: 1 / 20; [EntityPlayerMP['WayofFlowingTime'/575, l='world', x=-35.61, y=81.00, z=492.41]]
|
||||||
|
Is Modded: Definitely; Server brand changed to 'fml,forge'
|
||||||
|
Type: Dedicated Server (map_server.txt)
|
61
eclipse/crash-reports/crash-2014-08-27_21.32.21-server.txt
Normal file
61
eclipse/crash-reports/crash-2014-08-27_21.32.21-server.txt
Normal file
|
@ -0,0 +1,61 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Hi. I'm Minecraft, and I'm a crashaholic.
|
||||||
|
|
||||||
|
Time: 27/08/14 9:32 PM
|
||||||
|
Description: Exception in server tick loop
|
||||||
|
|
||||||
|
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
|
||||||
|
at WayofTime.alchemicalWizardry.common.block.BlockReagentConduit.createNewTileEntity(BlockReagentConduit.java:35)
|
||||||
|
at net.minecraft.block.Block.createTileEntity(Block.java:1778)
|
||||||
|
at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:939)
|
||||||
|
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:724)
|
||||||
|
at net.minecraft.world.World.setBlock(World.java:515)
|
||||||
|
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:232)
|
||||||
|
at net.minecraft.item.ItemBlock.onItemUse(ItemBlock.java:116)
|
||||||
|
at net.minecraft.item.ItemStack.tryPlaceItemIntoWorld(ItemStack.java:145)
|
||||||
|
at net.minecraft.server.management.ItemInWorldManager.activateBlockOrUseItem(ItemInWorldManager.java:422)
|
||||||
|
at net.minecraft.network.NetHandlerPlayServer.processPlayerBlockPlacement(NetHandlerPlayServer.java:591)
|
||||||
|
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:74)
|
||||||
|
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:122)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
|
||||||
|
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:736)
|
||||||
|
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:350)
|
||||||
|
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:624)
|
||||||
|
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:495)
|
||||||
|
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762)
|
||||||
|
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
... 19 more
|
||||||
|
Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/EntityClientPlayerMP for invalid side SERVER
|
||||||
|
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
|
||||||
|
... 21 more
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.7.10
|
||||||
|
Operating System: Windows 7 (amd64) version 6.1
|
||||||
|
Java Version: 1.7.0_17, Oracle Corporation
|
||||||
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
|
Memory: 946703904 bytes (902 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
|
||||||
|
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||||
|
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
IntCache: cache: 13, tcache: 0, allocated: 13, tallocated: 95
|
||||||
|
FML: MCP v9.05 FML v7.10.1.1152 Minecraft Forge 10.13.0.1152 4 mods loaded, 4 mods active
|
||||||
|
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
FML{7.10.1.1152} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Forge{10.13.0.1152} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
AWWayofTime{v1.2.0Beta15} [Blood Magic: Alchemical Wizardry] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Profiler Position: N/A (disabled)
|
||||||
|
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
Player Count: 1 / 20; [EntityPlayerMP['WayofFlowingTime'/587, l='world', x=-35.61, y=81.00, z=492.41]]
|
||||||
|
Is Modded: Definitely; Server brand changed to 'fml,forge'
|
||||||
|
Type: Dedicated Server (map_server.txt)
|
61
eclipse/crash-reports/crash-2014-08-27_21.39.59-server.txt
Normal file
61
eclipse/crash-reports/crash-2014-08-27_21.39.59-server.txt
Normal file
|
@ -0,0 +1,61 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// I feel sad now :(
|
||||||
|
|
||||||
|
Time: 27/08/14 9:39 PM
|
||||||
|
Description: Exception in server tick loop
|
||||||
|
|
||||||
|
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
|
||||||
|
at WayofTime.alchemicalWizardry.common.block.BlockReagentConduit.createNewTileEntity(BlockReagentConduit.java:35)
|
||||||
|
at net.minecraft.block.Block.createTileEntity(Block.java:1778)
|
||||||
|
at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:939)
|
||||||
|
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:724)
|
||||||
|
at net.minecraft.world.World.setBlock(World.java:515)
|
||||||
|
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:232)
|
||||||
|
at net.minecraft.item.ItemBlock.onItemUse(ItemBlock.java:116)
|
||||||
|
at net.minecraft.item.ItemStack.tryPlaceItemIntoWorld(ItemStack.java:145)
|
||||||
|
at net.minecraft.server.management.ItemInWorldManager.activateBlockOrUseItem(ItemInWorldManager.java:422)
|
||||||
|
at net.minecraft.network.NetHandlerPlayServer.processPlayerBlockPlacement(NetHandlerPlayServer.java:591)
|
||||||
|
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:74)
|
||||||
|
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:122)
|
||||||
|
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247)
|
||||||
|
at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
|
||||||
|
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:736)
|
||||||
|
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:350)
|
||||||
|
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:624)
|
||||||
|
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:495)
|
||||||
|
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762)
|
||||||
|
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
at java.lang.ClassLoader.loadClass(Unknown Source)
|
||||||
|
... 19 more
|
||||||
|
Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/EntityClientPlayerMP for invalid side SERVER
|
||||||
|
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
|
||||||
|
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
|
||||||
|
... 21 more
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.7.10
|
||||||
|
Operating System: Windows 7 (amd64) version 6.1
|
||||||
|
Java Version: 1.7.0_17, Oracle Corporation
|
||||||
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
|
Memory: 944967656 bytes (901 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
|
||||||
|
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||||
|
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
IntCache: cache: 15, tcache: 0, allocated: 13, tallocated: 95
|
||||||
|
FML: MCP v9.05 FML v7.10.1.1152 Minecraft Forge 10.13.0.1152 4 mods loaded, 4 mods active
|
||||||
|
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
FML{7.10.1.1152} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Forge{10.13.0.1152} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
AWWayofTime{v1.2.0Beta15} [Blood Magic: Alchemical Wizardry] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
|
||||||
|
Profiler Position: N/A (disabled)
|
||||||
|
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
||||||
|
Player Count: 1 / 20; [EntityPlayerMP['WayofFlowingTime'/514, l='world', x=-34.92, y=81.00, z=492.70]]
|
||||||
|
Is Modded: Definitely; Server brand changed to 'fml,forge'
|
||||||
|
Type: Dedicated Server (map_server.txt)
|
3
eclipse/eula.txt
Normal file
3
eclipse/eula.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula).
|
||||||
|
#Mon Aug 25 18:09:05 EDT 2014
|
||||||
|
eula=true
|
BIN
eclipse/logs/2014-06-27-1.log.gz
Normal file
BIN
eclipse/logs/2014-06-27-1.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-06-27-2.log.gz
Normal file
BIN
eclipse/logs/2014-06-27-2.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-07-15-1.log.gz
Normal file
BIN
eclipse/logs/2014-07-15-1.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-03-1.log.gz
Normal file
BIN
eclipse/logs/2014-08-03-1.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-10-1.log.gz
Normal file
BIN
eclipse/logs/2014-08-10-1.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-10-2.log.gz
Normal file
BIN
eclipse/logs/2014-08-10-2.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-25-1.log.gz
Normal file
BIN
eclipse/logs/2014-08-25-1.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-25-2.log.gz
Normal file
BIN
eclipse/logs/2014-08-25-2.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-25-3.log.gz
Normal file
BIN
eclipse/logs/2014-08-25-3.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-25-4.log.gz
Normal file
BIN
eclipse/logs/2014-08-25-4.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-25-5.log.gz
Normal file
BIN
eclipse/logs/2014-08-25-5.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-25-6.log.gz
Normal file
BIN
eclipse/logs/2014-08-25-6.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-25-7.log.gz
Normal file
BIN
eclipse/logs/2014-08-25-7.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-26-1.log.gz
Normal file
BIN
eclipse/logs/2014-08-26-1.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-26-2.log.gz
Normal file
BIN
eclipse/logs/2014-08-26-2.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-26-3.log.gz
Normal file
BIN
eclipse/logs/2014-08-26-3.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-26-4.log.gz
Normal file
BIN
eclipse/logs/2014-08-26-4.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-26-5.log.gz
Normal file
BIN
eclipse/logs/2014-08-26-5.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-26-6.log.gz
Normal file
BIN
eclipse/logs/2014-08-26-6.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-26-7.log.gz
Normal file
BIN
eclipse/logs/2014-08-26-7.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-27-1.log.gz
Normal file
BIN
eclipse/logs/2014-08-27-1.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-27-2.log.gz
Normal file
BIN
eclipse/logs/2014-08-27-2.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-27-3.log.gz
Normal file
BIN
eclipse/logs/2014-08-27-3.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-27-4.log.gz
Normal file
BIN
eclipse/logs/2014-08-27-4.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-27-5.log.gz
Normal file
BIN
eclipse/logs/2014-08-27-5.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-27-6.log.gz
Normal file
BIN
eclipse/logs/2014-08-27-6.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-08-27-7.log.gz
Normal file
BIN
eclipse/logs/2014-08-27-7.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-02-1.log.gz
Normal file
BIN
eclipse/logs/2014-10-02-1.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-02-2.log.gz
Normal file
BIN
eclipse/logs/2014-10-02-2.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-02-3.log.gz
Normal file
BIN
eclipse/logs/2014-10-02-3.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-03-1.log.gz
Normal file
BIN
eclipse/logs/2014-10-03-1.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-03-2.log.gz
Normal file
BIN
eclipse/logs/2014-10-03-2.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-03-3.log.gz
Normal file
BIN
eclipse/logs/2014-10-03-3.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-03-4.log.gz
Normal file
BIN
eclipse/logs/2014-10-03-4.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-03-5.log.gz
Normal file
BIN
eclipse/logs/2014-10-03-5.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-03-6.log.gz
Normal file
BIN
eclipse/logs/2014-10-03-6.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-04-1.log.gz
Normal file
BIN
eclipse/logs/2014-10-04-1.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-04-2.log.gz
Normal file
BIN
eclipse/logs/2014-10-04-2.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-04-3.log.gz
Normal file
BIN
eclipse/logs/2014-10-04-3.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-04-4.log.gz
Normal file
BIN
eclipse/logs/2014-10-04-4.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-04-5.log.gz
Normal file
BIN
eclipse/logs/2014-10-04-5.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-04-6.log.gz
Normal file
BIN
eclipse/logs/2014-10-04-6.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-04-7.log.gz
Normal file
BIN
eclipse/logs/2014-10-04-7.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-05-1.log.gz
Normal file
BIN
eclipse/logs/2014-10-05-1.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-05-2.log.gz
Normal file
BIN
eclipse/logs/2014-10-05-2.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-05-3.log.gz
Normal file
BIN
eclipse/logs/2014-10-05-3.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-06-1.log.gz
Normal file
BIN
eclipse/logs/2014-10-06-1.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-07-1.log.gz
Normal file
BIN
eclipse/logs/2014-10-07-1.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-07-2.log.gz
Normal file
BIN
eclipse/logs/2014-10-07-2.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-07-3.log.gz
Normal file
BIN
eclipse/logs/2014-10-07-3.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-07-4.log.gz
Normal file
BIN
eclipse/logs/2014-10-07-4.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-07-5.log.gz
Normal file
BIN
eclipse/logs/2014-10-07-5.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-07-6.log.gz
Normal file
BIN
eclipse/logs/2014-10-07-6.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-07-7.log.gz
Normal file
BIN
eclipse/logs/2014-10-07-7.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-09-1.log.gz
Normal file
BIN
eclipse/logs/2014-10-09-1.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-09-2.log.gz
Normal file
BIN
eclipse/logs/2014-10-09-2.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-09-3.log.gz
Normal file
BIN
eclipse/logs/2014-10-09-3.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-09-4.log.gz
Normal file
BIN
eclipse/logs/2014-10-09-4.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-09-5.log.gz
Normal file
BIN
eclipse/logs/2014-10-09-5.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-09-6.log.gz
Normal file
BIN
eclipse/logs/2014-10-09-6.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-09-7.log.gz
Normal file
BIN
eclipse/logs/2014-10-09-7.log.gz
Normal file
Binary file not shown.
BIN
eclipse/logs/2014-10-10-1.log.gz
Normal file
BIN
eclipse/logs/2014-10-10-1.log.gz
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue