EndlesNights / CarpetStairsMod

This mod allows for carpets to be placed and conform to the shape of staircase blocks, as well as onto slab blocks. Wood styled carpets blocks called "Floor Blocks" can be crafted from two slab blocks.
https://www.curseforge.com/minecraft/mc-mods/carpet-stairs-mod
0 stars 2 forks source link

[1.15.2] Log spam due to loot tables #14

Open TheUntamed opened 4 years ago

TheUntamed commented 4 years ago

Could you check your loot tables? There seem to be a lot of errors that spam the log. E.g. https://pastebin.com/Pd6isxyh

mod version v1.4.7

Shikareth commented 4 years ago

Maybe I'm wrong but it looks like it's trying to load mushroom mod compatibility loot tables even when there is no mushroom mod loaded.

EndlesNights commented 4 years ago

All the comparability loot tables will try to load regardless. It shouldn't cause any issues though if you don't want it to cause clutter on your logs during launch you can just open up the jar file, navigate to data\carpetstairsmod\loot_tables\blocks and remove the .json files that are unused.

Yourname942 commented 4 years ago

Modpack creators are not allowed to host modified mods that others have created.

My latest log: https://gist.github.com/Yourname942/ed3eb0954466f83d8e62287223218fb4

Minecraft 1.15.2 Forge 31.2.36 Carpet Mod 1.4.7

Expected Behaviour There should be no errors from your mod when all I did was create a new world and enter it.

  1. Actual Behaviour Errors are being thrown due to code being executed for an optional mod that is not present in the modpack.

Steps to reproduce:

  1. Select Play in Twitch App
  2. Select Play in Minecraft Launcher
  3. Create a new world
  4. Enter world
  5. Exit Minecraft

Potential Solution An if else statement: (I know it is not javascript) If Extra Mushrooms is in modpack, then execute that code

Thank you.