My mod have a problem, i dont understand a thing.

Started by Ro... on

Topic category: Help with modding (Java Edition)

Last seen on 16:56, 27. Mar 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My mod have a problem, i dont understand a thing.

So, i export my mod, launch it and then... minecraft launch and say this: [23Apr2020 21:22:31.794] [modloading-worker-2/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: net.minecraft.world.gen.feature.OreFeatureConfig$FillerBlockType.create(Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Predicate;)Lnet/minecraft/world/gen/feature/OreFeatureConfig$FillerBlockType;
    Index: 1
    Listeners:
        0: NORMAL
        1: net.minecraftforge.eventbus.EventBus$$Lambda$1939/1396538465@4be65843
java.lang.NoSuchMethodError: net.minecraft.world.gen.feature.OreFeatureConfig$FillerBlockType.create(Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Predicate;)Lnet/minecraft/world/gen/feature/OreFeatureConfig$FillerBlockType;

 

I dont understand cuz they dont tell me what block or item cause the problem, some help plz?

Full log on pastebin, link…
Tue, 04/28/2020 - 06:58

Full log on pastebin, link here, hard to follow some forum rules?

I can only assume you do not have the right forge version installed from this

Last seen on 16:56, 27. Mar 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh, yeah, ur right, i use…
Wed, 04/29/2020 - 03:27

Oh, yeah, ur right, i use v20.1.0 of forge 1.14.4. thx you for helping me so much.