Code Monkey home page Code Monkey logo

spice-of-life-carrot-edition's People

Contributors

acgaming avatar cazsius avatar griefed avatar juliand665 avatar lewismcreu avatar seanchengn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

spice-of-life-carrot-edition's Issues

Config option for Minimum Hunger needed in order for foods to assist in adding health.

Quoting my comment on Curseforge after someone suggested that I put it here...


A config option for the minimum amount of hunger needed to be restored in order for X food to assist in adding hearts. One reason is that there's a mod called Pam's HarvestCraft which adds in a bunch of food items and also alters some Vanilla Minecraft food to restore less hunger. Most raw foods that the mod adds restores 1 Hunger aka 1/2 a Drumstick but there are foods that restore more hunger if you make them into a meal, like Pumpkin Bread that restores 5 Hunger aka 2 1/2 Drumsticks.

Say for example the minimum hunger restore needed is 4 Hunger aka 2 Drumsticks and you eat... say Grilled Cheese which restores 8 Hunger Points aka 4 Drumsticks. It'll tick off with "Eaten: Assisted in adding hearts" as usual but... if you eat... say Ice Cream which restores 3 Hunger aka 1 1/2 Drumsticks... it'll tick off as eaten but because it was below the minimum hunger value it could say something like "Eaten: No noticeable effect" or some other message.

This could pretty much set up a challenge where the player would need to prepare proper meals if they wish to gain extra hearts as just eating raw foods wouldn't help you in gaining extra health.

You could also change it to Saturation instead of Hunger, if you wish via the config. The same rule will apply but instead of minimum Hunger it'll be minimum Saturation in order for foods to assist in adding hearts or both Hunger & Saturation if players want to go with that.


Just kinda feels like the way to gain hearts without chowing down on foods that restores 1 hunger point or so in order to increase your health.

Failed to save player data

Hi,

I encountered a pretty nifty bug in your mod. (At least, this is what I think happened)
I'm playing a custom mod pack and recently removed DuckCraft from the pack.
But I had already eaten food items from this mod.
Now, I get an NPE during any attempts to save player data.

[14:19:37] [Server thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
        at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_152]
        at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_152]
        at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:721) [MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) [MinecraftServer.class:?]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
Caused by: java.lang.NullPointerException
        at com.cazsius.solcarrot.capability.FoodCapability.serializeNBT(FoodCapability.java:47) ~[FoodCapability.class:?]
        at com.cazsius.solcarrot.capability.DeathHandler.onClone(DeathHandler.java:15) ~[DeathHandler.class:?]
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_328_DeathHandler_onClone_Clone.invoke(.dynamic) ~[?:?]
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179) ~[EventBus.class:?]
        at net.minecraftforge.event.ForgeEventFactory.onPlayerClone(ForgeEventFactory.java:535) ~[ForgeEventFactory.class:?]
        at net.minecraft.entity.player.EntityPlayerMP.func_193104_a(EntityPlayerMP.java:1176) ~[oq.class:?]
        at net.minecraft.server.management.PlayerList.func_72368_a(PlayerList.java:540) ~[pl.class:?]
        at net.minecraft.network.NetHandlerPlayServer.func_147342_a(NetHandlerPlayServer.java:1117) ~[pa.class:?]
        at net.minecraft.network.play.client.CPacketClientStatus.func_148833_a(SourceFile:31) ~[lb.class:?]
        at net.minecraft.network.play.client.CPacketClientStatus.func_148833_a(SourceFile:8) ~[lb.class:?]
        at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[hv$1.class:?]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_152]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_152]
        at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
        ... 5 more

From looking at these lines of code:
https://github.com/Cazsius/Spice-of-Life-Carrot-Edition/blob/master-1.11.2/src/main/java/com/cazsius/solcarrot/capability/FoodCapability.java#L50

I guess, the player attached NBT still contains the old, but now non-existent food items I ate.
So it seems like this line will cause the NPE.

I'm sorry, this is pretty vague, but the exceptions get caught somewhere, so there's no crash report. :(

*edit: when trying to clear the foodlist, there's also an NPE:

[14:45:12] [Server thread/WARN]: Couldn't process command: clearfoodlist tyra_oa
java.lang.NullPointerException: null
        at com.cazsius.solcarrot.command.CommandClearFoodArray.func_184881_a(CommandClearFoodArray.java:37) ~[CommandClearFoodArray.class:?]
        at net.minecraft.command.CommandHandler.func_175786_a(CommandHandler.java:119) [bj.class:?]
        at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:91) [bj.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:432) [nz.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) [MinecraftServer.class:?]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]

Raising Other Attributes

I'd like to ask if you'd be able or willing to make spice of life carrot able to influence more than just health.

Things I'm thinking of are things like those in level up reloaded or improveable skills 3 only using food. Where on each food rung you can set one or multiple different rewards for reaching them. For example half a heart upgrade. half a heart bonus damage, a tiny touch of movement speed up or even some kind of natural armor/hardness bonus. or at the very least maybe a configurable set dump of xp points.

The idea comes to mind from the dungeon maker series where food is literally the leveling up currency in a way, which improves your stats and strength as the game progresses. I was hoping you could do something inspired by that, only minecraft related.

[Question] Commands

Hey o/

Are the commands /foodlist size and /foodlist sync meant to be OP only?

.5 Heart value option

I wanted to ask about implementing a .5 or half heart value config option. I thought this might be an interesting feature to implement, mostly because the modpack I'm playing with adds 1400+ food items, and I'm really trying to stretch out heart gain and incentivize food variety. I already have it set to one heart (with gradually increasing food amounts), and set custom milestones up to 500 but I'm still flying through those extra hearts! I'd love to hear some thoughts or if this is even possible, thanks in advance!

1.12 version does not run in 1.12.

I downloaded the 1.12 verison from the Twitch launcher. Upon starting the game, I get a notification that it requires 1.12.1. Really looking forward to trying this out.
Version 1.2.0
Forge 14.21.1.2443

Server crashs after removing a mod from modpack

Using 1.12 version. Steps to reproduce:

  1. Eat some food from mod X
  2. Shutdown the game and remove mod X from the modpack.
  3. The following stacktrace will arrive:

Stacktrace:

java.lang.NullPointerException: Loading entity NBT
at com.cazsius.solcarrot.capability.FoodInstance.equals(FoodInstance.java:47)
at java.util.HashMap.putVal(HashMap.java:635)
at java.util.HashMap.put(HashMap.java:612)
at java.util.HashSet.add(HashSet.java:220)
at com.cazsius.solcarrot.capability.FoodCapability.addFood(FoodCapability.java:27)
at com.cazsius.solcarrot.capability.FoodCapability.deserializeNBT(FoodCapability.java:70)

Milestone notifications ignore server config

When using SOLCarrot on a server, the notifications for milestones appear to use the client-side configuration, rather than the server. This means that if there is a desync (such as a server admin updating the milestones settings) in the server/client configuration, it leads to confusion with players.

Repro steps:

Install SOLCarrot on a server
Adjust the config for milestones to something outside default (such as changing hearts per milestone from 2 to 1, as an easy example)
Connect to the server, eat a few food, observe that the notifications will follow the client's config, not the server.

Maximum hearts?

I'm looking at the configs and inferring that thirty hearts is the maximum that the mod can add. Is that true?

The pack I'm working on has pam's which adds 660+ foods, animania (50 foods), the zoo mod (at least twenty) . . . So I'm estimating that for the players to have to work for every heart I need to scale things so at the top end they have eaten at least 700 foods.

I'm starting them with three hearts, and figure I'll raise how much they need each time they reach a certain milestone . . . At thirty hearts I'd need them to eat roughly 25 foods per heart.

That wouldn't be so bad if I could raise things by a half heart at a time to motivate people but that doesn't seem to be an option so I'm left wondering if anyone is going to bother trying to each 100 new foods just to get one measly heart or some other ridiculous number. lol

Hopefully I"m misreading and there is no limit. That could be the case as there IS an option to gain 30 hearts at a time listed too. ::crosses fingers::

Losing history after dying

After you die, all the items that you've eaten seem to be reset. Idk if it's just the tooltips or if the entire eating history is reset.

Issue with X multiplier text position (multihotbar incompatibility)

When using a mod like 'multihotbar' that changes the position of the 'hearts row', the text display which is put next to the 'heart row' does not find the new position -- it appears to be locked at a 'distance from bottom' rather than placed relative to the position of the hearts.

[Request] Config blacklist for foods hidden with CraftTweaker

I noticed that foods that I have hidden with CraftTweaker still show in the books total food count and Foods not eaten list. Would it be feasible to add in a blacklist in the config where I could add these same foods and have the book ignore them, so they no longer appear in the Not eaten list and are not part of the total food count?

Thank you :)

Recent Foods Option like in SoL Stick Edition

I'd like to suggest the option to keep track of recent foods, like the original SoL did, and reward variety based on that. In other words reward a consistent varied diet.

Bonus Points: Let both modes work at once. Permanent bonus hearts for sampling many foods and temporary bonus hearts that only last when you eat a varied diet. Throw in original SoL with this and food could become it's own ever-flexible mod: Eat the same thing over and over, poor nutrition and no bonus hearts. Eat some variety, good nutrition and no bonus hearts. Eat lots of variety, good nutrition and some bonus hearts. Go out of your way to sample many foods for a permanent bonus!

Server side crash 1.12.2 running latest forge

---- Minecraft Crash Report ----

WARNING: coremods are present:
AppleCore (AppleCore-mc1.12.2-3.1.0.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-75-core.jar)
SpongeCoremod (spongeforge-1.12.2-2555-7.0.0-BETA-2766.jar)
LoadingPlugin (Quark-r1.4-120.jar)
SFRCore (SolarFluxReborn_1.12.2-3.42r.jar)
Wizardry Plugin (wizardry-0.6.2.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
FMLPlugin (elulib-0.1.11.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
HammerCoreCore (HammerCore-1.12.2-1.9.5.7.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.5.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.0.8.jar)
LibrarianLib Plugin (librarianlib-1.12-4.3.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.2-1.12.2-anarchy.jar)
Contact their authors BEFORE contacting forge

// I bet Cylons wouldn't have this problem.

Time: 12/16/17 7:05 PM
Description: Saving entity NBT

java.lang.NullPointerException: Saving entity NBT
at com.cazsius.solcarrot.capability.FoodCapability.serializeNBT(FoodCapability.java:47)
at net.minecraftforge.common.capabilities.CapabilityDispatcher.serializeNBT(CapabilityDispatcher.java:123)
at net.minecraft.entity.Entity.func_189511_e(Entity.java:1737)
at net.minecraft.server.management.PlayerList.handler$onPlayerLogOut$zig000(PlayerList.java:1984)
at net.minecraft.server.management.PlayerList.func_72367_e(PlayerList.java)
at net.minecraft.network.NetHandlerPlayServer.func_147231_a(NetHandlerPlayServer.java:849)
at net.minecraft.network.NetworkManager.func_179293_l(NetworkManager.java:456)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:213)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Thread.java:745)

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

-- Head --
Thread: Server thread
Stacktrace:
at com.cazsius.solcarrot.capability.FoodCapability.serializeNBT(FoodCapability.java:47)
at net.minecraftforge.common.capabilities.CapabilityDispatcher.serializeNBT(CapabilityDispatcher.java:123)

-- Entity being saved --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 237931
Entity Name: Remclave
Entity's Exact location: 0.50, 63.00, 0.50
Entity's Block location: World: (0,63,0), Chunk: (at 0,3,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, -0.38, 0.00
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.entity.Entity.func_189511_e(Entity.java:1737)
at net.minecraft.server.management.PlayerList.handler$onPlayerLogOut$zig000(PlayerList.java:1984)
at net.minecraft.server.management.PlayerList.func_72367_e(PlayerList.java)
at net.minecraft.network.NetHandlerPlayServer.func_147231_a(NetHandlerPlayServer.java:849)
at net.minecraft.network.NetworkManager.func_179293_l(NetworkManager.java:456)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:213)

-- Sponge PhaseTracker --
Details:
Cause Stack: [Empty stack]
Stacktrace:
at net.minecraft.server.MinecraftServer.handler$onCrashReport$zif000(MinecraftServer.java:4018)
at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:887)
at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:552)
at java.lang.Thread.run(Thread.java:745)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 3.19.0-15-generic
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 11669053624 bytes (11128 MB) / 17072914432 bytes (16282 MB) up to 17072914432 bytes (16282 MB)
JVM Flags: 2 total; -Xmx16384M -Xms16384M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.1.2566 236 mods loaded, 235 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State     | ID                             | Version                     | Source                                          | Signature                                |
|:--------- |:------------------------------ |:--------------------------- |:----------------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft                      | 1.12.2                      | minecraft.jar                                   | None                                     |
| UCHIJAAAA | mcp                            | 9.42                        | minecraft.jar                                   | None                                     |
| UCHIJAAAA | FML                            | 8.0.99.99                   | forge-1.12.2-14.23.1.2566-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge                          | 14.23.1.2566                | forge-1.12.2-14.23.1.2566-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | spongeapi                      | 7.0.0-SNAPSHOT-3f1fe45      | spongeforge-1.12.2-2555-7.0.0-BETA-2766.jar     | None                                     |
| UCHIJAAAA | sponge                         | 1.12.2-2555-7.0.0-BETA-2766 | spongeforge-1.12.2-2555-7.0.0-BETA-2766.jar     | None                                     |
| UCHIJAAAA | foamfixcore                    | 7.7.4                       | minecraft.jar                                   | None                                     |
| UCHIJAAAA | elucore                        | 1.0                         | minecraft.jar                                   | None                                     |
| UCHIJAAAA | actuallyadditions              | 1.12.2-r125                 | ActuallyAdditions-1.12.2-r125.jar               | None                                     |
| UCHIJAAAA | baubles                        | 1.5.1                       | Baubles-1.12-1.5.1.jar                          | None                                     |
| UCHIJAAAA | actuallybaubles                | 1.1                         | ActuallyBaubles-1.12-1.1.jar                    | None                                     |
| UCHIJAAAA | appliedenergistics2            | rv5-stable-3                | appliedenergistics2-rv5-stable-3.jar            | None                                     |
| UCHIJAAAA | bdlib                          | 1.14.3.10                   | bdlib-1.14.3.10-mc1.12.2.jar                    | None                                     |
| UCHIJAAAA | ae2stuff                       | 0.7.0.4                     | ae2stuff-0.7.0.4-mc1.12.2.jar                   | None                                     |
| UCHIJAAAA | applecore                      | 3.1.0                       | AppleCore-mc1.12.2-3.1.0.jar                    | None                                     |
| UCHIJAAAA | crafttweaker                   | 4.0.10                      | CraftTweaker2-1.12-4.0.10.jar                   | None                                     |
| UCHIJAAAA | mtlib                          | @VERSION@                   | MTLib-3.0.1.jar                                 | None                                     |
| UCHIJAAAA | modtweaker                     | 4.0.5                       | modtweaker-4.0.5.jar                            | None                                     |
| UCHIJAAAA | jei                            | 4.8.5.136                   | jei_1.12.2-4.8.5.136.jar                        | None                                     |
| UCHIJAAAA | appleskin                      | 1.0.9                       | AppleSkin-mc1.12-1.0.9.jar                      | None                                     |
| UCHIJAAAA | forgelin                       | 1.6.0                       | Forgelin-1.6.0.jar                              | None                                     |
| UCHIJAAAA | mantle                         | 1.12-1.3.1.21               | Mantle-1.12-1.3.1.21.jar                        | None                                     |
| UCHIJAAAA | chisel                         | MC1.12-0.1.0.23             | Chisel-MC1.12-0.1.0.23.jar                      | None                                     |
| UCHIJAAAA | tconstruct                     | 1.12-2.8.0.45               | TConstruct-1.12-2.8.0.45.jar                    | None                                     |
| UCHIJAAAA | thedragonlib                   | 1.12.2-5.2.0                | thedragonlib-1.12.2-5.2.0.jar                   | None                                     |
| UCHIJAAAA | armorplus                      | 1.12.2-11.8.3.29-beta       | armorplus-1.12.2-11.8.3.29-beta.jar             | None                                     |
| UCHIJAAAA | attributefix                   | 1.0.1                       | AttributeFix-1.12.2-1.0.1.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | morphtool                      | 1.2-16                      | Morph-o-Tool-1.2-16.jar                         | None                                     |
| UCHIJAAAA | psi                            | r1.1-59                     | Psi-r1.1-59.jar                                 | None                                     |
| UCHIJAAAA | quark                          | r1.4-120                    | Quark-r1.4-120.jar                              | None                                     |
| UCHIJAAAA | autoreglib                     | 1.3-15                      | AutoRegLib-1.3-15.jar                           | None                                     |
| UCHIJAAAA | base                           | 3.4.2                       | base-1.12-3.4.2.jar                             | None                                     |
| UCHIJAAAA | bhc                            | 1.1.0b                      | baubley-heart-canisters-1.12.2-1.1.0b.jar       | 7b14aaee2dd17b12a140baecab28948fff3a263f |
| UCHIJAAAA | betteradvancements             | 0.0.5.17                    | BetterAdvancements-1.12.2-0.0.5.17.jar          | None                                     |
| UCHIJAAAA | betterbuilderswands            | 0.11.1                      | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None                                     |
| UCHIJAAAA | natura                         | 1.12-4.3.0.23               | natura-1.12-4.3.0.23.jar                        | None                                     |
| UCHIJAAAA | forestry                       | 5.7.0.215                   | forestry_1.12.2-5.7.0.215.jar                   | None                                     |
| UCHIJAAAA | binniecore                     | unspecified                 | binnie-mods-1.12.2-2.5.0.106.jar                | None                                     |
| UCHIJAAAA | binniedesign                   | 1.0                         | binnie-mods-1.12.2-2.5.0.106.jar                | None                                     |
| UCHIJAAAA | genetics                       | 2.5.0.106                   | binnie-mods-1.12.2-2.5.0.106.jar                | None                                     |
| UCHIJAAAA | botany                         | 2.5.0.106                   | binnie-mods-1.12.2-2.5.0.106.jar                | None                                     |
| UCHIJAAAA | extrabees                      | 2.5.0.106                   | binnie-mods-1.12.2-2.5.0.106.jar                | None                                     |
| UCHIJAAAA | extratrees                     | 2.5.0.106                   | binnie-mods-1.12.2-2.5.0.106.jar                | None                                     |
| UCHIJAAAA | blockcraftery                  | 0.1.3                       | blockcraftery-0.1.3.jar                         | None                                     |
| UCHIJAAAA | blockwhitelist                 | @VERSION@                   | BlockWhitelist-1.0.2.jar                        | None                                     |
| UCHIJAAAA | bonsaitrees                    | 1.0.1                       | bonsaitrees-1.0.1-b56.jar                       | None                                     |
| UCHIJAAAA | bookshelf                      | 2.3.511                     | Bookshelf-1.12.2-2.3.511.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | botania                        | r1.10-352                   | Botania r1.10-352.jar                           | None                                     |
| UCHIJAAAA | codechickenlib                 | 3.1.5.331                   | CodeChickenLib-1.12.2-3.1.5.331-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | redstoneflux                   | 2.0.1                       | RedstoneFlux-1.12-2.0.1.2-universal.jar         | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCHIJAAAA | brandonscore                   | 2.3.4                       | BrandonsCore-1.12-2.3.4.134-universal.jar       | None                                     |
| UCHIJAAAA | cofhcore                       | 4.3.7                       | CoFHCore-1.12.2-4.3.7.25-universal.jar          | None                                     |
| UCHIJAAAA | computercraft                  | 1.80pr1 v1.2                | Computeacube-1.80pr1 v1.2.jar                   | None                                     |
| UCHIJAAAA | mcmultipart                    | 2.4.0                       | MCMultiPart-2.4.0.jar                           | None                                     |
| UCHIJAAAA | mekanism                       | 9.4.2                       | Mekanism-1.12.2-9.4.2.327.jar                   | None                                     |
| UCHIJAAAA | sonarcore                      | 5.0.3                       | sonarcore-1.12.2-5.0.3.jar                      | None                                     |
| UCHIJAAAA | calculator                     | 5.0.2                       | calculator-1.12.2-5.0.2.jar                     | None                                     |
| UCHIJAAAA | rf-capability-adapter          | 1.0                         | capabilityadapter-1.0.jar                       | None                                     |
| UCHIJAAAA | cyclopscore                    | 0.10.24                     | CyclopsCore-1.12.2-0.10.24.jar                  | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | capabilityproxy                | 2.0.0                       | CapabilityProxy-1.12.2-2.0.0.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | careerbees                     | 1.0                         | careerbees-0.0.1.jar                            | None                                     |
| UCHIJAAAA | cd4017be_lib                   | 6.0.5                       | CD4017BE_lib-1.12.2-6.0.5.jar                   | None                                     |
| UCHIJAAAA | ceramics                       | 1.12-1.3.3b                 | Ceramics-1.12-1.3.3b.jar                        | None                                     |
| UCHIJAAAA | chameleon                      | 1.12-4.1.3                  | Chameleon-1.12-4.1.3.jar                        | None                                     |
| UCHIJAAAA | chancecubes                    | 1.12.1-3.0.1.208            | ChanceCubes-1.12.1-3.0.1.208.jar                | None                                     |
| UCHIJAAAA | chesttransporter               | 2.8.7                       | ChestTransporter-1.12-2.8.7.jar                 | None                                     |
| UCHIJAAAA | chickenchunks                  | 2.4.1.71                    | ChickenChunks-1.12.2-2.4.1.71-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | chiselsandbits                 | 14.11                       | chiselsandbits-14.11.jar                        | None                                     |
| UCHIJAAAA | claybucket                     | 1.1                         | ClayBucket-1.12-1.1.jar                         | None                                     |
| UCHIJAAAA | clumps                         | 2.0.0                       | Clumps-3.0.0.jar                                | None                                     |
| UCHIJAAAA | cofhworld                      | 1.0.2                       | CoFHWorld-1.12.2-1.0.2.10-universal.jar         | None                                     |
| UCHIJAAAA | commoncapabilities             | 1.4.0                       | CommonCapabilities-1.12-1.4.0.jar               | None                                     |
| UCHIJAAAA | storagedrawers                 | 1.12-5.2.5                  | StorageDrawers-1.12.1-5.3.3.jar                 | None                                     |
| UCHIJAAAA | refinedstorage                 | 1.5.28                      | refinedstorage-1.5.28.jar                       | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| UCHIJAAAA | compactmachines3               | 3.0.3                       | compactmachines3-1.12.2-3.0.3-b169.jar          | None                                     |
| UCHIJAAAA | cookingforblockheads           | 6.3.17                      | CookingForBlockheads_1.12.1-6.3.17.jar          | None                                     |
| UCHIJAAAA | corail_pillar_extension_chisel | 4.0.0                       | corail_pillar_extension_chisel-4.0.0-1.12.jar   | None                                     |
| UCHIJAAAA | crafttweakerjei                | 2.0.0                       | CraftTweaker2-1.12-4.0.10.jar                   | None                                     |
| UCHIJAAAA | cucumber                       | 1.0.3                       | cucumber-1.12-1.0.3.jar                         | None                                     |
| UCHIJAAAA | cyberware                      | 0.2.10.2                    | cyberware-1.12.2-0.2.10.2.jar                   | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| UCHIJAAAA | cyclicmagic                    | 1.10.5                      | Cyclic-1.12.2-1.10.5.jar                        | None                                     |
| UCHIJAAAA | p455w0rdslib                   | 2.0.24                      | p455w0rdslib-1.12-2.0.24.jar                    | None                                     |
| UCHIJAAAA | theoneprobe                    | 1.4.19                      | theoneprobe-1.12-1.4.19.jar                     | None                                     |
| UCHIJAAAA | danknull                       | 1.2.18                      | DankNull-1.12-1.2.18.jar                        | None                                     |
| UCHIJAAAA | darkutils                      | 1.8.187                     | DarkUtils-1.12.2-1.8.187.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | thermalfoundation              | 2.3.7                       | ThermalFoundation-1.12.2-2.3.7.18-universal.jar | None                                     |
| UCHIJAAAA | draconicevolution              | 2.3.5                       | Draconic-Evolution-1.12-2.3.5.269-universal.jar | None                                     |
| UCHIJAAAA | elevatorid                     | 1.3.5                       | ElevatorMod-1.12.2-1.3.5.jar                    | None                                     |
| UCHIJAAAA | embers                         | 0.230                       | embers-0.230.jar                                | None                                     |
| UCHIJAAAA | foamflower                     | 1.12.2-1.0.0.0-beta1        | foamflower-1.12.2-1.0.0.0-beta1.jar             | None                                     |
| UCHIJAAAA | enderpay                       | 1.12.2-1.0.0.0              | enderpay-1.12.2-1.0.0.0.jar                     | None                                     |
| UCHIJAAAA | enderstorage                   | 2.4.2.126                   | EnderStorage-1.12.2-2.4.2.126-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | ichunutil                      | 7.1.3                       | iChunUtil-1.12.2-7.1.3.jar                      | None                                     |
| UCHIJAAAA | ftbl                           | 4.2.5                       | FTBLib-4.2.5.jar                                | None                                     |
| UCHIJAAAA | shetiphiancore                 | 3.5.5                       | shetiphiancore-1.12.0-3.5.5.jar                 | None                                     |
| UCHIJAAAA | endertanks                     | 1.6.3                       | endertanks-1.12.0-1.6.3.jar                     | None                                     |
| UCHIJAAAA | enderutilities                 | 0.7.6                       | enderutilities-1.12.2-0.7.6.jar                 | 2b03e1423915a189b8094816baa18f239d576dff |
| UCHIJAAAA | enderzoo                       | 1.12.1-1.4.0.49             | EnderZoo-1.12.1-1.4.0.49.jar                    | None                                     |
| UCHIJAAAA | reborncore                     | 3.5.2.171                   | RebornCore-1.12.2-3.5.2.171-universal.jar       | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAA | engineersworkshop              | 1.0.3.24                    | EngineersWorkshopReborn-1.12.2-1.0.3.24.jar     | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAA | valkyrielib                    | 1.12.2-2.0.6a               | valkyrielib-1.12.2-2.0.6a.jar                   | None                                     |
| UCHIJAAAA | environmentaltech              | 1.12.2-2.0.6a               | environmentaltech-1.12.2-2.0.6a.jar             | None                                     |
| UCHIJAAAA | etlunar                        | 1.12.2-2.0.6a               | etlunar-1.12.2-2.0.6a.jar                       | None                                     |
| UCHIJAAAA | evilcraft                      | 0.10.42                     | EvilCraft-1.12.2-0.10.42.jar                    | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | evilcraftcompat                | 1.0.0                       | EvilCraft-1.12.2-0.10.42.jar                    | None                                     |
| UCHIJAAAA | exnihilocreatio                | 1.12-0.1.5                  | exnihilocreatio-1.12-0.1.5.jar                  | None                                     |
| UCHIJAAAA | excompressum                   | 3.0.11                      | ExCompressum_1.12.2-3.0.11.jar                  | None                                     |
| UCHIJAAAA | extendedcrafting               | 1.1.2                       | extendedcrafting-1.12-1.1.2.jar                 | None                                     |
| UCHIJAAAA | extracells                     | 2.5.9                       | ExtraCells-1.12.2-2.5.9a45.jar                  | None                                     |
| UCHIJAAAA | extrautils2                    | 1.0                         | extrautils2-1.12-1.7.1.jar                      | None                                     |
| UCHIJAAAA | zerocore                       | 1.12-0.1.1.0                | zerocore-1.12-0.1.1.0.jar                       | None                                     |
| UCHIJAAAA | bigreactors                    | 1.12-0.4.5.44               | ExtremeReactors-1.12-0.4.5.44.jar               | None                                     |
| UCHIJAAAA | farmingforblockheads           | 3.1.5                       | FarmingForBlockheads_1.12-3.1.5.jar             | None                                     |
| UCHIJAAAA | fastleafdecay                  | v14                         | FastLeafDecay-v14.jar                           | None                                     |
| UCHIJAAAA | fluxnetworks                   | 3.0.1                       | fluxnetworks-1.12.2-3.0.1.jar                   | None                                     |
| UCHIJAAAA | foamfix                        | 0.8.2-1.12.2                | foamfix-0.8.2-1.12.2-anarchy.jar                | None                                     |
| UCHIJAAAA | forgivingvoid                  | 1.0.5                       | ForgivingVoid_1.12-1.0.5.jar                    | None                                     |
| UCHIJAAAA | fpsreducer                     | 1.12.2-1.7                  | FpsReducer-1.12.2-1.7.jar                       | None                                     |
| UCHIJAAAA | limelib                        | 1.7.9                       | limelib-1.12.2-1.7.9.jar                        | None                                     |
| UCHIJAAAA | furnus                         | 2.1.4                       | furnus-1.12.2-2.1.4.jar                         | None                                     |
| UCHIJAAAA | gendustry                      | 1.6.5.6                     | gendustry-1.6.5.6-mc1.12.2.jar                  | None                                     |
| UCHIJAAAA | grue                           | 1.3.5                       | Grue-1.12-1.3.5.jar                             | None                                     |
| UCHIJAAAA | guideapi                       | 1.12-2.1.4-57               | Guide-API-1.12-2.1.4-57.jar                     | None                                     |
| UCHIJAAAA | hammercore                     | 1.9.5.7                     | HammerCore-1.12.2-1.9.5.7.jar                   | None                                     |
| UCHIJAAAA | hopperducts                    | 1.5                         | hopperducts-mc1.12-1.5.jar                      | None                                     |
| UCHIJAAAA | immersiveengineering           | 0.12-75                     | ImmersiveEngineering-0.12-75.jar                | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJAAAA | harvestcraft                   | 1.12.2a                     | Pam's HarvestCraft 1.12.2a.jar                  | None                                     |
| UCHIJAAAA | immersivehempcraft             | 1.12-0.0.3.2                | Immersive HempCraft-1.12-0.0.3.2.jar            | None                                     |
| UCHIJAAAA | immersivefood                  | 1.12.1-0.0.2                | immersivefood-1.12.2-0.0.3.jar                  | None                                     |
| UCHIJAAAA | immersivepetroleum             | @VERSION@                   | immersivepetroleum-1.12.2-1.1.5.jar             | None                                     |
| UCHIJAAAA | immersivetech                  | 1.3.4                       | immersivetech-1.12-1.3.4.jar                    | None                                     |
| UCHIJAAAA | teslacorelib                   | 1.0.12                      | tesla-core-lib-1.12-1.0.12.jar                  | None                                     |
| UCHIJAAAA | industrialforegoing            | 1.12.2-1.12.2               | industrialforegoing-1.12.2-1.6.3-107.jar        | None                                     |
| UCHIJAAAA | infernalmobs                   | 1.7.5                       | InfernalMobs-1.12.2.jar                         | None                                     |
| UCHIJAAAA | integrateddynamics             | 0.9.8                       | IntegratedDynamics-1.12.2-0.9.8.jar             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | integrateddynamicscompat       | 1.0.0                       | IntegratedDynamics-1.12.2-0.9.8.jar             | None                                     |
| UCHIJAAAA | integratedtunnels              | 1.3.6                       | IntegratedTunnels-1.12.2-1.3.6.jar              | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | mysticalagriculture            | 1.6.6                       | mysticalagriculture-1.12-1.6.6.jar              | None                                     |
| UCHIJAAAA | mysticalagradditions           | 1.2.7                       | mysticalagradditions-1.12-1.2.7.jar             | None                                     |
| UCHIJAAAA | rftools                        | 7.15                        | rftools-1.12-7.15.jar                           | None                                     |
| UCHIJAAAA | integrationforegoing           | 1.12-1.4                    | IntegrationForegoing-1.12-1.4.jar               | f8b632eee30601ba63fe0984fae017fc7800f2fe |
| UCHIJAAAA | inventorysorter                | 1.12.4+52                   | inventorysorter-1.12.2-1.12.4+52.jar            | None                                     |
| UCHIJAAAA | ironbackpacks                  | 1.12.2-3.0.2-3              | IronBackpacks-1.12.2-3.0.2-3.jar                | None                                     |
| UCHIJAAAA | ironchest                      | 1.12.2-7.0.34.820           | ironchest-1.12.2-7.0.34.820.jar                 | None                                     |
| UCHIJAAAA | jeibees                        | 0.9.0.5                     | jeibees-0.9.0.5-mc1.12.2.jar                    | None                                     |
| UCHIJAAAA | journeymap                     | 1.12.2-5.5.2                | journeymap-1.12.2-5.5.2.jar                     | None                                     |
| UCHIJAAAA | kleeslabs                      | 5.3.2                       | KleeSlabs_1.12-5.3.2.jar                        | None                                     |
| UCHIJAAAA | wizardry                       | 0.6.2                       | wizardry-0.6.2.jar                              | None                                     |
| UCHIJAAAA | librarianlib                   | 3.4                         | librarianlib-1.12-4.3.jar                       | None                                     |
| UCHIJAAAA | lootbags                       | 2.5.3b                      | LootBags-1.12.2-2.5.3b.jar                      | None                                     |
| UCHIJAAAA | lunatriuscore                  | 1.2.0.42                    | LunatriusCore-1.12.2-1.2.0.42-universal.jar     | None                                     |
| UCHIJAAAA | magipsi                        | 1.3                         | MagicalPsi-1.3.jar                              | None                                     |
| UCHIJAAAA | magicbees                      | 1.0                         | MagicBees-1.12-3.1.7.jar                        | None                                     |
| UCHIJAAAA | modelloader                    | 1.0.5                       | modelloader-1.0.5.jar                           | None                                     |
| UCHIJAAAA | magneticraft                   | 2.0.5                       | Magneticraft_1.12-2.0.5.jar                     | None                                     |
| UCHIJAAAA | mekanismgenerators             | 9.4.2                       | MekanismGenerators-1.12.2-9.4.2.327.jar         | None                                     |
| UCHIJAAAA | mekanismtools                  | 9.4.2                       | MekanismTools-1.12.2-9.4.2.327.jar              | None                                     |
| UCHIJAAAA | metamorph                      | 1.1.4                       | metamorph-1.1.4-1.12.1.jar                      | None                                     |
| UCHIJAAAA | moartinkers                    | 0.5.4                       | moartinkers-0.5.4.jar                           | None                                     |
| UCHIJAAAA | mob_grinding_utils             | 0.3.4                       | MobGrindingUtils-0.3.4.jar                      | None                                     |
| UCHIJAAAA | techreborn                     | 2.10.1.375                  | TechReborn-1.12.2-2.10.1.375-universal.jar      | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAA | morebees                       | 1.12.2-1.4.4                | morebees-1.12.2-1.4.4.jar                       | None                                     |
| UCHIJAAAA | shear                          | 1.1.2                       | MoreShearables1.2.3-1.12.jar                    | None                                     |
| UCHIJAAAA | morpheus                       | 1.12-3.3.2                  | Morpheus-1.12-3.3.2.jar                         | None                                     |
| UCHIJAAAA | netherportalfix                | 5.3.13                      | NetherPortalFix_1.12.1-5.3.13.jar               | None                                     |
| UCHIJAAAA | nice                           | 0.1.0                       | nice-1.12-0.1.0.jar                             | None                                     |
| UCHIJAAAA | nmsot                          | 1.2.1-mc1.12                | NoMobSpawningOnTrees-1.2.1-mc1.12.jar           | None                                     |
| UCHIJAAAA | recipehandler                  | 0.9                         | NoMoreRecipeConflict-0.9(1.12).jar              | None                                     |
| UCHIJAAAA | neid                           | 1.5.4.2                     | NotEnoughIDs-1.5.4.2.jar                        | None                                     |
| UCHIJAAAA | notenoughwands                 | 1.5.9                       | notenoughwands-1.12-1.5.9.jar                   | None                                     |
| UCHIJAAAA | oreexcavation                  | 1.4.109                     | OreExcavation-1.4.109.jar                       | None                                     |
| UCHIJAAAA | pamscookables                  | 1.1                         | pamscookables-1.1.jar                           | None                                     |
| UCHIJAAAA | plustic                        | 6.3.2.1                     | plustic-6.3.2.1.jar                             | None                                     |
| UCHIJAAAA | portalgun                      | 7.0.0                       | PortalGun-1.12.2-7.0.1.jar                      | None                                     |
| UCHIJAAAA | pressure                       | 1.3.1.6                     | pressure-1.3.1.6-mc1.12.1.jar                   | None                                     |
| UCHIJAAAA | quantumstorage                 | 4.4.6                       | QuantumStorage-1.12-4.4.6.jar                   | None                                     |
| UCHIJAAAA | randomutilities                | 5.0.2                       | Random Utilities-1.12-5.0.2.jar                 | None                                     |
| UCHIJAAAA | randomthings                   | 4.0.8                       | RandomThings-MC1.12.2-4.0.8.jar                 | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAA | rebornstorage                  | 1.0.0                       | RebornStorage-1.12.2-3.0.2.32.jar               | None                                     |
| UCHIJAAAA | refinedstorageaddons           | 0.2                         | refinedstorageaddons-0.2.jar                    | None                                     |
| UCHIJAAAA | restrictedportals              | 1.12-0.6.2                  | restrictedportals-1.12-0.6.2.jar                | None                                     |
| UCHIJAAAA | rflux                          | 0.1.2                       | rflux-1.12-0.1.2.jar                            | None                                     |
| UCHIJAAAA | rftoolscontrol                 | 1.7.0                       | rftoolsctrl-1.12-1.7.0.jar                      | None                                     |
| UCHIJAAAA | rockhounding_core              | 3.02                        | rockhounding_core-1.12.2-3.02.jar               | None                                     |
| UCHIJAAAA | rockhounding_oretiers          | 1.12.2-3.01                 | rockhounding_oretiers-1.12.2-3.01.jar           | None                                     |
| UCHIJAAAA | roots                          | 0.103                       | roots-2-0.103.jar                               | None                                     |
| UCHIJAAAA | scannable                      | 1.6.2.13                    | Scannable-MC1.12-1.6.2.13.jar                   | None                                     |
| UCHIJAAAA | schematica                     | 1.8.0.167                   | Schematica-1.12.2-1.8.0.167-universal.jar       | None                                     |
| UCHIJAAAA | solarfluxreborn                | 3.42r                       | SolarFluxReborn_1.12.2-3.42r.jar                | None                                     |
| UCHIJAAAA | solcarrot                      | 1.2.0                       | solcarrot-1.12.1-1.2.0.jar                      | None                                     |
| UCHIJAAAA | stevescarts                    | ${version}                  | StevesCarts-1.12.2-2.4.12.62.jar                | None                                     |
| UCHIJAAAA | storagedrawersextra            | @VERSION@                   | StorageDrawersExtras-1.12-3.1.0.jar             | None                                     |
| UCHIJAAAA | thermalcultivation             | 0.1.2                       | ThermalCultivation-1.12.2-0.1.2.8-universal.jar | None                                     |
| UCHIJAAAA | thermaldynamics                | 2.3.7                       | ThermalDynamics-1.12.2-2.3.7.14-universal.jar   | None                                     |
| UCHIJAAAA | thermalexpansion               | 5.3.7                       | ThermalExpansion-1.12.2-5.3.7.31-universal.jar  | None                                     |
| UCHIJAAAA | tinker_io                      | release 2.5.6e              | tinker_io-1.12-release 2.5.6e.jar               | None                                     |
| UCHIJAAAA | tinkersaddons                  | 1.0.7                       | Tinkers' Addons-1.12.1-1.0.7.jar                | None                                     |
| UCHIJAAAA | tcomplement                    | ${version}                  | TinkersComplement-1.12.1-0.2.2b.jar             | None                                     |
| UCHIJAAAA | tinkertoolleveling             | 1.12-1.0.3.DEV.56fac4f      | TinkerToolLeveling-1.12-1.0.3.jar               | None                                     |
| UCHIJAAAA | tp                             | 1.12                        | tinyprogressions-1.12-3.2.10 - Beta.jar         | None                                     |
| UCHIJAAAA | tombstone                      | 2.0.1                       | tombstone-2.0.1-1.12.jar                        | None                                     |
| UCHIJAAAA | topaddons                      | 1.12.2-1.2.1                | topaddons-1.12.2-1.2.1.jar                      | None                                     |
| UCHIJAAAA | torchmaster                    | 1.6.1.53                    | torchmaster_1.12.2-1.6.1.53.jar                 | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| UCHIJAAAA | trashslot                      | 8.4.6                       | TrashSlot_1.12.1-8.4.6.jar                      | None                                     |
| UCHIJAAAA | ts2k16                         | 1.2.8                       | TS2K16-1.2.8.jar                                | None                                     |
| UCHIJAAAA | twitchy                        | 1.12.2_2                    | twitchy-1.12.2_2.jar                            | None                                     |
| UCHIJAAAA | usefulnullifiers               | 1.4.1                       | usefulnullifiers-1.4.1.jar                      | None                                     |
| UCHIJAAAA | vending                        | 1.12.2-3.0.0.0              | vending-1.12.2-3.0.0.0.jar                      | None                                     |
| UCHIJAAAA | wanionlib                      | 1.12.2-1.4                  | WanionLib-1.12.2-1.4.jar                        | None                                     |
| UCHIJAAAA | wct                            | 3.8.55                      | WirelessCraftingTerminal-1.12.2-3.8.55.jar      | None                                     |
| UCHIJAAAA | witherskelefix                 | 2.2.3                       | Wither Skeleton Tweaks-1.12-2.2.3.jar           | None                                     |
| UCHIJAAAA | woot                           | 1.12.2-0.0.4                | woot-1.12.2-0.0.4.jar                           | None                                     |
| UCHIJAAAA | xnet                           | 1.5.0                       | xnet-1.12-1.5.0.jar                             | None                                     |
| UCHIJAAAA | yabba                          | 1.0.11                      | YABBA-1.0.11.jar                                | None                                     |
| UCHIJAAAA | zettaindustries                | 1.3                         | zettaindustries-1.3-1.12.2-145.jar              | None                                     |
| UCHIJAAAA | autobroadcaster                | 0.2.1                       | AutoBroadcasterSponge-0.2.1.jar                 | None                                     |
| UCHIJAAAA | catclearlag                    | 0.8                         | CatClearLag-0.8.jar                             | None                                     |
| UCHIJAAAA | nuvotifier                     | 2.3.5                       | serious-nuvotifier-universal-API7-2.3.5.jar     | None                                     |
| UCHIJAAAA | enjin-minecraft-plugin         | 3.4.3-sponge7               | EMPSponge7.jar                                  | None                                     |
| UCHIJAAAA | griefprevention                | 4.3.0                       | griefprevention-1.12.2-4.3.0.505.jar            | None                                     |
| UCHIJAAAA | luckperms                      | 4.0.50                      | LuckPerms-Sponge-4.0.50.jar                     | None                                     |
| UCHIJAAAA | nucleus                        | 1.2.0-PR4-S7.0              | Nucleus-1.2.0-PR4-S7.0-MC1.12.2-plugin.jar      | None                                     |
| UCHIJAAAA | magibridge                     | 2.4.2                       | MagiBridge-API7-2.4.2.jar                       | None                                     |
| UCHIJAAAA | seriousvote                    | 4.4                         | seriousvote-4.4.jar                             | None                                     |
| UCHIJAAAA | statusprotocol                 | 0.3                         | statusprotocol-0.3.jar                          | None                                     |
| UCHIJAAAA | serverlistplus                 | 3.4.7                       | ServerListPlus-3.4.7-Universal.jar              | None                                     |
| UCHIJAAAA | skyclaims                      | 0.27.0-S7.0-SNAPSHOT        | SkyClaims-0.27.0-S7.0-SNAPSHOT.jar              | None                                     |
| UCHIJAAAA | tabmanager                     | 1.0.4                       | TabManager-1.0.4.jar                            | None                                     |
| UCHIJAAAA | worldedit                      | 6.1.8                       | worldedit-forge-mc1.12-6.1.8-dist.jar           | None                                     |
| UCHIJAAAA | corail_pillar                  | 4.0.0                       | corail_pillar-4.0.0-1.12.jar                    | None                                     |
| UCHIJAAAA | elulib                         | 0.1.11                      | elulib-0.1.11.jar                               | None                                     |
| UCHIJAAAA | justthetips                    | 1.12-1.0.1.1                | justthetips-1.12-1.0.1.1.jar                    | None                                     |
| UCHIJAAAA | librarianliblate               | 3.4                         | librarianlib-1.12-4.3.jar                       | None                                     |
| UCHIJAAAA | teslacorelib_registries        | 1.0.12                      | tesla-core-lib-1.12-1.0.12.jar                  | None                                     |
| UCHIJAAAA | unidict                        | 1.12.2-1.7                  | UniDict-1.12.2-1.7.jar                          | None                                     |
| UD        | solarfluxreborncore            | 3.42r                       | minecraft.jar                                   | None                                     |

Loaded coremods (and transformers): 

AppleCore (AppleCore-mc1.12.2-3.1.0.jar)
squeek.applecore.asm.TransformerModuleHandler
IELoadingPlugin (ImmersiveEngineering-0.12-75-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
SpongeCoremod (spongeforge-1.12.2-2555-7.0.0-BETA-2766.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
LoadingPlugin (Quark-r1.4-120.jar)
vazkii.quark.base.asm.ClassTransformer
SFRCore (SolarFluxReborn_1.12.2-3.42r.jar)
com.pengu.solarfluxreborn.core.SFRSerializedTransformer
Wizardry Plugin (wizardry-0.6.2.jar)
com.teamwizardry.wizardry.asm.WizardryTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
FMLPlugin (elulib-0.1.11.jar)
elucent.elulib.asm.ASMTransformer
ForgelinPlugin (Forgelin-1.6.0.jar)

HammerCoreCore (HammerCore-1.12.2-1.9.5.7.jar)
com.pengu.hammercore.asm.HammerCoreTransformer
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.5.jar)
shetiphian.asm.ClassTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.0.8.jar)
lumien.randomthings.asm.ClassTransformer
LibrarianLib Plugin (librarianlib-1.12-4.3.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.2-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
AE2 Version: stable rv5-stable-3 for Forge 14.23.1.2554
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)

Pulsar/natura loaded Pulses: 
	- NaturaCommons (Enabled/Forced)
	- NaturaOverworld (Enabled/Not Forced)
	- NaturaNether (Enabled/Not Forced)
	- NaturaDecorative (Enabled/Not Forced)
	- NaturaTools (Enabled/Not Forced)
	- NaturaEntities (Enabled/Not Forced)
	- NaturaOredict (Enabled/Forced)
	- NaturaWorld (Enabled/Not Forced)

Pulsar/tcomplement loaded Pulses: 
	- ModuleCommons (Enabled/Forced)
	- ModuleFeature (Enabled/Not Forced)
	- CeramicsPlugin (Enabled/Not Forced)
	- ChiselPlugin (Enabled/Not Forced)
	- ExNihiloPlugin (Enabled/Not Forced)

List of loaded APIs: 
	* actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r125.jar
	* AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.0.jar
	* appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-3.jar
	* ArmorPlusApi (2.0) from armorplus-1.12.2-11.8.3.29-beta.jar
	* Base|API (1.0.0) from base-1.12-3.4.2.jar
	* Baubles|API (1.4.0.2) from WirelessCraftingTerminal-1.12.2-3.8.55.jar
	* betteradvancements|API (0.0.5.17) from BetterAdvancements-1.12.2-0.0.5.17.jar
	* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
	* bigreactors|API (4.0.1) from ExtremeReactors-1.12-0.4.5.44.jar
	* BotaniaAPI (88) from Botania r1.10-352.jar
	* calculatorapi (1.9.4 - 1.0) from calculator-1.12.2-5.0.2.jar
	* chesttransporter|api (2) from ChestTransporter-1.12-2.8.7.jar
	* Chisel-API (0.0.1) from Chisel-MC1.12-0.1.0.23.jar
	* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12-0.1.0.23.jar
	* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.11.jar
	* cofhapi (2.0.0) from CoFHCore-1.12.2-4.3.7.25-universal.jar
	* cofhapi|block (2.0.0) from CoFHCore-1.12.2-4.3.7.25-universal.jar
	* cofhapi|core (2.0.0) from CoFHCore-1.12.2-4.3.7.25-universal.jar
	* cofhapi|item (2.0.0) from CoFHCore-1.12.2-4.3.7.25-universal.jar
	* cofhapi|tileentity (2.0.0) from CoFHCore-1.12.2-4.3.7.25-universal.jar
	* cofhapi|util (2.0.0) from CoFHCore-1.12.2-4.3.7.25-universal.jar
	* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
	* ComputerCraft|API (1.80pr1 v1.2) from Computeacube-1.80pr1 v1.2.jar
	* ComputerCraft|API|FileSystem (1.80pr1 v1.2) from Computeacube-1.80pr1 v1.2.jar
	* ComputerCraft|API|Lua (1.80pr1 v1.2) from Computeacube-1.80pr1 v1.2.jar
	* ComputerCraft|API|Media (1.80pr1 v1.2) from Computeacube-1.80pr1 v1.2.jar
	* ComputerCraft|API|Network (1.80pr1 v1.2) from Computeacube-1.80pr1 v1.2.jar
	* ComputerCraft|API|Peripheral (1.80pr1 v1.2) from Computeacube-1.80pr1 v1.2.jar
	* ComputerCraft|API|Permissions (1.80pr1 v1.2) from Computeacube-1.80pr1 v1.2.jar
	* ComputerCraft|API|Redstone (1.80pr1 v1.2) from Computeacube-1.80pr1 v1.2.jar
	* ComputerCraft|API|Turtle (1.80pr1 v1.2) from Computeacube-1.80pr1 v1.2.jar
	* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.5.269-universal.jar
	* ExCompressum|API (1.0) from ExCompressum_1.12.2-3.0.11.jar
	* farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12-3.1.5.jar
	* fluxapi (1.0) from fluxnetworks-1.12.2-3.0.1.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|farming (2.2.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.7.0.215.jar
	* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.7.0.215.jar
	* gendustryAPI (2.3.0) from gendustry-1.6.5.6-mc1.12.2.jar
	* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.4-57.jar
	* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.3.jar
	* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-75.jar
	* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-75.jar
	* industrialforegoingapi (3) from industrialforegoing-1.12.2-1.6.3-107.jar
	* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.9.8.jar
	* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
	* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.8.5.136.jar
	* mcjtylib_ng (2.5.0) from mcjtylib-1.12-2.5.0.jar
	* MCX Model Loader (1.0.0) from modelloader-1.0.5.jar
	* MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.2.327.jar
	* MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.2.327.jar
	* MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.2.327.jar
	* MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.2.327.jar
	* MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.2.327.jar
	* MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.2.327.jar
	* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.2.327.jar
	* pressureAPI (1.3.1.6) from pressure-1.3.1.6-mc1.12.1.jar
	* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.24.jar
	* PsiAPI (6) from Psi-r1.1-59.jar
	* QuarkAPI (1) from Quark-r1.4-120.jar
	* reborncoreAPI (3.5.2.171) from RebornCore-1.12.2-3.5.2.171-universal.jar
	* reborncoreAPI|Power (3.5.2.171) from RebornCore-1.12.2-3.5.2.171-universal.jar
	* reborncoreAPI|Recipe (3.5.2.171) from RebornCore-1.12.2-3.5.2.171-universal.jar
	* reborncoreAPI|Tile (3.5.2.171) from RebornCore-1.12.2-3.5.2.171-universal.jar
	* rh_api (3.00) from rockhounding_core-1.12.2-3.02.jar
	* SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.167-universal.jar
	* SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.167-universal.jar
	* sonarapi (1.0.1) from sonarcore-1.12.2-5.0.3.jar
	* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.12.62.jar
	* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.12.62.jar
	* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
	* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
	* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
	* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
	* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
	* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
	* techrebornAPI (2.10.1.375) from TechReborn-1.12.2-2.10.1.375-universal.jar
	* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.19.jar
	* valkyrielib.api (1.12-2.0.1a) from valkyrielib-1.12.2-2.0.6a.jar
	* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.8.55.jar
	* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
	* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
	* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
	* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
RebornCore: 
	Plugin Engine: 1
	RebornCore Version: 3.5.2.171
	Runtime Debofucsation 1
AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
Profiler Position: N/A (disabled)
Player Count: 3 / 100; [EntityPlayerMP['dumbified'/133338, l='world', x=-230.69, y=93.00, z=796.25], EntityPlayerMP['xKnight_Gamingx'/62749, l='world', x=755.14, y=95.03, z=1778.27], EntityPlayerMP['Remclave'/237931, l='spawn', x=0.50, y=63.00, z=0.50]]
Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
Type: Dedicated Server (map_server.txt)

Issue with Astral Sorcery + Thaumcraft if SoL Carrot Edition present

Having both Spice of Life Carrot Edition and Thaumcraft present alongside Astral Sorcery causes the Astral Tome to not be given to the player on world creation.

Only Thaumcraft and Astral Sorcery together do not cause this issue, neither does it happen if SoL Carrot Edition is replaced with normal SoL, or with only Astral Sorcery and SoL Carrot Edition

Ore Dict Support

Could we get a config option where we can list specific ore dict entries that SoL:Carrot will consider the same food?

For example, if I told the mod...
S:"Ore Dict Entry Whitelist": <
cropBlackberry
cropApple
>
...then the mod would know to count all instances of cropBlackberry as a single food eaten, and all instances of cropApple as another instance of a single food eaten.

Or, the list could also be configured as a blacklist, so that the mod will look for all matching ore dict entries as an instance eaten, while ignoring listed ore dict entries. So if I told the mod...
S:"Ore Dict Entry Blacklist": <
listAllmeatraw
listAllfruit
>

It would be able to tell the difference between different raw meats or different fruits, but would match if two meats happened to both be rawPork or match two fruits if they happen to both be cropBlackberry.

In any modpack that has pam's harvest craft installed along side other food-adding mods, the blacklist is probably preferable for ease of configuration.

[bug] Food not registering as eaten

Minecraft Version: 1.12.2
Forge Version: 14.23.0.2512
Mod Version: 1.2.0
Applecore Version: 2.2.2

`# Configuration file

general {
# An array containing the milestones: How many unique foods you must eat to get the milestone bonus (defined above). Note that this represents the TOTAL number of foods needed; not the foods since the last milestone!
I:"Milestone amounts" <
3
5
8
12
18
26
36
48
65
93
121
>

# Number of hearts you spawn with. [range: 1 ~ 30, default: 10]
I:defaultHeartCount=8

# Number of hearts you gain per milestone. [range: 1 ~ 30, default: 2]
I:heartsPerMilestone=1

# Add tooltips to foods to indicate if they have been eaten? [default: true]
B:isFoodTooltipEnabled=true

}`

After eating a food item, the tooltip does not change, nor does reaching a milestone seem to register (i.e. hearts do not increase and no message is displayed). I'm not sure whether another mod I have is interfering with this, or whether it is an anomaly from SOL Carrot itself.

Suggestion: Messages

Would it be possible to make the messages shown in the center of the screen stay longer? They disappear so fast it is hard to read them (I know you can send them to chat instead, but that doesn't look as nice). Maybe a config option for ticks to appear for?

Please do not use localization as a translation of singular or plural form.

You should add a new entry instead.

size = new TextComponentTranslation("solcarrot.command.sizefoodarray.desc.maxmilestone", foodsEaten,

size = new TextComponentTranslation("solcarrot.command.sizefoodarray.desc.moremilestone", foodsEaten,

Only "not yet eaten" after last milestone

After having reached the maximum number of hearts there are currently no longer items relabeled to eaten, which makes sense, since it sais "Eaten: Assisted in adding hearts", but it'd be nice to see other already eaten items marked as such or even as "Eaten.", which could be added when the config changes.

[1.12.2] Wrong message when eating food

Hi Folks,

I have the SOL Carrot mod on my MC 1.12.2/Forge/SpongeForge server.

I updated the config as follows:

Configuration file

general {

An array containing the milestones: How many unique foods you must eat to get the milestone bonus (defined above). Note that this represents the TOTAL number of foods needed; not the foods since the last milestone!

I:"Milestone amounts" <
10
20
30
40
50
60
70
80
90
100

Number of hearts you spawn with. [range: 1 ~ 30, default: 10]

I:defaultHeartCount=10

Number of hearts you gain per milestone. [range: 1 ~ 30, default: 2]

I:heartsPerMilestone=1

Add tooltips to foods to indicate if they have been eaten? [default: true]

B:isFoodTooltipEnabled=true
}

I have a lot of foods in the pack, so I wanted 10 levels of earning extra hearts.

The progression of the eating works as intended, with the player getting an extra heart after eating 10 new foods.

However, the players recieve the following after eating ANY food:
"What a unique flavor! You've gained a heart! Sample another 10 varieties of food to gain another heart"

The results of the /sizefoodlist command shows the correct number of total foods eaten and the remaining number until next milestone.

Any ideas what might be wrong?

Regards

Option to view diffrent metadata as different items?

I'm playing with Terraqueous, but once I eat one fruit from the mod all other fruit from the mod are marked as eaten as well. I assume this is the case because the fruits use the same base item and only differentiate in the metadata. Would it be possible to recognize them as individual food items?

Max health issue?

I really don't know if this is a configuration issue, an issue with SOL Carrot, another mod, or Vanilla MC at this point. From my research, vanilla MC is supposed to be able to handle a maximum health value of 1024 (per Minecraft Wiki), and according to my NBT data from the server, I have a max of 182 (20 base, 26 from Cyclic, and 136 from SOL Carrot). I'm using SilentChaos' Health Bar mod to confirm that my client is indeed registering 182.0 as max health.

The problem I'm running into is I can't stay above 180.5. Anytime I try to go above, I start taking damage with nothing visibly contributing to it. No enemies, no status indicators, and trying to drink milk or dying didn't change anything.

I figured I'd start here with bug reporting because this mod is the most likely to generate very high heart values of the mods on my server

https://cdn.discordapp.com/attachments/490026238287806464/519993842020384769/unknown.png - Screenshot of the max health section of my player's NBT data
https://youtu.be/3cloJzREKsI - quick video of effects when I try to eat to get past 180.5 health

Suggestion: Carrots and Sticks.

I feel like this could easily be abused. Instead, why do you not make it so they get a health boost when they eat diversly, but, if they start to eat the same thing over and over, you can drop it off. Lets say the user has eaten all the foods, then just rely's on PB&Js for food for the rest of game. It defeats the purpose, why don't you check what they player has eaten for the last 12 or so meals and then based on its diversity, give the boost to the player. It's still a carrot compared to the original spice of life.

Actually Addition's coffee is cheating

I found some weird behavior with Actually Addition's coffee.

Using modpack Modern Skyblock 3, version 3.3.1.4 (which uses SOL:carrot 1.12.1-1.3)
I drank a coffee with no modifiers, and it was marked "eaten".

Then I brewed myself a speed + fire resistance coffee:

  • it was "not yet eaten". (so far, so good)
  • it stayed "not yet eaten" even after I drank it ... multiple times.
  • the /sizefoodlist was incremented multiple times.

I did not push the tests too much, because it is my main game (and it is 1 am). I may do some more tests tomorrow.

Config to set number of items eaten per food

Would be great to be able to change the 1 item of each food eaten to progress to x number of items eaten per food. So, if x=5 then you have to eat 5 carrots and 5 etc before they get ticked off as eaten for the progression of this mod.

Food Journal

It would be nice to have a book that pulls in all food items (perhaps check if the item is edible, or has hunger/saturation value, however) and presents a list of those items, along with a mark if the food's been eaten or not. I know that the text "Not yet eaten! What does it taste like?" gets added, but trying to search for this with "#yet" (JEI's flag for tooltip search, for the word 'yet') doesn't return results. If such a book had an option to filter between foods eaten, foods not eaten, all foods, this would be even better.

It gets quite tedious after a few hundred different foods to manually search through JEI for foods one has not yet eaten to make more progress in getting more hearts.

Ignoring meta data

When you eat anything that has a certain item id, everything with that id, but with a different meta data will be counted as eaten. A good example is fish; if you eat one type of fish, all of them will count as eaten as they have the same item id

No magama from lava

Version 2.8.1.1
The Integrated Dynamics Mechanical drying basin is only producing a magma block the first time it is given lava, each time I load my game. Subsequent lava goes through the drying animation, but does not produce the magma block. Reloading the game will give one magma block for the first lava bucket used only.

API to tell mod about adhoc composite foods

Request: A way (api callback or capability) to tell solcarrot about foods that represent an adhoc composition of other foods.

Example: assume my mod has a sandwich maker...the player can put any combination of a set of items for which solcarrot can determine the static food item values (ItemFood or customized IEdible), but there isn't a way for me at game time to tell the mod "hey, this particular Itemstack of 'sandwichItem' contains a potato bread, steak, fried onions, and a roasted carrot" (There is no useful preconfigured food stat for 'sandwichItem' as it's technically "empty" of value until the player makes a particular one.) With IEdible I can tell you the merged values but not that there are several items there.

[request] for 1.10.2

Started making a mod pack but after finishing the 1st draft missed mods like Ender io, Betweenlands and Ars Magica 2 so I downdated back to 1.10.2 from 1.11.2. would love to keep playing with this.

Rework Commands

Now that we have the food book, most players shouldn't really need to use commands anymore, so we may as well focus entirely on the admin side, make them op-exclusive, and take a player as argument. That way, admins have full control over people's progress, both read and write.

Show Number of Foods to Next Milestone in Food Book

The food book currently shows the previous milestone, the next milestone, and how many unique foods the player has eaten. It’s extremely useful, but I have one small suggestion: to add a number somewhere in the food book that shows the number of unique foods that the player needs to eat to reach the next milestone, just to save the player from doing math.

So, for instance, if the player has eaten 47 unique foods and the next milestone is 60 foods, it would show the number 13 somewhere in the book—for example, somewhere in this red square.

SoL - Carrot Edition food book suggestion

Hearts not refilling upon death

Not sure whether this is 1,12.2 SOLC or another mod but whenever I die (which happens a lot in my pack), the hearts refuse to regen anymore. For instance, in my current world, I have a max of 5 hearts (started with 3 max). Hearts won't regen (have max food/a lot of saturation) past three. Don't know what to do.

EDIT: If it helps, the following mods are affecting the health cap: SOLC, Father Toast's Natural Absorption, Tinker's (the display). Possibly AttributeFix, too.

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.