Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

warjort

Members
  • Joined

  • Last visited

Everything posted by warjort

  1. We can't answer your question, it contains no useful information. You need to provide a link to the logs/debug.log - see my footer.
  2. Your JELLYFISH_JELLY is a RegistryObject<Item> not an Item. You need to use get() to obtain the real registered object. ModItems.JELLYFISH_JELLY.get().getDefaultInstance() https://forge.gemwire.uk/wiki/Registration
  3. There are some static methods in BlockPos that help you do this. e.g. look at how vanilla's AnimalPanic uses BlockPos.findClosetMatch() to find a water block in lookForWater().
  4. There is no error in that log. The last thing in the log is optifine loading textures. 1) Try without optifine. 2) Try removing the mods you added and then putting them back one-by-one until you find the problem mod. It could be a combination of those. i.e. a conflict between optifine and one of the mods you added?
  5. https://maven.minecraftforge.net/net/minecraftforge/forge/1.18.2-40.1.84/forge-1.18.2-40.1.84-changelog.txt You have forge 40.1.46
  6. You have a mod that is not for minecraft 1.19.2, this error says it wants a different version of minecraft.
  7. Use the correct version of optifine for your version of forge.
  8. I already told you how to change the drops for a block break: https://forums.minecraftforge.net/topic/117474-make-custom-use-animation/ Forge also has: https://forge.gemwire.uk/wiki/Dynamic_Loot_Modification/1.18
  9. Sorry I don't understand your question. Block breaking is left click, you said you wanted right click?
  10. I think you have the wrong idea about this forum. In a court of law there is generally rule that judge's don't answer hypotheticals. They only rule on cases that actually have consequences. This forum works in similar way. We answer questions from people that have tried to write a mod and have hit a snag or bug they don't understand. That way we are dealing with a concrete issue and the questioner has some understanding of what the answer means (having tried to do it themselves). Your question is more like "I have a great idea for a mod, can you tell me how to write it?" which is way too open ended to get an answer. Try to implement your mod, then come back when you have issues you need help with. But don't be surprised if you are ignored or get a snarky answer when your question shows you haven't put the effort in yourself to find an answer.
  11. Minecraft has support for this when doing pure item use. e.g. eating food or shield blocking It also has support for it when left clicking a block, i.e. block breaking. There is nothing for your use case. Block usage (with or without an item) is always "immediate". Normally when doing this kind of thing, the Block.use() changes something about the block. e.g. updating a progress field of a block entity
  12. Use the correct version of optifine for the version of forge you are using.
  13. Please don't post text as images. You have truncated the error so we can only see the bottom of it. The error is something to do with a mod wanting a different version of forge to the one you have installed, but we cannot which see which mod or which version it wants. Try the latest version of forge for 1.18.2 But it could also be you have a mod installed that is not for 1.18.2?
  14. You did not do this. Justing posting the file by itself without showing how it is used is useless. The issue is not with the contents of the file it is with minecraft not using/seeing it. Probably because you have it in the wrong place or some other unshown issue. Maybe somebody else wants to play "20 questions" to try to get all the relevant information from you? I am sorry but I don't. This is why I (and probably others) originally ignored your question from Monday. You can tell when something is going to be too much of a time sink.
  15. Please create your own thread and post the installer log (it is created in the same folder as where you have the installer jar). There is nothing wrong with your hosts file. The other usual reason for the above error message is using a very old version of java. Make sure your java is up-to-date or download a recent version like: https://adoptium.net/
  16. We have no psychic powers and so can't tell you how to fix what we can't see. Other than you need to register that dimension properly (but I already told you that). You can register a dimension either using json or using a DeferredRegister. e.g. these are the vanilla dimensions: https://github.com/misode/mcmeta/tree/data/data/minecraft/dimension although they are actually really registered in code by minecraft. Or this is the twilight forest: https://github.com/TeamTwilight/twilightforest/blob/1.19.x/src/generated/resources/data/twilightforest/dimension/twilight_forest.json Putting your code on github so we can see all the relevant context is the best way to get an answer.
  17. remove geckolib from your mods folder. forge gradle will automatically download and add the mod which includes deobfuscating it. (This assumes your buildscript is correct). Also, please always post the logs/debug.log so we have all the information.
  18. Technically, it's only a copyright breach if you distribute it to other people. If you have a legitimate copy, modifying for personal use is fine. For the original poster, you might want to look at (and contribute to): https://github.com/ValkyrienSkies/Valkyrien-Skies-2 But since it is currently for 1.16.x you won;t get any support for it here.
  19. I don't see it in your list of mods. Are you sure you have the forge version of the mod? You also get the same error if you have the wrong version. e.g. a mod wants version 2 or later and you have version 1
  20. You are missing the pehkui mod.
  21. Your spoiler is the code from before you asked the question. The best way to ask a question is to put your code on github where we can see the full context and keep it up-to-date as you fix things. The texture ids like "front" or "all" are pure convention. They are variable names. Usually created in a parent/template model then consumed/defined in your real model. Only the 6 faces from the minecraft Direction class have any fixed meaning.
  22. Reread what I wrote. Reinstalling the mod won't fix your broken config file. I don't know how to fix the configuration file because you haven't shown it. So I don't know what it is wrong with it. But the mekanism mod authors would be better people to ask anyway. Reinstalling a mod will not delete your saves. But uninstalling a world gen mod can make a save unusable or remove its blocks and items from your save.
  23. https://minecraft.fandom.com/wiki/JSON It's render_type with an e. if you don't show your code we really can't help you. You asserting you did things correctly helps nobody.
  24. https://github.com/sp614x/optifine/issues/7127
  25. https://forums.minecraftforge.net/topic/115679-1182-block-entity-renderer-disappears-after-leaving-the-world/#comment-511734

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.