Skip to content

Instantly share code, notes, and snippets.

@Syndaryl
Syndaryl / ListOfMods.txt
Created July 2, 2020 12:42
The list of mods I'm having a bit of an issue with
FastLeafDecay-v23.jar
LookAtThat-1.7-1.16.1.jar
Regrowth-1.16.1-1.0.0.0.jar
aawitherskull_1.16-1.1.jar
areas_1.16-1.0.jar
bamboospreads_1.16-1.1.jar
betbeacpl_1.16-1.1.jar
betconduitpl_1.16-1.1.jar
biggerspongeabsorptionradius_1.16-1.0.jar
bottleyourxp_1.16-1.3.jar
#loader contenttweaker
#Name: 00_syndaryl_tcon.zs
#Author: syndaryl
import crafttweaker.oredict.IOreDict;
import crafttweaker.oredict.IOreDictEntry;
import crafttweaker.item.IItemDefinition;
import crafttweaker.item.IItemStack;
import crafttweaker.item.IIngredient;
import crafttweaker.item.IItemCondition;
import crafttweaker.recipes.IFurnaceRecipe;
#loader contenttweaker
#Name: 00_syndaryl_tcon.zs
#Author: syndaryl
import crafttweaker.oredict.IOreDict;
import crafttweaker.oredict.IOreDictEntry;
import crafttweaker.item.IItemDefinition;
import crafttweaker.item.IItemStack;
import crafttweaker.item.IIngredient;
import crafttweaker.item.IItemCondition;
import crafttweaker.recipes.IFurnaceRecipe;
artichoke
asparagus
bambooshoot
barley
bean
beet
bellpepper
blackberry
blueberry
broccoli
ActuallyAdditions-1.11.2-r108.jar
AdChimneys-1.11.2-2.0.9.1-build.0040.jar
AppleCore-mc1.11.2-2.1.2.jar
AppleSkin-mc1.11-1.0.6.jar
Aroma1997Core-1.11.2-1.2.0.0.jar
Aroma1997s-Dimensional-World-1.11.2-1.3.0.0.jar
AutoRegLib-1.1-4.jar
Baubles-1.11-1.4.4.jar
BedBugs-1.11.2-1.1.5.jar
BiomesOPlenty-1.11.2-6.1.0.2195-universal.jar
@Syndaryl
Syndaryl / Headcrumbs interaction
Created May 24, 2017 14:22
Error log - crash between Headcrumbs and charset tweaks * upgradeMob()
[10:11:38] [Client thread/INFO]: [CHAT] §b[MACROS] Using config §aDefault Configuration
[10:13:25] [Client thread/INFO] [LiteLoader]: Baking listener list for EntityRenderListener with 0 listeners
[10:13:25] [Client thread/INFO]: [CHAT] §eJourneyMap:§f Press [§bJ§f]
[10:13:25] [Client thread/INFO] [journeymap]: JourneyMap: Press [J]
[10:13:30] [Client thread/INFO] [LiteLoader]: Baking listener list for PlayerClickListener with 0 listeners
[10:13:30] [Server thread/INFO] [LiteLoader]: Baking listener list for PlayerInteractionListener with 0 listeners
[10:13:33] [Client thread/INFO] [LiteLoader]: Baking listener list for PacketHandler with 1 listeners
[10:14:12] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingSpawnEvent$SpecialSpawn@3b446dac:
java.lang.NullPointerException: The validated object is null
at org.apache.commons.lang3.Validate.notNull(Validate.java:222) ~[commons-lang3-3.3.2.jar:3.3.2]
@Syndaryl
Syndaryl / error.log
Created March 13, 2017 11:54
Exception produced by Random Things on world load
07:51:54] [Client thread/ERROR] [FML]: Could not load vanilla model parent 'randomthings:block/platform' for 'net.minecraft.client.renderer.block.model.ModelBlock@40d40707
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model randomthings:block/platform with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModelOrLogError(ModelLoaderRegistry.java:203) [ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.getTextures(ModelLoader.java:498) [ModelLoader$VanillaModelWrapper.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:163) [ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:336) [ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.Mode