Jump to content

Registry Object Not Present


Julesneedsalife

Recommended Posts

I'm working on a modpack and every time I try to start one of my modpacks has an issue crash with a report along the lines of "registry object not present: ..." I take out that mod but then another one has the same error, I am getting a bit fed up and confused. Here's one of the crash reports.

---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 9/20/21 9:25 PM
Description: Initializing game

java.lang.NullPointerException: Registry Object not present: resourcefulbees:resourceful_honeycomb_block
at java.util.Objects.requireNonNull(Objects.java:290) ~[?:1.8.0_74] {}
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:120) ~[?:?] {re:classloading}
at com.dungeonderps.resourcefulbees.registry.ColorHandler.onBlockColors(ColorHandler.java:33) ~[?:1.15.2-0.3.8a] {re:classloading}
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.2.1-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.2.1-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.1-service.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_74] {}
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.(Minecraft.java:419) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:166) ~[1.15.2.jar:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74] {}
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.15.2-31.2.55.jar:31.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.2.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?] {re:classloading}

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
at java.util.Objects.requireNonNull(Objects.java:290)
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:120)
at com.dungeonderps.resourcefulbees.registry.ColorHandler.onBlockColors(ColorHandler.java:33)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260)
at java.util.HashMap.forEach(HashMap.java:1280)
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
at net.minecraft.client.Minecraft.(Minecraft.java:419)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(SourceFile:166)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
Minecraft Version: 1.15.2
Minecraft Version ID: 1.15.2
Operating System: Mac OS X (x86_64) version 10.16
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 927524648 bytes (884 MB) / 2002255872 bytes (1909 MB) up to 3817865216 bytes (3641 MB)
CPUs: 8
JVM Flags: 4 total; -Xss1M -Xmx4096m -Xms256m -XX:PermSize=256m
ModLauncher: 5.1.2+70+master.2845bb9
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-2.2.1-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.2.55.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.2.55.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.2.55.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.2.55.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/forge-1.15.2-31.2.55.jar fml TRANSFORMATIONSERVICE
/_MixinBootstrap-1.1.0.jar mixinbootstrap TRANSFORMATIONSERVICE
FML: 31.2
Forge: net.minecraftforge:31.2.55
FML Language Providers:
[email protected]
minecraft@1
Mod List:
CyclopsCore-1.15.2-1.9.0.jar Cyclops Core {[email protected] CREATE_REGISTRIES}
astralsorcery-1.15.2-1.12.14.jar Astral Sorcery {[email protected] CREATE_REGISTRIES}
NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
compact-storage-forge-4.0.3-1.15.2.jar Compact Storage {[email protected] CREATE_REGISTRIES}
refinedpipes-0.4.2.jar Refined Pipes {[email protected] CREATE_REGISTRIES}
IntegratedTerminals-1.15.2-1.0.16.jar IntegratedTerminals {[email protected] CREATE_REGISTRIES, [email protected] CREATE_REGISTRIES}
ExtendedCrafting-1.15.2-2.0.6.jar Extended Crafting {[email protected] CREATE_REGISTRIES}
Uppers-0.2.12.jar Uppers {[email protected] CREATE_REGISTRIES}
mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {[email protected] CREATE_REGISTRIES}
flower-breeding-1.15.2-1.4.jar Lizzie's Flower Breeding {[email protected] CREATE_REGISTRIES}
ContentTweaker-1.15-1.0.0.develop.20.jar ContentTweaker {[email protected] CREATE_REGISTRIES}
SilentMechanisms-1.15.2-0.8.0+59.jar Silent's Mechanisms {[email protected]+59 CREATE_REGISTRIES}
KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] CREATE_REGISTRIES}
Neat 1.6-22.jar Neat {[email protected] CREATE_REGISTRIES}
IronJetpacks-1.15.2-3.0.3.jar Iron Jetpacks {[email protected] CREATE_REGISTRIES}
essentials-1.15.2-2.7.4.jar Essentials {[email protected] CREATE_REGISTRIES}
BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {[email protected] CREATE_REGISTRIES}
ForgeEndertech-1.15.2-6.0.4.0-build.0044.jar Forge Endertech {[email protected] CREATE_REGISTRIES}
JRFTL [1.15.2]-1.1.jar JRFTL {[email protected] CREATE_REGISTRIES}
Controlling-6.1.5.6.jar Controlling {[email protected] CREATE_REGISTRIES}
ReAuth-1.14-1.15-3.8.1 (1).jar ReAuth {[email protected] CREATE_REGISTRIES}
Placebo-1.15.2-3.1.1.jar Placebo {[email protected] CREATE_REGISTRIES}
[1.15.2] Elementary Staffs 1.9.jar Elementary Staffs {[email protected] CREATE_REGISTRIES}
namepain-1.4.0 forge-1.15.2.jar Name Pain {[email protected] CREATE_REGISTRIES}
theloader-1.15.2-1.1.0.jar The Loader {[email protected] CREATE_REGISTRIES}
rangedpumps-0.7.1.jar Ranged Pumps {[email protected] CREATE_REGISTRIES}
culinaryconstruct-FORGE-1.15.2-2.0.0.3.jar Culinary Construct {[email protected] CREATE_REGISTRIES}
WitherSkeletonTweaks-1.15.2-4.0.2.jar Wither Skeleton Tweaks {[email protected] CREATE_REGISTRIES}
Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] CREATE_REGISTRIES}
randompatches-1.15.2-1.22.1.1.jar RandomPatches {[email protected] CREATE_REGISTRIES}
DarkUtilities-1.15.2-3.1.9.jar Dark Utilities {[email protected] CREATE_REGISTRIES}
ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {[email protected] CREATE_REGISTRIES}
mcw-doors-1.0.3-mc1.15.2.jar Macaw's Doors {[email protected] CREATE_REGISTRIES}
ironshulkerboxes-1.15.2-4.0.1.jar Iron Shulker Boxes {[email protected] CREATE_REGISTRIES}
Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES}
MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {[email protected] CREATE_REGISTRIES}
Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version CREATE_REGISTRIES}
SnowRealMagic-1.15.2-1.8.0.jar Snow! Real Magic! {[email protected] CREATE_REGISTRIES}
PattysMoreStuff-Stable-1.2.7b.jar pattysmorestuff {[email protected] CREATE_REGISTRIES}
customcraftingtables-3.0.0-1.15.2.jar LDShadowLady's Custom Crafting Tables {[email protected] CREATE_REGISTRIES}
refinedstorage-1.8.8.jar Refined Storage {[email protected] CREATE_REGISTRIES}
mcw-bridges-1.0.6-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] CREATE_REGISTRIES}
TipTheScales-1.15.2-2.0.1.4.jar TipTheScales {[email protected] CREATE_REGISTRIES}
resourcefulbees-1.15.2-0.3.8a.jar Resourceful Bees {[email protected] CREATE_REGISTRIES}
lizardmod-1.15.2-1.2.1-10.jar Lizard Mod {[email protected] CREATE_REGISTRIES}
crocmod-1.15.2-31.1.631.5.1-11.jar Crocodile Mod {[email protected] CREATE_REGISTRIES}
CommonCapabilities-1.15.2-2.5.4.jar CommonCapabilities {[email protected] CREATE_REGISTRIES}
AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {[email protected] CREATE_REGISTRIES}
phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 CREATE_REGISTRIES}
MekanismAdditions-1.15.2-9.10.9.422.jar Mekanism: Additions {[email protected] CREATE_REGISTRIES}
valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] CREATE_REGISTRIES}
valhelsia_structures-15.0.3a.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES}
Momos_Mod_v1.0.jar Momos Mod {[email protected] CREATE_REGISTRIES}
mcw-trapdoors-1.0.2-mc1.15.2.jar Macaw's Trapdoors {[email protected] CREATE_REGISTRIES}
mcw-fences-1.0.0-mc1.15.2.jar Macaw's Fences and Walls {[email protected] CREATE_REGISTRIES}
mining_dimension-1.15.2-1.0.6.jar Mining World {[email protected] CREATE_REGISTRIES}
SilentGear-1.15.2-1.11.4+187.jar Silent Gear {[email protected]+187 CREATE_REGISTRIES}
fairylights-3.0.15-1.15.2.jar Fairy Lights {[email protected] CREATE_REGISTRIES}
gaiadimension-1.15.2-1.2.4.jar The Gaia Dimension {[email protected] CREATE_REGISTRIES}
Einsteinslibrary-1.4_MC1.15.2.jar Einstein's Library {[email protected] CREATE_REGISTRIES}
curios-FORGE-1.15.2-2.0.2.7.jar Curios API {[email protected] CREATE_REGISTRIES}
tetra-1.15.2-2.18.1.jar Tetra {[email protected] CREATE_REGISTRIES}
Patchouli-1.15.2-1.2-35.jar Patchouli {[email protected] CREATE_REGISTRIES}
flying_things-1.8.9-1.15.2.jar The Flying Things {[email protected] CREATE_REGISTRIES}
extlights-2.1.jar Extended Lights {[email protected] CREATE_REGISTRIES}
config-2-3.0.jar Cloth Config v2 API {[email protected] CREATE_REGISTRIES}
OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
IntegratedTunnels-1.15.2-1.6.14.jar IntegratedTunnels {[email protected] CREATE_REGISTRIES, [email protected] CREATE_REGISTRIES}
elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] CREATE_REGISTRIES}
tombstone-4.6.0-1.15.2.jar Corail Tombstone {[email protected] CREATE_REGISTRIES}
obfuscate-0.5.0-1.15.2.jar Obfuscate {[email protected] CREATE_REGISTRIES}
NaturesAura-28.5.jar Nature's Aura {[email protected] CREATE_REGISTRIES}
MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES}
mcw-roofs-2.0.1-mc1.15.2.jar Macaw's Roofs {[email protected] CREATE_REGISTRIES}
furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] CREATE_REGISTRIES}
Reeves'sFurnitureMod-3.1.1-1.15.2.jar Reeves's Furniture Mod {[email protected] CREATE_REGISTRIES}
observerlib-1.15.2-1.3.2.jar ObserverLib {[email protected] CREATE_REGISTRIES}
mcw-furniture-2.0.1-mc1.15.2.jar Macaw's Furniture {[email protected] CREATE_REGISTRIES}
[1.15.2]+Valtiel+s+Girl+Armor+Mod-2.9.7.jar Valtiel s Girl Armor Mod {[email protected] CREATE_REGISTRIES}
FastLeafDecay-v22.1.jar FastLeafDecay {[email protected] CREATE_REGISTRIES}
CodeChickenLib-1.15.2-3.3.6.424-universal.jar CodeChicken Lib {[email protected] CREATE_REGISTRIES}
PrettyBeaches_1.15.2-4.0.1.jar Pretty Beaches {[email protected] CREATE_REGISTRIES}
BetterMineshaftsForge-1.15.2-1.3.2.jar YUNG's Better Mineshafts {[email protected] CREATE_REGISTRIES}
tinyprogressions-1.15.2-4.0.8.jar Tiny Progressions {[email protected] CREATE_REGISTRIES}
Cyclic-1.15.2-0.7.2.jar Cyclic {[email protected] CREATE_REGISTRIES}
BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {[email protected] CREATE_REGISTRIES}
QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES}
inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] CREATE_REGISTRIES}
ClientTweaks_1.15.2-4.2.0.jar Client Tweaks {[email protected] CREATE_REGISTRIES}
AdFinders-1.15.2-4.0.5.0-build.0020.jar Advanced Finders {[email protected] CREATE_REGISTRIES}
Cucumber-1.15.2-3.0.9.jar Cucumber Library {[email protected] CREATE_REGISTRIES}
hatstands-1.0.1-1.15.2.jar Hat Stands {[email protected] CREATE_REGISTRIES}
metalbarrels-1.16.2-3.3b.jar Metal Barrels {[email protected] ERROR}
FallingTree-1.15.2-2.4.0.jar Falling Tree {[email protected] CREATE_REGISTRIES}
fishtraps-forge-1.15.2-0.0.5.jar Fish Traps {[email protected] CREATE_REGISTRIES}
Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] CREATE_REGISTRIES}
KiwiBirds 1.3 1.15.2.jar Kiwi Birds {[email protected] 1.15.2 CREATE_REGISTRIES}
goblintraders-1.3.1-1.15.2.jar Goblin Traders {[email protected] CREATE_REGISTRIES}
Mekanism-1.15.2-9.10.9.422.jar Mekanism {[email protected] CREATE_REGISTRIES}
Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {[email protected] CREATE_REGISTRIES}
Bloomful-1.15.2-1.4.1.jar Bloomful {bloomful@NONE CREATE_REGISTRIES}
Waystones_1.15.2-6.0.2.jar Waystones {[email protected] CREATE_REGISTRIES}
WallpaperCraft-1.15.2-1.2.4.jar Wallpapercraft {[email protected] CREATE_REGISTRIES}
WallpapercraftSlabs-1.15.2-1.1.0.jar Wallpapercraft - Slabs! {[email protected] CREATE_REGISTRIES}
goldenhopper-1.1.1-1.15.2.jar Golden Hopper {[email protected] CREATE_REGISTRIES}
WallpapercraftStairs-1.15.2-1.1.1.jar Wallpapercraft - Stairs {[email protected] CREATE_REGISTRIES}
mcw-paintings-1.0.2-mc1.15.2.jar Macaw's Paintings {[email protected] CREATE_REGISTRIES}
Clumps-5.0.2.8.jar Clumps {[email protected] CREATE_REGISTRIES}
mgui-1.15.2-2.1.1.jar mgui {[email protected] CREATE_REGISTRIES}
journeymap-1.15.2-5.7.0.jar Journeymap {[email protected] CREATE_REGISTRIES}
comforts-FORGE-1.15.2-2.0.0.4.jar Comforts {[email protected] CREATE_REGISTRIES}
TravelersBackpack-1.15.2-4.0.8.jar Traveler's Backpack {[email protected] CREATE_REGISTRIES}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
FruitTrees-1.15.2-1.7.0.jar Fruit Trees {[email protected] CREATE_REGISTRIES}
Kiwi-1.15.2-2.8.5.jar Kiwi {[email protected] CREATE_REGISTRIES}
SimpleStorageNetwork-1.15.2-1.0.2.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
VanillaTweaks-1.15.2.1.5.30.jar VanillaTweaks {[email protected] CREATE_REGISTRIES}
betteranimalsplus-1.15.2-10.2.0.jar Better Animals Plus {[email protected] CREATE_REGISTRIES}
FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {[email protected] CREATE_REGISTRIES}
TinyMobFarm-1.15.2-1.0.8.jar Tiny Mob Farm {[email protected] CREATE_REGISTRIES}
mcjtylib-1.15-4.1.13.jar McJtyLib {[email protected] CREATE_REGISTRIES}
rftoolsbase-1.15-1.1.10.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
xnet-1.15-2.1.14.jar XNet {[email protected] CREATE_REGISTRIES}
ClickMachine-1.15.2-3.0.2.jar Click Machine {[email protected] CREATE_REGISTRIES}
bedspreads-FORGE-1.15.2-3.0.0.1.jar Bedspreads {[email protected] CREATE_REGISTRIES}
JEITweaker-1.15.2-1.0.1.3.jar JEI Tweaker {[email protected] CREATE_REGISTRIES}
inventorypets-1.15.2-2.0.15.jar Inventory Pets {[email protected] CREATE_REGISTRIES}
dads-sewing-1.15.2-v2.jar Dad's Sewing {[email protected] CREATE_REGISTRIES}
EnderStorage-1.15.2-2.5.2.164-universal.jar EnderStorage {[email protected] CREATE_REGISTRIES}
CraftTweaker-1.15.2-6.0.0.45.jar CraftTweaker {[email protected] CREATE_REGISTRIES}
rftoolspower-1.15-2.2.6.jar RFToolsPower {[email protected] CREATE_REGISTRIES}
UsefulSlime-1.0_MC1.15.2.jar Useful Slime {[email protected] CREATE_REGISTRIES}
Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
forge-1.15.2-31.2.55-universal.jar Forge {[email protected] CREATE_REGISTRIES}
Waddles-1.15.2-0.8.6.jar Waddles {[email protected] CREATE_REGISTRIES}
WailaHarvestability-mc1.15.2-1.1.12.jar Waila Harvestability {[email protected] CREATE_REGISTRIES}
ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
IntegratedCrafting-1.15.2-1.0.10.jar IntegratedCrafting {[email protected] CREATE_REGISTRIES}
forge-1.15.2-31.2.55-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
cofh_core-1.15.2-1.0.2.jar CoFH Core {[email protected] CREATE_REGISTRIES}
thermal-1.15.2-1.0.2.jar Thermal Series {[email protected] CREATE_REGISTRIES}
thermal_innovation-1.15.2-1.0.0.jar Thermal Innovation {[email protected] CREATE_REGISTRIES}
The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
turtlemod-1.15.1-1.2.0-6.jar Turtle Mod {[email protected] CREATE_REGISTRIES}
EnchantmentDescriptions-1.15.2-2.0.9.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES}
swingthroughgrass-1.15.2-1.4.1.jar SwingThroughGrass {[email protected] CREATE_REGISTRIES}
pandoras_creatures-1.15.2-1.0.1.jar Pandoras Creatures {[email protected] CREATE_REGISTRIES}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
titanium-1.15.2-2.4.2.jar Titanium {[email protected] CREATE_REGISTRIES}
Psi+r1.2-84.jar Psi {[email protected] CREATE_REGISTRIES}
SilentLib-1.15.2-4.6.6+59.jar Silent Lib {[email protected]+59 CREATE_REGISTRIES}
morevanillalib-1.15.2-1.2.2.jar MoreVanillaLib {[email protected] CREATE_REGISTRIES}
baubles-1.7.1-1.15.2.jar Baubles {[email protected] CREATE_REGISTRIES}
Craftable+Saddles+[1.15.2]-1.3.jar Craftable Saddles {[email protected] CREATE_REGISTRIES}
SpartanShields-1.15.2-2.1.0.jar Spartan Shields {[email protected] CREATE_REGISTRIES}
Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {[email protected] CREATE_REGISTRIES}
IntegratedDynamics-1.15.2-1.1.20.jar IntegratedDynamics {[email protected] CREATE_REGISTRIES, [email protected] CREATE_REGISTRIES}
WallpapercraftWalls-1.15.2-1.1.0.jar Wallpapercraft - Walls! {[email protected] CREATE_REGISTRIES}
FastWorkbench-1.15.2-3.1.1.jar FastWorkbench {[email protected] CREATE_REGISTRIES}
autumnity-1.3.3-1.15.2.jar Autumnity {[email protected] CREATE_REGISTRIES}
polymorph-FORGE-1.15.2-0.10.jar Polymorph {[email protected] CREATE_REGISTRIES}
AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
Quark-r2.1-245.jar Quark {[email protected] CREATE_REGISTRIES}
dyeable_flower_pots-1.15.2-1.1.0.jar Dyeable Flower Pots {[email protected] CREATE_REGISTRIES}
performant-1.15-3.16m.jar Performant {[email protected] CREATE_REGISTRIES}
midnight-0.5.11.jar The Midnight {[email protected] CREATE_REGISTRIES}
Statues-1.15.2-0.1.5.2.jar Statues Mod {[email protected] CREATE_REGISTRIES}
Skye's Bakery 2.1.1 for MC1.15.2.jar Skye's Bakery {[email protected] CREATE_REGISTRIES}
PickleTweaks-1.15.2-4.0.4.jar Pickle Tweaks {[email protected] CREATE_REGISTRIES}
FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] CREATE_REGISTRIES}
AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {[email protected] CREATE_REGISTRIES}
Aquaculture-1.15.2-2.0.23.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES}
SilentGems-1.15.2-3.6.2+98.jar Silent's Gems 3 {[email protected]+98 CREATE_REGISTRIES}
MinecraftEarthMod-2.0.1.1.jar Minecraft Earth Mod {[email protected] CREATE_REGISTRIES}
XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {[email protected] CREATE_REGISTRIES}
ElementaryOres-1.15.2-1.0.0.jar Elementary Ores {[email protected] CREATE_REGISTRIES}
refinedstorageaddons-0.6.3.jar Refined Storage Addons {[email protected] CREATE_REGISTRIES}
disney-1.0.3-1.15.2.jar LDShadowLady's Disney Wish {[email protected] CREATE_REGISTRIES}
SolarGeneration-1.15.2-1.2.2.jar Solar Generation {[email protected] CREATE_REGISTRIES}
CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] CREATE_REGISTRIES}
SoundFilters-0.14_for_1.15.2.jar Sound Filters {[email protected]_for_1.15.2 CREATE_REGISTRIES}
Launched Version: forge-31.2.55
Backend library: LWJGL version 3.2.1 build 12
Backend API: Intel(R) Iris(TM) Plus Graphics 645 GL version 2.1 INTEL-16.5.2, Intel Inc.
GL Caps: Using framebuffer using ARB_framebuffer_object extension
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
CPU: 8x Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz

Link to comment
Share on other sites

Looks like an issue with dungeonderps

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

  • 2 weeks later...

Oh I misread... that's the mod author not the mod... it's an issue with resourceful bees

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.