Jump to content

Search the Community

Showing results for tags '1.21.1'.

  • Search By Tags

    • 1.21.1 ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


  1. I am trying to make a custom item that converts to another custom item when eaten. The food properties includes "usingConvertsTo(ModItems.ITEM_NAME.get())", however since the item is not yet registered during the registration process, the get() method returns null. Is there any way to work around th...
  2. I make wires and i need connection 2 wires block. I have BooleanPropertys registered, but in mod loading it show Unknown the property in assets/wuntare/blockState. public static final BooleanProperty CONNECTED_NORTH = BooleanProperty.create("connected_north"); public static final Boolea...
  3. Hello, this is my first question I ask on this forum and I started recently forge modding. As the title says how can I change a player's gamemode when it joins the server? I know it sounds stupid but I honestly couldn't figured out how to do it or where to find on doing it. No youtube tutorials,...
  4. Trying to load a modpack i just made and keep getting this error "The game crashed: unexpected error Error: java.lang.IllegalStateException: Cannot get config value before config is loaded." I've skimmed through the logs but I'm not sure what I should be looking for. Im also using Neoforge
  5. Tired of the same old iron sword and pickaxe? Dive into a world of enhanced possibilities with Droid's Implements! This exciting addition to your Minecraft experience introduces: Four Unique Weapons: Daggers: Quick, cheap, and effective, great for agility. Applies Weakness f...
  6. Hello! Please help me out, I made a modpack and it's crashing while loading. https://pastebin.com/xgvnQQdw
  7. When trying to start a server for ATM 10, this is listed in the cmd: AllTheLeaks: Listing stuck threads... Stuck Thread: pool-23-thread-1 Stuck Thread: pool-24-thread-1 I know this is neoforge but I cannot find anything online from anyone on any forums or videos regarding...
  8. Hey, i'm starting to create mods, for training I made an item that shoots a chicken when used, the behavior is ok, but the moment the chicken spawns it is frozen for a small noticeable fraction of time before being launched, the same behavior does not happen with an arrow, is it possible to avoid th...
  9. Hi, this is my second post with the same content as no one answered this and it's been a long time since I made the last post, I want to make a client-only mod, everything is ok, but when I use shaders, none of the textures rendered in RenderLevelStageEvent nor the crow entity model are rendered, I...
  10. I have recently released my first ever Minecraft mod, it adds an overpowered sword with an insane grind to craft. More info on the CurseForge page: https://www.curseforge.com/minecraft/mc-mods/destroyer-of-worlds I'd love to hear your thoughts.
  11. Forge version: 52.1.0 Minecraft version: 1.21.1 Downloads: Changelog: (Direct) Installer: (AdFocus) (Direct) MDK: (AdFocus) (Direct) Downloads page Intro: Following our new releases of Forge recommended builds for the 1.21 family, today we release our very...
  12. After making this modpack, I created a new world but it instantly boots me out saying that my player data is invalid. Kinda have no clue which mod is causing this debug.log(The log was too big to be pasted into paste bin without crashing my browser):https://www.mediafire.com/file/ex24wbz2b3t1xk...
  13. I am trying to implement a model for a mob into Minecraft and am running into trouble with the ModModelLayer file and the downloaded model Java file from blockbench. Both attempt to create a new ResourceLocation instance however after browsing the code I can't find a public constructor for Resource...
  14. Incompatible mods found! net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other! A potential solution has been determined, this may resolve your problem: - Replace mod 'Moonlight Lib' (moonlight) 1.21-2.16.0 with version 1.21-2.17.0 or...
  15. Way back in the Forge 1.17 days, work started for adding JPMS (Java Platform Module Support) to ModLauncher and ForgeModLoader. This has been used internally by Forge and some libraries for a while now, but mods (those with mods.toml specifically) have not been able to take advantage of it. As of Fo...
  16. I have been working on recipes for my mod and have come across two errors. ERROR ONE: [19:38:01] [Render thread/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe echoingend:gazite_block com.google.gson.JsonParseException: Map entry 'A' : Failed to parse either. First: Input does...
  17. I created a custom effect called "Fullness" that prevents the player from losing hunger when they get the effect. For this, I created a new java class called FullnessEffect. Everything is working fine, and the player isn't able to lose hunger, but I wanted to make it so that whenever you have the Fu...
  18. Hello everyone So my issue is here : private void onConfirm() { int maxStackSize = stack.getMaxStackSize(); int carriedStackSize = Math.min(slider.getValueInt(), maxStackSize); int totalLeft = totalSize - carriedStackSize; ItemStack carriedStack = new ItemSt...
  19. It's a long time coming, but it's finally here -- as of Forge 1.21.1, we've now implemented the de-facto common tags! With the introduction of the de-facto common tags in Forge, there are now numerous tags that are shared across all major mod loaders. This means greater compatibility between mo...
  20. Hi, I want to make a client-only mod, everything is ok, but when I use shaders, none of the textures rendered in RenderLevelStageEvent nor the crow entity model are rendered, I want them to be visible, because it's a horror themed mod Here is how i render the crow model in the CrowEntityRendere...
  21. whenever i try to open minecraft after i had installed the newest version, i get "The game crashed whilst rendering overlay Error: java.lang.RuntimeException: null" "Exit Code -1". crash log: https://paste.ee/p/tL6oL
  22. I'm trying to start a server with the latest installer, but running the run.bat file doesn't generate new files. It shows the following in the cmd prompt. Edit: I fixed the issue on my own. I had 2 different instances of JDK downloaded (21 and 23), it was fixed when I deleted JDK 23!
  23. Hello everyone, Minecraft has started to crash regularly for me, sometimes due to error -1073740791, but I have already come to terms with the fact that this cannot be fixed by anything except a complete replacement of my PC components. Now let's talk about another error, it looks something like thi...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.