Giter VIP home page Giter VIP logo

trophyslots's Introduction

TrophySlots

Disables slots in your inventory, which you gain back by completing achievements or via certain items.

trophyslots's People

Contributors

joccob avatar lomeli12 avatar mymagadsl avatar vladyslav-vasiliev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

trophyslots's Issues

[Feature request] Blacklist/Whitelist of advancements

Hi!
Your mod is an incredible find for me.

But it should be great to add a new list in config, in which advancements ids can be added. So only advancements that are in this list unlock new slots for player.

And also add a new boolean "Blacklist", that inverts previous list functionality when is set to true, so advancement that are in list won't unlock new slots for player.

And... it would be great to make a command that will print all advancements ids and their names in chat or a certain file, so people can save their time seeking for advancement id from another mod etc.

It's not very useful for common players, but it could be an amazing feature for modpack creators and others who make a playable content for minecraft.

move the blocked slots?

hello, i am currently playing araring skyies 2 and when i try to shift+click things it puts them into the blocked slots than back into my hotbar and way to fix this/move the blocked spots?

Trophy Slots 7.0.1 seems broken with the latest Forge.

Log of crash on run game:
[31июл2020 20:28:16.018] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, IIaIIa, --version, SLauncher 3.4.6, --gameDir, C:\Users\User\AppData\Roaming.minecraft, --assetsDir, C:\Users\User\AppData\Roaming.minecraft\assets, --assetIndex, 1.16, --uuid, 1108c66ac2473b29807c3e0c06ff688f, --accessToken, ????????, --userType, mojang, --versionType, SLauncher 3.4.6, --width, 854, --height, 480, --launchTarget, fmlclient, --fml.forgeVersion, 32.0.98, --fml.mcVersion, 1.16.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20200625.160719]
[31июл2020 20:28:16.021] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 6.1.1+74+master.966c698 starting: java version 1.8.0_231 by Oracle Corporation
[31июл2020 20:28:16.260] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[31июл2020 20:28:16.286] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/C:/Users/User/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8/mixin-0.8.jar Service=ModLauncher Env=CLIENT
[31июл2020 20:28:17.360] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, SLauncher 3.4.6, --gameDir, C:\Users\User\AppData\Roaming.minecraft, --assetsDir, C:\Users\User\AppData\Roaming.minecraft\assets, --uuid, 1108c66ac2473b29807c3e0c06ff688f, --username, IIaIIa, --assetIndex, 1.16, --accessToken, ????????, --userType, mojang, --versionType, SLauncher 3.4.6, --width, 854, --height, 480]
[31июл2020 20:28:26.847] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
[31июл2020 20:28:26.851] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: IIaIIa
[31июл2020 20:28:27.117] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
[31июл2020 20:28:27.345] [Render thread/INFO] [STDOUT/]: [ru.slauncher.brander.Agent:transform:39]: SLauncher: Branded
[31июл2020 20:28:29.927] [modloading-worker-1/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 32.0.98, for MC 1.16.1 with MCP 20200625.160719
[31июл2020 20:28:29.927] [modloading-worker-1/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v32.0.98 Initialized
[31июл2020 20:28:30.388] [modloading-worker-2/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to register automatic subscribers. ModID: trophyslots, class net.lomeli.trophyslots.TrophySlots
java.lang.IllegalArgumentException: Method public static void net.lomeli.trophyslots.items.ModItems.addTrades(net.minecraftforge.event.village.VillagerTradesEvent) has @SubscribeEvent annotation, but takes an argument that is not a subtype of the base type interface net.minecraftforge.fml.event.lifecycle.IModBusEvent: class net.minecraftforge.event.village.VillagerTradesEvent
at net.minecraftforge.eventbus.EventBus.registerListener(EventBus.java:145) ~[eventbus-3.0.3-service.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$registerClass$2(EventBus.java:78) ~[eventbus-3.0.3-service.jar:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_231]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_231]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_231]
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) ~[?:1.8.0_231]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_231]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_231]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_231]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_231]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_231]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_231]
at net.minecraftforge.eventbus.EventBus.registerClass(EventBus.java:78) ~[eventbus-3.0.3-service.jar:?]
at net.minecraftforge.eventbus.EventBus.register(EventBus.java:118) ~[eventbus-3.0.3-service.jar:?]
at net.minecraftforge.fml.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:75) ~[?:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_231]
at net.minecraftforge.fml.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:62) ~[?:?]
at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:146) ~[?:32.0]
at net.minecraftforge.fml.javafmlmod.FMLModContainer$ErroringConsumer.accept(FMLModContainer.java:190) ~[?:32.0]
at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:113) ~[?:?]
at net.minecraftforge.fml.ModList.lambda$null$11(ModList.java:135) ~[?:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_231]
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382) [?:1.8.0_231]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) [?:1.8.0_231]
at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291) [?:1.8.0_231]
at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_231]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_231]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_231]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_231]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_231]
[31июл2020 20:28:30.412] [modloading-worker-2/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: An error occurred while dispatching event CONSTRUCT to trophyslots
[31июл2020 20:28:30.412] [modloading-worker-2/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 7 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:317) ~[eventbus-3.0.3-service.jar:?]
at net.minecraftforge.fml.javafmlmod.FMLModContainer.afterEvent(FMLModContainer.java:123) ~[?:32.0]
at net.minecraftforge.fml.javafmlmod.FMLModContainer$ErroringConsumer.accept(FMLModContainer.java:190) ~[?:32.0]
at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:113) ~[?:?]
at net.minecraftforge.fml.ModList.lambda$null$11(ModList.java:135) ~[?:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_231]
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382) [?:1.8.0_231]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) [?:1.8.0_231]
at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291) [?:1.8.0_231]
at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_231]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_231]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_231]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_231]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_231]
[31июл2020 20:28:30.588] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
[31июл2020 20:28:30.588] [Render thread/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:317) ~[eventbus-3.0.3-service.jar:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:111) ~[?:?]
at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:93) ~[?:?]
at net.minecraft.client.Minecraft.(Minecraft.java:425) ~[?:?]
at net.minecraft.client.main.Main.main(Main.java:149) ~[1.16.1.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_231]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_231]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_231]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_231]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.1-32.0.98.jar:32.0]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-6.1.1.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-6.1.1.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-6.1.1.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-6.1.1.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-6.1.1.jar:?]
[31июл2020 20:28:32.486] [Render thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
[31июл2020 20:28:32.730] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Mod Resources, Default
[31июл2020 20:28:32.816] [Worker-Main-8/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\User\AppData\Roaming.minecraft\config\trophyslots-client.toml is not correct. Correcting
[31июл2020 20:28:32.818] [Worker-Main-8/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client was corrected from null to SimpleCommentedConfig:{}
[31июл2020 20:28:32.843] [Worker-Main-8/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.slotRenderType was corrected from null to 0
[31июл2020 20:28:32.850] [Worker-Main-8/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.special was corrected from null to true
[31июл2020 20:28:32.858] [Worker-Main-8/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event SETUP, 1 errors found.
[31июл2020 20:28:32.859] [Worker-Main-8/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event SETUP, 1 errors found
[31июл2020 20:28:32.859] [Worker-Main-8/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:317) ~[eventbus-3.0.3-service.jar:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:111) ~[?:?]
at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:119) ~[?:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:101) ~[?:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:109) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1626) [?:1.8.0_231]
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1618) [?:1.8.0_231]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_231]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_231]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_231]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_231]
[31июл2020 20:28:37.748] [Worker-Main-10/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event ENQUEUE_IMC, 1 errors found.
[31июл2020 20:28:37.749] [Worker-Main-10/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event ENQUEUE_IMC, 1 errors found
[31июл2020 20:28:37.750] [Worker-Main-10/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:317) ~[eventbus-3.0.3-service.jar:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:111) ~[?:?]
at net.minecraftforge.fml.client.ClientModLoader.finishModLoading(ClientModLoader.java:133) ~[?:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$4(ClientModLoader.java:103) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRun(CompletableFuture.java:705) [?:1.8.0_231]
at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:687) [?:1.8.0_231]
at java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:443) [?:1.8.0_231]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_231]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_231]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_231]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_231]
[31июл2020 20:28:38.177] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
[31июл2020 20:28:38.179] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
[31июл2020 20:28:38.605] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[31июл2020 20:28:38.642] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[31июл2020 20:28:38.642] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[31июл2020 20:28:38.644] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[31июл2020 20:28:38.645] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[31июл2020 20:28:38.646] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[31июл2020 20:28:38.647] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[31июл2020 20:28:39.157] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[31июл2020 20:28:39.158] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[31июл2020 20:28:39.159] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas

Slot display is misaligned when effects are active

2015-04-13_13 51 39

In the normal inventory display, when a potion effect is being displayed, this code is incorrect, because guiLeft and guiTop on the actual gui have been modified to not be 'centered' according to the size of the gui.

The obvious way to fix this would be simply to get the variables directly off the GuiContainer.

[1.8.8][3.0.0version] A small experience problem

hi,I find a small problem .When I use crafting table unlock achievements ,new unlock slot can‘t be place things .BUT exit the crafting table it can place things,This is a bad experience.
what time it hanppen.for example.IT happen to unlock "time to farm " and "time to mine" and "time to strike "(these are achievement name)and so on .

Sell slots after server restart

Hello! I have a problem with your mod. Version 1.7.10 latest. Everything works perfectly. But unlocked slots have lost players after the server is restarted. If they use trfoey, everything returns + another slot.

Inventory Graphical Glitch

Upon loading the mod. Inventory crafting has a graphical glitch. Items disappear in the 2x2 grid. But you are still able to craft the item you want, such as planks, sticks etc etc. It more or less makes the item invisible.

Happens on 1.7.10 forge 1258. Standalone and in modpacks.

Phantom Slot on 1.12.2

Minecraft: 1.12.2
Forge: 14.23.5.2854
Trophy Slot: 5.0.0
Description:

  1. Have less than 9 starting slots in the hotbar
  2. Open a chest
  3. Shift-click on any item in the chest

The clicked item will be moved to the first and the last available slot in the hotbar. The righmost copy is phantom, and disappears when clicked/used.

You don't seem to update the 1.12.2 branch anymore, but I'd love this bug to be fixed. I made a modpack with 2 slots only based on your mod and this hinders the gameplay quite a lot.

Thank you!

[Question]

Can i use expierence (lvl) instead of achievements to unlock the slots?

Crash on opening inventory

http://paste.ee/p/cYcGu

Trophy Slots 2.0.0, Forgelin 1.8-0.1.0-0.12.200-d7.jar, Forge 11.14.4.1563, Minecraft 1.8, Java 8, MultiMC 0.4.7, Windows 7

Game loads, new world generates - i see lots of red messages pop up in multimc's console - things seem ok in-game until I hit e to open the inventory. Then I get a crash.

Bug with 1.12.2 and recipe unlock

Minecraft: 1.12.2

Mod: 5.0.0

Resume: in this minecraft version, if u take a block for example it unlock the space amount of the new recipes unlocked, for example: create new world, kill a sheep, you have now all slots aviable, because there are 16 types of wool.

Resume 2: make the unlock for advancements(achievements old name) not for recipe unlock

Pretty Please fix asap.

Question

There is no tag for 1.16.5 in curseforge. Does 7.2.0 work with 1.16.5?

Worlds only sometimes spawn with a limited amount of inventory.

There is a problem where the world will begin and sometimes gives me the achievement "Maximum Capacity!" and unlocks all the slots... with no effort. No trophies, no nothing, just sometimes it will do this and sometimes it wont. I am using a modpack, but none of them affect how your armor works. Also, if it helps, when I die in survival it resets and the mod works just as planned.

If you need to contact me, definitely do it at my Discord if possible. If not use this here :)
Discord saty#9411

Slots reset with loseSlotsOnDeath=false

Default config, unlock all slots, die, respawn, you now have your startingSlots=X.
Dont matter if loseSlotsOnDeath=false or slotsLost=0.
Edit: forgot to put version of mod and MC, 1.12.2; 5.0.0
Even the dev dont test the builds?

Inventory bugged

My users have the inventory blocked and it is not unlocked nor with the trophies, what can I do? I'm in version 1.7.10, the mod has some command to grant slots?

Pd: My users already have unlocked achievements, and even then the inventory is still blocked

Suggestion

I like the idea behind TrophySlots, but in my modpack are much advancements, which are gained by joining. In my case much slots are open initialy. I would like a mode (maybe configurable via configs), where i can set experience to open the slolts, instead of advancements.

Trophy Slots does not load

log: http://paste.ee/p/fZ6Vk

Running minecraft 1.8, forge 11.14.4.1563, lomlib 4.1.0, trophy slots 2.0.0

Minecraft starts up, forge lists lomlib as being loaded in the mod options menu, but does not list trophy slots. loading up a world works as normal, no indication that trophy slots has activated, no inventory slots seem to be blocked.

[TODO] Unlock order

Allow people to make slots unlock from the lower right instead of top left.

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.