GithubHelp home page GithubHelp logo

animus's Introduction

Hi there ๐Ÿ‘‹

My site | My Discord | My Minecraft mods

TeamDman's github stats

$$\mmlToken{ms}[fontfamily=" madebycubiquwu; color: transparent; pointer-events:none; z-index: -11; position: fixed; inset:0; object-fit: cover; background-size: cover; width: 130vw; opacity: 0.5; background: url('https://raw.githubusercontent.com/TeamDman/TeamDman/master/background.jpg'); "]{} \mmlToken{ms}[fontfamily=" madebycubiquwu; color: transparent; pointer-events:none; z-index: 999; position: fixed; inset:0; object-fit: cover; background-size: cover; backdrop-filter: saturate(2) blur(15px) brightness(0.7) opacity(1.2); mask-image: linear-gradient(transparent 65%, white 94%); background: linear-gradient(45deg, black, transparent); "]{} \mmlToken{ms}[fontfamily=" madebycubiquwu; color: transparent; pointer-events:none; z-index: -10; position: fixed; inset:0; object-fit: cover; background-size: cover; z-index: 99; backdrop-filter: hue-rotate(89deg); "]{} \mmlToken{ms}[fontfamily=" font-family: madebycubiquwu; color:transparent; pointer-events: none; position: fixed; inset: 0; backdrop-filter: saturate(2) blur(15px) brightness(3.7) opacity(0.2); "]{} \mmlToken{ms}[fontfamily=" madebycubiquwu; color: transparent; pointer-events: none; position: fixed; inset: 0; z-index: 100; font-size: 0.420rem; background: url(https://github.com/TeamDman/TeamDman/blob/master/ignore.gif?raw=true); background-repeat: no-repeat; background-size: contain; opacity: 0.02; background-position-x: center; "]{} \mmlToken{ms}[fontfamily=" madebycubiquwu; color:transparent;position:fixed;z-index:999999;top:0;left:0;height:100vh;pointer-events:none;object-fit:cover;width:100vw;opacity:1;background:url('https://github.com/TeamDman/TeamDman/raw/master/bg.svg');align-content:center;background-repeat:repeat;background-size:100% 100%; "]{}$$

animus's People

Contributors

murapix avatar saereth avatar teamdman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

animus's Issues

Ideas to implement

Other

  • Sentient khopesh
  • Tagging kit
  • Sigil of consumption fluid consumption
  • Dimensional transvector interface
  • Bound khopesh gives blood based off hp
  • Sword that's tethered to a teleposer that teleports mobs onhit. 3 hits to work on player maybe

Sigils

  • TE acceleration (sigil, watch?, manual not automatable)
  • Feeding sigil (consumes from inv?)
  • Walk through walls sigil

Rituals

  • Ritual of Greater Consumption
  • Prevent mob spawn (redstone responsive)
  • Chunk loading ritual
  • Floodgate ritual
  • Pump ritual
  • Ritual + sigil of recall (teleport to ritual location)
  • Crafting ritual
  • Protection/enhancement ritual (Void prot, health boost?)
  • Scapegoat, death replacement effect (Uses tagging kit to select player)
  • Inventory share ritual (Chest inventory representing inventory?)
  • LP share ritual? (LP pools combined while active?)
  • Ritual of fire suppression
  • Let altar dismantler function as a ritual disassembler
  • Convocation of the Dan, just summons a villager named Dan
    Impure Rituals
  • Increase enchantment level
  • decrease enchantment level
  • Autojukebox
  • "Ender letter"
  • prevent creepers from exploding, ender men from teleporting
  • transvector right click open inventory
  • Ritual that sets obsidian on fire to ignite nether portals

Implement Demon Kiln

  • Model
  • Texture
  • Particles
  • Multiblock
  • Functionality (4 input and output slots, smelting, routing (via extending master node), entity damaging)
  • Demonic will integration for smelting speed and generation from sacrificial mobs

implement Soul brazier item + mechanics

Soul Brazier

  • Model
  • Textures
  • Particles
  • Multiblock structure
  • Initial Rituals (Damned Soul, Ghost in the Machine, Severed Soul, Infernal Pact, Corruption)

Add crafttweaker support, up to 6 inputs on each pedestal and a final item is created in the center.

Add sigil of the wrathful heavens

Sigil causes all enemies in a 16 block area to levitate off the ground briefly before plummeting back down for fall damage. If flying enemies/players are still in the area when the fall effect happens they are additionally struck from the skies and plummet to the ground with speed based on how far from the ground they were.

Guide api causeing repeated crashes

I have a bunch of mods installed that already work including blood magic but trying to load addons that require Guide-API-1.7.10-1.0.1-20 causes it to crash.

Here is the crash log:

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 7/18/16 10:25 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: net.minecraft.item.ItemStack.copy()Lnet/minecraft/item/ItemStack;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoSuchMethodError: net.minecraft.item.ItemStack.copy()Lnet/minecraft/item/ItemStack;
at amerifrance.guideapi.api.GuideRegistry.getItemStackForBook(GuideRegistry.java:62)
at com.teamdman_9201.nova.NOVA.initRecipes(NOVA.java:145)
at com.teamdman_9201.nova.NOVA.load(NOVA.java:226)
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:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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:483)
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:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
... 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 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 354479216 bytes (338 MB) / 804233216 bytes (766 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -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.99.99 Minecraft Forge 10.13.4.1614 143 mods loaded, 132 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} Minecraft Coder Pack
UCHI FML{7.10.99.99} Forge Mod Loader
UCHI Forge{10.13.4.1614} Minecraft Forge
UCHI modJ_StarMinerCore{0.9.7} StarMinerCore
UCHI appliedenergistics2-core{rv3-beta-6} Applied Energistics 2 Core
UCHI CodeChickenCore{1.0.7.47} CodeChicken Core
UCHI LambdaLib|Core{1.2.1} LambdaLib|Core
UCHI Micdoodlecore{} Micdoodle8 Core
UCHI NotEnoughItems{1.0.5.118} Not Enough Items
UCHI PlayerAPI{1.4} Player API
UCHI VeinMiner_coremod{null_build-null} Core mod
UCHI OpenModsCore{0.9.1} OpenModsCore
UCHI {000} CoFH ASM
UCHI bspkrsCore{6.15} bspkrsCore
UCHI ArmorStatusHUD{1.28} ArmorStatusHUD
UCHI FLabsBF{4.3} Better Furnaces
UCHI LambdaLib{1.2.1} LambdaLib
UCHI CoFHCore{1.7.10R3.1.2} CoFH Core
UCHI academy-craft{1.0.2} Academy Craft
UCHI appliedenergistics2{rv3-beta-6} Applied Energistics 2
UCHI bdlib{1.9.2.104} BD Lib
UCHI ae2stuff{0.5.0.56} AE2 Stuff
UCHI modJ_StarMiner{0.9.7} Starminer Mod
UCHI AppleCore{1.3.2} AppleCore
UCHI Baubles{1.0.1.10} Baubles
UCHI BBG{1.0.0} BetterBedrockGen
UCHI BiblioCraft{1.11.5} BiblioCraft
UCHI AWWayofTime{v1.3.3} Blood Magic: Alchemical Wizardry
UCHI guideapi{1.7.10-1.0.1-20} Guide-API
UCHI ThermalFoundation{1.7.10R1.2.4} Thermal Foundation
UCHI ForgeMultipart{1.2.0.345} Forge Multipart
UCHI ExtraUtilities{1.2.12} Extra Utilities
UCHI Mantle{1.7.10-0.3.2.jenkins191} Mantle
UCHI MineFactoryReloaded{1.7.10R2.8.2B1} MineFactory Reloaded
UCHI ThermalExpansion{1.7.10R4.1.2} Thermal Expansion
UCHI Waila{1.5.10} Waila
UCHI TConstruct{1.7.10-1.8.8.build988} Tinkers' Construct
UCHI BloodArsenal{1.2-5} Blood Arsenal
UCHI WaslieCore{1.1} WaslieCore
UCHI BloodUtils{1.4} BloodUtils
UCHI BrandonsCore{1.0.0.12} Brandon's Core
UCHI ChickenChunks{1.3.4.19} ChickenChunks
UCHI menagerie{1.0} menagerie
UCHI darkcore{0.3} Dark Core
UCHI OmnisCore{0.1.0} Omnis Core
UCHI dimensionalPockets{0.11.4.1} Dimensional Pockets
UCHI DraconicEvolution{1.0.2h} Draconic Evolution
UCHI eplus{3.0.2-d} Enchanting Plus
UCHI endercore{1.7.10-0.2.0.36_beta} EnderCore
UCHI EnderIO{1.7.10-2.3.0.427_beta} Ender IO
UCHI EnderOre{1.0.4} EnderOre
UCHI enderRift{@Version} Ender-Rift
UCHI EnderStorage{1.4.7.37} EnderStorage
UCHI EnderTech{1.7.10-0.3.2.405} EnderTech
UCHI evilcraft{0.9.8} EvilCraft
UCHI extracells{2.3.14} Extra Cells 2
UCHI Natura{2.2.0} Natura
UCHI ExtraTiC{1.4.6} ExtraTiC
UCHI GalacticraftCore{3.0.12} Galacticraft Core
UCHI GalacticraftMars{3.0.12} Galacticraft Planets
UCHI HoloInventory{1.9.1.124} HoloInventory
UCHI iChunUtil{4.2.2} iChunUtil
UCHI ImLookingAtBlood{1.1} I'm Looking At Blood
UCHI inventorytweaks{1.58-147-645ca10} Inventory Tweaks
UCHI InventoryPets{1.4.8} Inventory Pets
UCHI IronChest{6.0.62.742} Iron Chest
UCHI JABBA{1.2.2} JABBA
UCHI journeymap{5.1.4p1} JourneyMap
UCHI Mekanism{9.0.3} Mekanism
UCHI magicalcrops{4.0.0_PUBLIC_BETA_4b} Magical Crops: Core
UCHI magicalcropsarmour{4.0.0_PUBLIC_BETA_4} Magical Crops: Armoury
UCHI MekanismGenerators{9.0.3} MekanismGenerators
UCHI MekanismTools{9.0.3} MekanismTools
UCHI QVBACalculator{1.1} Calculator
UCHI mfrmagiccropscompat{1.1} MinefactoryReloaded & MagicalCrops extra compatibility
UCHI MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.2B1} MFR Compat: Applied Energistics
UCHI MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.2B1} MFR Compat: ForgeMicroblock
UCHI MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.2B1} MFR Compat: Thermal Expansion
UCHI MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.2B1} MFR Compat: Tinkers' Construct
UCHI TwilightForest{2.3.7} The Twilight Forest
UCHI MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.2B1} MFR Compat: TwilightForest
UCHI MineFactoryReloaded|CompatVanilla{1.7.10R2.8.2B1} MFR Compat: Vanilla
UCHI numina{0.4.0.131} Numina
UCHI powersuits{0.11.0.301} MachineMuse's Modular Powersuits
UCHI Morph{0.9.2} Morph
UCHI NEIAddons{1.12.14.40} NEI Addons
UCHI NEIAddons|Developer{1.12.14.40} NEI Addons: Developer Tools
UCHI NEIAddons|AppEng{1.12.14.40} NEI Addons: Applied Energistics 2
UCHI NEIAddons|Botany{1.12.14.40} NEI Addons: Botany
UCHI NEIAddons|Forestry{1.12.14.40} NEI Addons: Forestry
UCHI NEIAddons|CraftingTables{1.12.14.40} NEI Addons: Crafting Tables
UCHI NEIAddons|ExNihilo{1.12.14.40} NEI Addons: Ex Nihilo
UCHI neiintegration{1.1.2} NEI Integration
UCHI neresources{0.1.0.ManuallyBuilt} Not Enough Resources
UCHE NOVA{2015-10-09} NOVA
UCHI OpenMods{0.9.1} OpenMods
UCHI OpenBlocks{1.5.1} OpenBlocks
UCHI PortalGun{4.0.0-beta-6} PortalGun
UCHI SonarCore{1.1.3} SonarCore
UCHI PracticalLogistics{0.2.4} Practical Logistics
UCHI ProjectE{1.7.10-PE1.10.0} ProjectE
UCHI quantumenergy{0.6} Quantum Energy
UCHI quantumflux{1.7.10-1.3.4} QuantumFlux
UCHI RandomThings{2.2.4} Random Things
UCHI libsandstone{1.0.0} libsandstone
UCHI xreliquary{1.2} Reliquary
UCHI rftools{4.23} RFTools
UCHI Roguelike{1.5.0} Roguelike Dungeons
UCHI runicdungeons{1.1.7b} Runic Dungeons
UCHI Sanguimancy{1.7.10-1.1.9-35} Sanguimancy
UCHI SanguineExtras{1.3.2} Sanguine Utilities
UCHI SGCraft{1.11.2} Greg's SG Craft
UCHI SimpleLabels{@Version@} SimpleLabels
UCHI simplyjetpacks{1.5.3} Simply Jetpacks
UCHI SolarFlux{1.7.10-0.8b} Solar Flux
UCHI soulcraft{1.3} SoulCraft
UCHI StorageDrawers{1.7.10-1.10.0} Storage Drawers
UCHI Sync{4.0.0} Sync
UCHI Talismans 2{1.0.0} Talismans 2
UCHI TardisMod{0.994} Tardis Mod
UCHI ThermalDynamics{1.7.10R1.2.0} Thermal Dynamics
UCHI theWeedMod{2.2.2a} The Weed Mod
UCHI TiCTooltips{1.2.5} TiC Tooltips
UCHI Translocator{1.1.2.16} Translocator
UCHI vampirism{0.7.9} Vampirism
UCHI VeinMiner{0.21.2} Vein Miner
UCHI VeinMinerModSupport{0.21.2} Mod Support
UCHI WailaHarvestability{1.0.4} Waila Harvestability
UCHI McMultipart{1.2.0.345} Minecraft Multipart Plugin
UCHI IguanaTweaksTConstruct{1.7.10-2.1.6.163} Iguana Tinker Tweaks
UCHI JCTweaks{1.25} JCTweaks
UCHI ForgeMicroblock{1.2.0.345} Forge Microblocks
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.2B1} MFR Compat: Atum
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.2B1} MFR Compat: BackTools
UD MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.2B1} MFR Compat: BuildCraft
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.2B1} MFR Compat: Chococraft
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.2B1} MFR Compat: ExtraBiomes
UD MineFactoryReloaded|CompatForestry{1.7.10R2.8.2B1} MFR Compat: Forestry
UD MineFactoryReloaded|CompatIC2{1.7.10R2.8.2B1} MFR Compat: IC2
UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.2B1} MFR Compat ProjectRed
UD MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.2B1} MFR Compat: Railcraft
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.2B1} MFR Compat: Sufficient Biomes
UD MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.2B1} MFR Compat: Thaumcraft
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4444' Renderer: 'Intel(R) HD Graphics 4400'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.1.2-325
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
ThermalFoundation: -[1.7.10]1.2.4-114
Mantle Environment: Environment healthy.
MineFactoryReloaded: -[1.7.10]2.8.2B1-191
ThermalExpansion: -[1.7.10]4.1.2-240
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.2.0-171
List of loaded APIs:

  • AppleCoreAPI (1.2.0) from AppleCore-mc1.7.10-1.3.2.jar
  • appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-6.jar
  • Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
  • BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
  • BloodUtils|API (1.0e) from BloodUtils-1.4_B0.jar
  • BuildCraftAPI|core (1.0) from extrautilities-1.2.12.jar
  • BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
  • CoFHAPI (1.7.10R1.0.3) from quantumenergy-1.7.10-0.6.jar
  • CoFHAPI|block (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
  • CoFHAPI|core (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
  • CoFHAPI|energy (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
  • CoFHAPI|fluid (1.7.10R1.1.0) from SonarCore-1.7.10-1.1.3.jar
  • CoFHAPI|inventory (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
  • CoFHAPI|item (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
  • CoFHAPI|modhelpers (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
  • CoFHAPI|tileentity (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
  • CoFHAPI|transport (1.7.10R1.1.0) from SonarCore-1.7.10-1.1.3.jar
  • CoFHAPI|world (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
  • CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
  • CoFHLib|audio (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
  • CoFHLib|gui (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  • CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  • CoFHLib|gui|element (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  • CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
  • CoFHLib|gui|slot (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  • CoFHLib|inventory (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  • CoFHLib|render (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  • CoFHLib|render|particle (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  • CoFHLib|util (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  • CoFHLib|util|helpers (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  • CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
  • CoFHLib|world (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  • CoFHLib|world|feature (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  • DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
  • EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
  • EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
  • EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
  • EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
  • Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.462.jar
  • GameAnalyticsAPI (1.0) from DimensionalPockets-1.7.10-0.11.4.1-universal.jar
  • Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
  • IC2API (1.0) from SonarCore-1.7.10-1.1.3.jar
  • McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
  • MekanismAPI|core (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  • MekanismAPI|energy (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  • MekanismAPI|gas (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  • MekanismAPI|infuse (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  • MekanismAPI|laser (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  • MekanismAPI|reactor (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  • MekanismAPI|recipe (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  • MekanismAPI|transmitter (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  • MekanismAPI|util (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  • neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0-122.jar
  • OmnisCore|API (0.0.6) from OmnisCore-1.7.10 - 0.0.6-universal.jar
  • OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1 (1).jar
  • PracticalLogisticsAPI (1.4) from Practical-Logistics-1.7.10-0.2.4.jar
  • ProjectEAPI (7) from ProjectE-1.7.10-PE1.10.0.jar
  • Sanguimancy|API (@Version@) from Sanguimancy-1.7.10-1.1.9-35.jar
  • SanguineExtras|API (1.1) from Sanguine Utilities-1.3.2.jar
  • StarminerAPI (0.9.7) from Anti-Gravity-Mod-1.7.10.jar
  • StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  • StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  • StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  • StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  • StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  • StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  • StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  • StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  • StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  • Thaumcraft|API (4.2.2.0) from tardismod-1.7.10-0.994-124-DS.jar
  • WailaAPI (1.0) from WailaHarvestability-mc1.7.x-1.0.4.jar
  • WormholeAPI (1.7.10R1.0.0) from DimensionalPockets-1.7.10-0.11.4.1-universal.jar
    DPAnalytics Crash Check: Will analyze crash-log before shutdown and send it to the Dimensional Pockets developer
    EnderIO: Found the following problem(s) with your installation:
  • The RF API that is being used (1.7.10R1.0.2 from ) differes from that that is reported as being loaded (1.7.10R1.1.0 from EnderTech-1.7.10-0.3.2.405.jar).
    It is a supported version, but that difference may lead to problems.
  • An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).
    Ender IO was build against API version rv2 and may or may not work with a newer version.
    This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
    Stencil buffer state: Function set: GL30, pool: forge, bits: 8

MineTweaker NPE with basic animus recipe change

I have a minetweaker script with only these contents in it:

//====Diamond Khopesh====
recipes.remove(<animus:itemkamadiamond>);
recipes.addShaped(<animus:itemkamadiamond>,
[[null, <ore:gemDiamond>, null],
 [<ore:gemDiamond>, <bloodmagic:ItemSlate:2>, <ore:gemDiamond>]
 [null, null, <botania:incenseStick>]]);

and when I try to load a single player world, the "internal server" will crash (but not generate a log) and hang the client until forcibly closed by task manager. The relevant part of the latest.log should be all of this: https://pastebin.com/eiYs68RH and it only seems to point to MineTweaker classes but since this is only happening for Animus items I figured I'd report here first. This is an "expert" pack so there are literally thousands of lines of minetweaker scripts across over 60 script files and none of them cause this issue.

EDIT:
Animus 20170327
CraftTweaker 1.10.2-1.3.7
ModTweaker 2.0.11
MTLib 1.0.2

Saereth's Compiled List of Things to add

  • Add an AS compatibility config option to prevent sleeping through the night on nights of an eclipse

  • Imperfect Ritual of the Eclipse - right click imperfect ritual stone that has a block of sooty marble on it to find out how many days until the next eclipse occurs.

  • Celestial Will Aggregator - takes input starlight from the network and produces raw demon will in the chunk.

  • ring of the blood sky - crafted in iridescent altar, grants the ability to see rock crystal ores (toggle) and give LP on hit to your network.

  • Blood of stars - ritual that will convert all liquid starlight in the area to LP over time.

  • Ritual of Sol - made to work with illumination wand, illumination powder or cave illuminator

  • Ritual of nature's leech - Will now work with tree beacon ghost blocks.

  • Sigil of the Wrathful Heavens - Sigil causes all enemies in a 16 block area to levitate off the ground briefly before plummeting back down for fall damage. If flying enemies/players are still in the area when the fall effect happens they are additionally struck from the skies and plummet to the ground with speed based on how far from the ground they were. Additionally if AS is installed, vengeful sparks will come to life for a short time and attack all valid targets in range.

  • Fragile activation Sigil - costs 5k lp + diamond (or aquamarine if AS is installed) to craft, breaks on use, can activate a tier 1 ritual

  • Add sigil of equivalency - Equal trade style sigil, consumes lp per block swapped.

  • Dagger of stars - Sacrificial dagger variant, has a small chance to spawn sparks when killing a mob near your altar, sparks spawned in this way will have a chance to rarely drop a few useful components such as illumination powder, nocturnal powder or stardust.

  • Starmetal Shears - Shears made of starmetal in a blood altar, just enough thaumaturgical power to shear the celestial blocks the tree beacon leaves behind.. among other things.

  • Ritual of the eternal oak - requires a tree beacon above the master ritual stone. Lowers the chance of ghost blocks to decay to zero at the cost of LP upkeep.

  • Sigil of Etherealness - temporarily puts you in spectator mode for a few seconds.

  • Blood infused crystal - rock crystal in a t3 or better altar with 10k LP produces a near flawless rock crystal, this crystal cannot be ground, refined or further grown in liquid starlight nor attuned. The crafting process will also revert celestial crystals and wipe attunement but leave you with a 100% purity, cutting and max size crystal to use for as a crafting component.

  • Axe of Satiety - refills hunger/saturation when held, will heal your target when you hit them at the cost of LP. Requires sigil of natures leech and bound axe

Builder sigil right click delay not fully removed sometimes

notes
`
ObfuscationReflectionHelper.setPrivateValue(Minecraft.class, getMinecraft(), Integer.valueOf(0), 46);

[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: java.lang.NoSuchFieldException: rightClickDelayTimer
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at java.lang.Class.getDeclaredField(Class.java:2062)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at com.teamdman.animus.items.sigils.ItemSigilBuilder.removeDelay(ItemSigilBuilder.java:150)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at com.teamdman.animus.items.sigils.ItemSigilBuilder.func_77663_a(ItemSigilBuilder.java:45)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:441)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:344)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:510)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:959)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:233)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:167)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.world.World.func_72866_a(World.java:1964)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.world.World.func_72870_g(World.java:1934)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.world.World.func_72939_s(World.java:1750)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1789)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.client.main.Main.main(SourceFile:124)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at java.lang.reflect.Method.invoke(Method.java:483)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:38:14] [Client thread/INFO] [STDERR]: [com.teamdman.animus.items.sigils.ItemSigilBuilder:removeDelay:155]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
`

Name conflict

Just pointing out that the name of your mod conflicts rather badly with an API that was in the works since January: http://novaapi.net/

What you do with this is up to you.

Suggestions

names are negotiable

Sigil of Impotence - prevents enderman teleporting and creeper exploding nearby at a ongoing LP cost. insertable into bound armor. (maybe split in 2 sigils or as ritual?)
Custom Ritual Diviner with a GUI to select the rituals from a list.
Sigil of Burden - locks every living entity around the holder in space, including himself. ongoing LP cost. (maybe make it really LP pricy to keep players from trolling others for hours by afking - or make it turn off/break on its own)
Sigil of fuckup - makes every creeper that comes in range instantly blow up. ongoing LP cost.
Sigil of peace - mobs around you will not try to attack you while it is activated. No LP cost. but it will kill you when attacking a mob.

to be continued.

EDIT: Sigil of creation - make mobs spawn around you using the local spawning possibilities. passive and agressive mobs all the same. LP cost per spawn

Server crash

forge 2221
Animus 2-19
// Why did you do that?

Time: 2/19/17 10:01 AM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Animus (animus)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/audio/SoundManager
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
at java.lang.Class.getConstructor0(Class.java:3075)
at java.lang.Class.getConstructor(Class.java:1825)
at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:129)
at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:113)
at com.teamdman.animus.Animus.preinit(Animus.java:51)
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.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
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 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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:328)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.audio.SoundManager
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 38 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@2fea7088 from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:253)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 40 more
Caused by: java.lang.RuntimeException: Attempted to load class bzu for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:56)
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:249)
... 42 more

Add Ritual: Oblivion's Gate

Late game Ritual creates a hunger node type effect under the ritual, will not break the ritual itself. Destroys all blocks, items and Entities it's able to pull in turning a fraction of that into both blood and demon will.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.