Check out the 1.12 rewrite of the mod: Additions
Loot++
Hi Everyone!
This is a mod which lets you customize many things such as chest loot, as well as add custom items and blocks. =)
Description
This mod lets you do a few things:
- Add or remove items from any chest type (including nether fortress chests and any custom chests added by mods or custom chests you add in the config),
- Add or remove crafting recipes
- Add or remove smelting recipes
- Add or remove drops from entities
- Add or remove drops from blocks
- Add or remove ore dictionary entries
- Add a few types of items (tools, armor, etc.)
- Add a few types of blocks
- Add new records
- Allow items to give you potion effects under certain circumstances
- Change maximum stack sizes
- Add some simple world generation
The instructions for each are in the config files.
The 1.7 version of the mod adds a bunch of backported 1.8 commands.
The lppnbtdump command creates a file with nbt info for the items you are holding, to make it easier to make loot entries from them.
It also generates a set of useful files showing you info about items, blocks, entities, effects, enchantments, dimensions, foods, and ore dictionary entries.
Those info files and all the config files (except the item, block, and record configs) will only generate once you load a world (any world). This is because some of the item IDs don't load correctly until the game starts.
Instructions
The instructions for each specific function of the mod are in the config files, but here is some general info:
To use any of the item or block additions, you must download and add this mod's custom resource pack, in the download section above. This is used for any textures added, and any sounds added for the records. It comes with some textures and sounds in it, as examples.
There are also chests and items for each loot type in the creative inventory which will generate their contents when placed (for testing purposes, but they could also make good rewards for things like adventure maps =) ). Note you can add custom chest types and their contents in the config, and each category will show up in the menu (ones added by other mods will show up as well).
Note that for the NBT tags, you can use string IDs for the items and blocks (unlike the 1.7.10 /give and /summon commands) because I created my own parser for the NBT data.
Wiki page with some tutorials and samples (if you want, go ahead and add your own tutorials/examples to it =) ):
Addon Instructions
To create an addon (in 1.8 only at the moment), follow the file structure in the Example addon that automatically generates, and add your resources in the assets part, and the config entries in the config part. The config entries act just like they loaded from the config files, so they should be formatted in the exact same way. The files you need to add things in should be named the same as the entries in the config files. It only works for string list entries at the moment.
To see a working example, check out http://www.curse.com/mc-mods/minecraft/230837-ruby-obsession.
Modpacks
You can use this in any modpack you want. Just be sure to link back to the minecraftforum page or this page, and list me as the author. =)
Anyway, I hope you find this useful if you're making a modpack, or just want to add more blocks, items, records, or loot to your world. =) If you find any bugs, please report them on the minecraftforum page (as I will check that more frequently): http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2290059-loot-customize-chest-and-entity-loot-and-add
Im trying to make a lucky block server but there seems to be a problem if u know how to help then the crash report is here im sorry if its hard to read i just think its really annoying that i cant play
---- Minecraft Crash Report -------- Minecraft Crash Report ----// Don't be sad, have a hug! <3
Time: 15-02-23 16:45Description: Initializing game
java.lang.IllegalArgumentException: The name lootplusplus:flying_material has been registered twice, for com.tmtravlr.lootplusplus.additions.ItemAdded@425436b4 and com.tmtravlr.lootplusplus.additions.ItemAdded@6d67667f. at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:438) at net.minecraftforge.fml.common.registry.GameData.registerItem(GameData.java:120) at net.minecraftforge.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:152) at com.tmtravlr.lootplusplus.config.ConfigLoaderItems.loadItemAdditions(ConfigLoaderItems.java:126) at com.tmtravlr.lootplusplus.LootPlusPlusMod.afterInit(LootPlusPlusMod.java:220) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:296) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:740) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- Head --Stacktrace: at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:438) at net.minecraftforge.fml.common.registry.GameData.registerItem(GameData.java:120) at net.minecraftforge.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:152) at com.tmtravlr.lootplusplus.config.ConfigLoaderItems.loadItemAdditions(ConfigLoaderItems.java:126) at com.tmtravlr.lootplusplus.LootPlusPlusMod.afterInit(LootPlusPlusMod.java:220) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:296) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:740) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
-- Initialization --Details:Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --Details: Minecraft Version: 1.8.9 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 97036920 bytes (92 MB) / 369098752 bytes (352 MB) up to 2147483648 bytes (2048 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.19 Powered by Forge 11.15.1.2318 6 mods loaded, 6 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJ mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJ FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.2318-1.8.9.jar) UCHIJ Forge{11.15.1.2318} [Minecraft Forge] (forge-1.8.9-11.15.1.2318-1.8.9.jar) UCHIE lootplusplus{1.7.1_for_1.8.9} [Loot++] (Loot++-1.7.1_for_1.8.9.jar) UCHIJ lucky{7.0.2} [Lucky Block] (lucky-block-forge-1.8.9-2.0.jar) UCHIJ potioncore{1.3_for_1.8.9} [Potion Core] (Potion-Core-1.8.9.jar) Loaded coremods (and transformers): GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 516.94' Renderer: 'NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2' Launched Version: 1.8.9-forge1.8.9-11.15.1.2318-1.8.9 LWJGL: 2.9.4 OpenGL: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 516.94, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing.Using GL 1.3 texture combiners.Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.Shaders are available because OpenGL 2.1 is supported.VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: vanilla Current Language: English (US) Profiler Position: N/A (disabled) CPU: 8x AMD Ryzen 5 3400G with Radeon Vega Graphics
Hey! I have loot++ for 1.7.10 and am having trouble adding potion effects to items in the configs. I can't get anything really to work so I am probably doing something in the configs wrong. Does anyone have an example of how it's supposed to look? Thanks!
is there an alternative for 1.16?
because this is for 1.8.9 and the
Additions is for 1.12.2
i am not begging the creator to update the mod do not take it as me doing that
In reply to Real_Cjerios:
I think Lootr might have similar functionality?
I have a problem and i think it's related with this mod, i wanted to create a Lucky Block server for 1.8.9 and i put the LuckyBlock mod and this mod loot++ to put some addons and add more type of luckyblocks and iit is always crashing because it says that some names that are in the folders doesn't exist like and entity, you can run it un single mode but it remarks you some errors at first but it's playable, i was thinking if there's another mod that misses but i don't know what mod but seems related to loot.
does this mod work on pre existing empty chests?
Update loot++ to 1.12.2
In reply to viedeogameshd:
literally read the top of the page
Bitte mach ein update auf 1.12.2
1.16.5/1.16.4/1.16.3/1.16.2/1.16.1/1.16
Everytime I add this mod it makes my game crash and when i take it out it works perfectly and i was wondering if you could help me figure out the problem here is the crash report
---- Minecraft Crash Report ----
WARNING: coremods are present:
Mine and Blade: Battlegear2 (1.8.9-MB_Battlegear2-Bullseye-1.0.10.2.jar)
Contact their authors BEFORE contacting forge
// Ouch. That hurt :(
Time: 10/23/20 10:49 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException: The name lootplusplus:plural.op_box has been registered twice, for Block{lootplusplus:plural.op_box} and Block{null}.
at net.minecraftforge.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:286)
at net.minecraftforge.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:226)
at com.tmtravlr.lootplusplus.config.ConfigLoaderBlocks.loadBlockAdditions(ConfigLoaderBlocks.java:200)
at com.tmtravlr.lootplusplus.LootPlusPlusMod.afterInit(LootPlusPlusMod.java:219)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:296)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:740)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.IllegalArgumentException: The name lootplusplus:plural.op_box has been registered twice, for Block{lootplusplus:plural.op_box} and Block{null}.
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:438)
at net.minecraftforge.fml.common.registry.GameData.registerBlock(GameData.java:125)
at net.minecraftforge.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:276)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Mac OS X (x86_64) version 10.9.5
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 334814632 bytes (319 MB) / 872415232 bytes (832 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.19 Powered by Forge 11.15.1.2318 24 mods loaded, 24 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJ mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJ FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.2318-1.8.9.jar)
UCHIJ Forge{11.15.1.2318} [Minecraft Forge] (forge-1.8.9-11.15.1.2318-1.8.9.jar)
UCHIJ battlegear2{1.8.9} [Mine & Blade Battlegear 2 - Bullseye] (1.8.9-MB_Battlegear2-Bullseye-1.0.10.2.jar)
UCHIJ moSwords{v2} [moSwords] ([1.8.9]moSwords+v2.jar)
UCHIJ babymobs{1.4} [Baby Mobs] (BabyMobs-1.8.9-1.4.jar)
UCHIJ backpack{3.0.1} [Backpack] (Backpacks-Mod-1.8.9.jar)
UCHIJ cakeisalie{5.1.1} [CakeIsALie] (CakeIsALie-1.8.9-5.1.1.jar)
UCHIJ candycraftmod{Beta 1.3.1} [�dCandyCraft] (CandyCraft-1.3.1+(1).jar)
UCHIJ cfm{4.0.1} [MrCrayfish's Furniture Mod] (cfm-4.0.1-mc1.8.9.jar)
UCHIJ doggytalents{1.14.2.308} [Doggy Talents] (Doggy-Talents-Mod-1.8.9.jar)
UCHIJ gemsplus{1.7} [Gems+] (gemsplus-1.7-mc1.8.9.jar)
UCHIJ harvestcraft{1.8.9d} [Pam's HarvestCraft] (HarvestCraft-Mod-1.8.9.jar)
UCHIJ jaffa{2.90.6} [JAFFA (HarvestCraft Addon)] (JAFFA-2.90.6.jar)
UCHIJ JEI{2.22.4.106} [Just Enough Items] (jei_1.8.9-2.22.4.106.jar)
UCHIJ journeymap{1.8.9-5.2.4} [JourneyMap] (journeymap-1.8.9-5.2.4-unlimited.jar)
UCHIJ KeepingInventory{2.1} [Keeping Inventory] (KeepingInventory-1.8.9-2.1.jar)
UCHIE lootplusplus{1.7.1_for_1.8.9} [Loot++] (Loot-Plus-Plus-Mod-1.8.9.jar)
UCHIJ LotsOfFood{1.10.0} [Lots of Food] (Lots+of+Food-1.10.0.jar)
UCHIJ thinkbigcore{1.5.3} [�5�m===�r �e�lThink Big Core �5�m===�r] (ThinkBigCore-1.5.3-MC1.8.9.jar)
UCHIJ lot{1.3.3} [�9�lLots of Things] (LotsOfThings-1.3.3-MC1.8.9.jar)
UCHIJ lucky{7.0.2} [Lucky Block] (luckyblock-1.8.9-1.jar)
UCHIJ MSM3{3.1.0.123} [More Swords 3] (MoreSwords-1.8.9-3.1.0.123.jar)
UCHIJ ytluckyblocks{6.1.1} [YouTuber's Lucky Blocks Mod] (youtubers-lucky-blocks-mod-1.8.9.jar)
Loaded coremods (and transformers):
Mine and Blade: Battlegear2 (1.8.9-MB_Battlegear2-Bullseye-1.0.10.2.jar)
mods.battlegear2.coremod.transformers.EntityPlayerTransformer
mods.battlegear2.coremod.transformers.ModelBipedTransformer
mods.battlegear2.coremod.transformers.NetClientHandlerTransformer
mods.battlegear2.coremod.transformers.NetServerHandlerTransformer
mods.battlegear2.coremod.transformers.PlayerControllerMPTransformer
mods.battlegear2.coremod.transformers.ItemRendererTransformer
mods.battlegear2.coremod.transformers.RenderItemTransformer
mods.battlegear2.coremod.transformers.MinecraftTransformer
mods.battlegear2.coremod.transformers.ItemStackTransformer
mods.battlegear2.coremod.transformers.ItemInWorldTransformer
mods.battlegear2.coremod.transformers.EntityAIControlledByPlayerTransformer
mods.battlegear2.coremod.transformers.EntityOtherPlayerMPTransformer
In reply to avawooden3:
battlegear and plural lucky block seem to be the issue remove it
and pls use pastebin
Why is this not for 1.12.2???!!!!
In reply to iaroslavvlasiuk:
It is, but it was reworked to be Additions. So download Additions, that's the 1.12.2 version.
This is exactly what I need to make my 1.7.10 modpack (almost) perfect!
But sadly I tried to get it to work but failed. In the chest_content.cfg I added a few lines like these:
S:"Automagy:baubleEnderDisjunction-1"=1-1-1
S:"Automagy:phialExtra-0"=1-3-3
S:"Botania:blackLotus-0"=1-1-6
S:"Botania:manaBottle-0"=1-1-10
S:"Botania:manaResource-0"=1-5-8
S:"Botania:overgrowthSeed-0"=1-1-4
S:"CrystalWing:crystalwing.crystalWing-0"=1-1-3
S:"CrystalWing:crystalwing.crystalWingBurned-0"=1-1-2
S:"Cyan Warrior Swords Mod:EssenceWater-0"=1-1-1
S:"Cyan Warrior Swords Mod:EssenceFire-0"=1-1-1
In the exact same vein as the other items already listed. I even tried to just switch some of the items around but didnt get any of those to spawn. (obviously restarted the game many times and spawned in a lot of chests and even flew to the nether and checked the fortress loot there.
The only thing that kinda worked was setting the chances of some items already in the loottable way up so they definately appeared more often.
In the beginning it created duplicates of the config which were falgged "errored" which had to do with the wrong exclamationmarks I put, but I solved that - no error files since then.
I'm a bit clueless.. since I think I am doing it right, I must have missed something. maybe another mod that overrides loot++'s generation somehow?
Any help is very appreciated, thanks!
I can't find the 1.12 download theres only 1.8 and 1.7
Update loot++ to 1.15.2
w swdaWDasdadAsxd
What exactly is the format necessary for mod items to appear in the vanilla loot chests to work properly? I’ve tried everything, but i can’t get it to work
1.14.4? :)