This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* @Script: Cooper Ore complementary script | |
* @Description: This script complements Cooper Mod's CS4 module adding worldgen, oredict and other interop-related stuff | |
*/ | |
// Basic Definitions | |
val cooper_ore = <coopermod:cooper_ore>; | |
val cooper_ingot = <coopermod:cooper_ingot>; | |
val cooper_block = <coopermod:cooper_block>; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[20:46:54] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR. | |
[20:46:54] [main/INFO] [FML/]: Forge Mod Loader version 14.23.2.2619 for Minecraft 1.12.2 loading | |
[20:46:54] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_162, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_162 | |
[20:46:54] [main/DEBUG] [FML/]: Java classpath at launch is: | |
[20:46:54] [main/DEBUG] [FML/]: D:\Users\vico\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.12.2-14.23.2.2619\forge-1.12.2-14.23.2.2619.jar | |
[20:46:54] [main/DEBUG] [FML/]: D:\Users\vico\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar | |
[20:46:54] [main/DEBUG] [FML/]: D:\Users\vico\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.2\asm-all-5.2.jar | |
[20:46:54] [main/DEBUG] [FML/]: D:\Users\vico\AppData\Roaming\.minecraft\libraries\jline\jline\2.13\jline-2.13.jar | |
[20:46:54] [main/DEBUG] [FML/]: D:\Users\vico\AppData |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[22:28:15] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR. | |
[22:28:15] [main/INFO] [FML/]: Forge Mod Loader version 14.23.2.2619 for Minecraft 1.12.2 loading | |
[22:28:15] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_162, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_162 | |
[22:28:15] [main/DEBUG] [FML/]: Java classpath at launch is: | |
[22:28:15] [main/DEBUG] [FML/]: D:\Users\vico\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.12.2-14.23.2.2619\forge-1.12.2-14.23.2.2619.jar | |
[22:28:15] [main/DEBUG] [FML/]: D:\Users\vico\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar | |
[22:28:15] [main/DEBUG] [FML/]: D:\Users\vico\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.2\asm-all-5.2.jar | |
[22:28:15] [main/DEBUG] [FML/]: D:\Users\vico\AppData\Roaming\.minecraft\libraries\jline\jline\2.13\jline-2.13.jar | |
[22:28:15] [main/DEBUG] [FML/]: D:\Users\vico\AppData |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[21:15:38] [main/ERROR] [FML/]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) | |
[21:15:40] [main/DEBUG] [FML/]: Bar Finished: ModelLoader: baking took 3.659s | |
[21:15:40] [main/ERROR] [FML/]: Exception loading model for variant sensorcraft:sensor#bottom=true,east=false,north=true,south=true,top=true,variant=iron,west=false | |
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model sensorcraft:sensor#bottom=true,east=false,north=true,south=true,top=true,variant=iron,west=false with loader VariantLoader.INSTANCE, skipping | |
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] | |
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?] | |
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:166) ~[cgb.class:?] | |
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* @Script: BonusChest++ | |
* @Description: Adiciona algumas coisas a mais no loot table do BonusChest | |
* @Dependencies: CraftTweaker e LootTweaker | |
*/ | |
import loottweaker.vanilla.loot.LootTables; | |
import loottweaker.vanilla.loot.LootTable; | |
import loottweaker.vanilla.loot.LootPool; | |
import loottweaker.vanilla.loot.Conditions; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[21:26:49] [Server thread/ERROR] [FML]: Parsing error loading recipe sensorcraft:module_block | |
com.google.gson.JsonParseException: Missing data for item 'minecraft:dirt' | |
at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:262) ~[CraftingHelper.class:?] | |
at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:536) ~[CraftingHelper.class:?] | |
at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:201) ~[CraftingHelper.class:?] | |
at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:210) ~[ShapedOreRecipe.class:?] | |
at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:408) ~[CraftingHelper.class:?] | |
at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:710) ~[CraftingHelper.class:?] | |
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] | |
at net.minecraftforge.commo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar) | |
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar) | |
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.2.jar) | |
BlurPlugin (Blur-1.0.4-14.jar) | |
ForgelinPlugin (Forgelin-1.6.0.jar) | |
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar) | |
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.2.jar) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tweaker.setWorld(0) | |
Tweaker.setPlacementStage("POST_ORES") | |
clayGen = newOreDecoration() | |
clayGen.setBlock("minecraft:clay") | |
clayGen.setCount(64) | |
clayGen.setSize(16) | |
clayGen.setHeights(0, 128) | |
clayGen.addBlockToReplace("minecraft:stone") | |
clayGen.addBlockToReplace("minecraft:dirt") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"biome": [ | |
"Forest", | |
"Forest Hills", | |
"Birch Forest Hills M", | |
"Birch Forest Hills", | |
"Flower Forest", | |
"Birch Forest", | |
"Birch Forest M", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Sat Dec 02 06:25:02.933146 2017] [mpm_prefork:notice] [pid 10335] AH00163: Apache/2.4.25 (Raspbian) configured -- resuming normal operations | |
[Sat Dec 02 06:25:02.933259 2017] [core:notice] [pid 10335] AH00094: Command line: '/usr/sbin/apache2' | |
[Sun Dec 03 00:09:32.760816 2017] [:error] [pid 10849] [client 192.168.15.13:53439] PHP Fatal error: Uncaught Error: Class 'DOMDocument' not found in /var/www/html/yt$ | |