[As of Minecraft 1.9.4 releases]
Long description short, this is a library mod which is used by TheTemportalist (and available to others for use) to make the modding process easier and more fluent.
Short description long... Origin comes in 3 parts, API, Foundation, and Internal/Main.
- API - contains classes and interfaces which can be used as standalone files without requiring any other part of the API, Foundation, or Main facets
- Foundation - specifically geared to managing background information and data control so that individual mods do not have to set up the frameworks each time
- Main - provides a sample implementation as well as some utility features
- Features
- Configurable heart renders: Overrides basic vanilla heart rendering. For each set of 20 health, the user can configure what color the set should render as (found in config files).
- Features
Builds:
The builds link is broken...
My apologies. Fixed.
See the thing on this page that lists who owns this project? Click that and when on said persons profile. Click the button that says projects. It will give you a idea what mods use this library. As on those project pages it will tell you if they require this library or not.
I would like to know what this API do too... i have it in ftblite3 and have not way of knowing what mod require this, and what it does...
Link : http://pastebin.com/5jSKr7mL
There is a Trouble with your CG Origin with MorphAdditions for Morph 0.9.0 Mod
I suggest I need help.
Link : http://pastebin.com/5jSKr7mL
There is a Trouble with your CG Origin with MorphAdditions for Morph 0.9.0 Mod
I suggest I need help.
Is there a reason the name for this file changes every update or so? CGOrigin, GCOrigin, and now Origin?
I was having issues. Origin is here to stay.
What information is needed, this is an API/ core file needed by other mods... it adds nothing by itself.
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 10/20/14 5:07 PM
Description: Initializing game
java.lang.NoClassDefFoundError: com/countrygamer/cgo/wrapper/common/registries/OptionRegister
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethods(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:297)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:485)
at sun.reflect.GeneratedMethodAccessor4.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.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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: com.countrygamer.cgo.wrapper.common.registries.OptionRegister
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 36 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethods(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:297)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:485)
at sun.reflect.GeneratedMethodAccessor4.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.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 8.1 (amd64) version 6.3
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 153791112 bytes (146 MB) / 281206784 bytes (268 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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.25.1208 Minecraft Forge 10.13.0.1208 72 mods loaded, 72 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.10.25.1208} [Forge Mod Loader] (forge-1.7.10-10.13.0.1208.jar) Unloaded->Constructed
Forge{10.13.0.1208} [Minecraft Forge] (forge-1.7.10-10.13.0.1208.jar) Unloaded->Constructed
CodeChickenCore{1.0.2.13} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed
NotEnoughItems{1.0.2.36} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.36-universal.jar) Unloaded->Constructed
OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed
VeinMiner_coremod{0.16.1_build-16} [Core mod] (minecraft.jar) Unloaded->Constructed
arsmagica2{1.4.0.005} [Ars Magica 2] (1.7.10_AM2_1.4.0.005.jar) Unloaded->Constructed
lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar) Unloaded->Constructed
bspkrsCore{6.14} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.14.jar) Unloaded->Constructed
DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed
Artifacts{1.0.5} [Artifacts] (Artifacts-1.0.5.jar) Unloaded->Constructed
Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed
BattleTowers{1.4.9} [Battle Towers] (BattleTowers-1.7.10.jar) Unloaded->Constructed
Baubles{1.0.1.8} [Baubles] (Baubles-1.7.10-1.0.1.8.jar) Unloaded->Constructed
BiblioCraft{1.8.2} [BiblioCraft] (BiblioCraft[v1.8.2][MC1.7.10].jar) Unloaded->Constructed
blocklings{1.2.0} [Blocklings] (Blocklings-v1.2.0-MC1.7.10.jar) Unloaded->Constructed
brewingapi{1.2.0} [Brewing-API] (Brewing-API-1.7.2-1.2.0.jar) Unloaded->Constructed
cgo{3.2.0} [CG Origin] (CGOrigin-1.7.10-3.2.0.jar) Unloaded->Constructed
CoFHCore{1.7.10R3.0.0B6} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B6-32.jar) Unloaded->Constructed
colourfulportalsmod{1.4.2} [Colourful Portals] (ColourfulPortals-1.4.2_for_1.7.X.jar) Unloaded->Constructed
DeadlyWorld{1.0.2} [Deadly World] (DeadlyWorld-1.7.10-1.0.2.jar) Unloaded->Constructed
dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar) Unloaded->Constructed
ForgeMultipart{1.1.0.310} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.310-universal.jar) Unloaded->Constructed
ExtraUtilities{1.1.0k} [Extra Utilities] (extrautilities-1.1.0k.jar) Unloaded->Constructed
ftea{1.4c} [Flower Tea] (Flower Tea v1.4c [1.7.10].jar) Unloaded->Constructed
McMultipart{1.1.0.310} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.310-universal.jar) Unloaded->Constructed
ganyssurface{1.9.2} [Gany's Surface] (Ganys Surface-1.9.2.jar) Unloaded->Constructed
iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar) Unloaded->Constructed
Hats{4.0.1} [Hats] (Hats-4.0.1.jar) Unloaded->Constructed
HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar) Unloaded->Constructed
headcrumbs{1.2.5} [Headcrumbs] (Headcrumbs-1.2.5.jar) Unloaded->Constructed
HardcoreQuesting{The Journey (4.2.1)} [Hardcore Questing Mode] (HQM-The Journey (4.2.1).jar) Unloaded->Constructed
InfernalMobs{1.5.6} [Infernal Mobs] (InfernalMobs-1.7.10.jar) Unloaded->Constructed
IronChest{6.0.54.737} [Iron Chest] (ironchest-1.7.10-6.0.54.737-universal.jar) Unloaded->Constructed
libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar) Unloaded->Constructed
LunatriusCore{1.1.2.11} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.11-universal.jar) Unloaded->Constructed
lycanitesmobs{1.10.1 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.10.1 [1.7.10].jar) Unloaded->Constructed
arcticmobs{1.10.1 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.10.1 [1.7.10].jar) Unloaded->Constructed
demonmobs{1.10.1 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.10.1 [1.7.10].jar) Unloaded->Constructed
desertmobs{1.10.1 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.10.1 [1.7.10].jar) Unloaded->Constructed
forestmobs{1.10.1 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.10.1 [1.7.10].jar) Unloaded->Constructed
freshwatermobs{1.10.1 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.10.1 [1.7.10].jar) Unloaded->Constructed
infernomobs{1.10.1 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.10.1 [1.7.10].jar) Unloaded->Constructed
junglemobs{1.10.1 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.10.1 [1.7.10].jar) Unloaded->Constructed
mountainmobs{1.10.1 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.10.1 [1.7.10].jar) Unloaded->Constructed
plainsmobs{1.10.1 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.10.1 [1.7.10].jar) Unloaded->Constructed
saltwatermobs{1.10.1 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.10.1 [1.7.10].jar) Unloaded->Constructed
swampmobs{1.10.1 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.10.1 [1.7.10].jar) Unloaded->Constructed
magicalcrops{1.7.10_0.5} [Magical Crops] (magicalcrops-1.7.10_0.5.jar) Unloaded->Constructed
Mantle{1.7.10-0.3.1.jenkins180} [Mantle] (Mantle-mc1.7.10-0.3.1.jar) Unloaded->Constructed
MobAmputation{4.0.0} [MobAmputation] (MobAmputation-4.0.0.jar) Unloaded->Constructed
MobDismemberment{4.0.0} [MobDismemberment] (MobDismemberment-4.0.0.jar) Unloaded->Constructed
Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar) Unloaded->Constructed
morphadditions{0.0.6} [MorphAdditions] (MorphAdditions-1.7.10-0.0.6.jar) Unloaded->Constructed
NetherOres{1.7.10R2.3.0RC3} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC3-84.jar) Unloaded->Constructed
RandomThings{2.1.4} [Random Things] (RandomThings-2.1.4.jar) Unloaded->Constructed
JAKJ_RedstoneInMotion{2.1.0} [Remain In Motion] (RemainInMotion-2.1.1.jar) Unloaded->Constructed
JAKJ_RedstoneInMotion_HollowCarriages{1.0} [JAKJ_RedstoneInMotion_HollowCarriages] (RemainInMotion-2.1.1.jar) Unloaded->Constructed
Roguelike{1.3.5} [Roguelike Dungeons] (roguelike-1.7.10-1.3.5.jar) Unloaded->Constructed
AS_Ruins{13.8} [Ruins Spawning System] (Ruins-1.7.10.jar) Unloaded->Constructed
SlimeCarnage{1.0.4} [Slime Carnage] (SlimeCarnage-1.0.4.jar) Unloaded->Constructed
SpecialAI{1.0.0} [Special AI] (SpecialAI-1.7.10-1.0.1.jar) Unloaded->Constructed
SpecialMobs{3.0.2} [Special Mobs] (SpecialMobs-1.7.10-3.0.2.jar) Unloaded->Constructed
trollore{1.7.10_1.0} [trollore] (trollore-1.7.10_1.0.jar) Unloaded->Constructed
TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar) Unloaded->Constructed
VeinMiner{0.16.1} [Vein Miner] (VeinMiner-1.7.10_0.16.1.16.jar) Unloaded->Constructed
VeinMinerModSupport{0.16.1} [Mod Support] (VeinMiner-1.7.10_0.16.1.16.jar) Unloaded->Constructed
voxelmap{1.7.10} [VoxelMap No Radar] (voxelmapNoRadar-1.7.10-1.0.jar) Unloaded->Constructed
weepingangels{3.0.2} [Weeping Angels] (WeepingAngels-1.7.10-3.0.2.jar) Unloaded
ForgeMicroblock{1.1.0.310} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.310-universal.jar) Unloaded
Mantle Environment: Environment healthy.
Launched Version: 1.7.10-Forge10.13.0.1208
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 7340 Graphics GL version 4.4.12874 Compatibility Profile Context 14.100.0.0, ATI Technologies Inc.
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: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Look around the mod section of the error one of the mods will say "Errored"
if you look closely you'll notice this is a API / Library mod. Probably a dependency for the authors other various mods.
Information about the mod, or a link to information about the mod would be nice....
Slowly working in documentation on my wiki
thanks
wow! this description is so explaining...
:l
There doesn't need to really be an explonation to it. It's an API for mod coding
maybe a little explaining like what mods he wrote require this would be nice.