Skip 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. Wrong version of jei
  2. You can read how atlases are now loaded here: https://www.minecraft.net/da-dk/article/minecraft-java-edition-1-19-3 The current default block atlas config can be seen here: https://github.com/misode/mcmeta/blob/assets/assets/minecraft/atlases/blocks.json
  3. In general, overridding/changing vanilla stuff is a bad idea, unless you can do it in a way that plays nicely with other mods. Simple test: What would happen if another mod does something similar to what your mod does? Better is to implement your own block, then let the end user/mod pack developer choose to use your block, e.g. by changing crafting recipes to use your item instead of the vanilla one or give the user some mechanism to morph the vanilla block into your block The other issue with changing vanilla blocks/items is you will run into Mojang's hardcoding. e.g. see the WeatheringCopper class for a hardwired use of Blocks.COPPER_BLOCK Mojang don't design their classes to be reused by modders.
  4. World of bosses (somebosses) is trying to load client classes on the server. Check you have the latest version then contact the mod author.
  5. You already have the "output" of your recipe? https://github.com/elytraByte/Boulanger/blob/98045e09372fa72f86486a21d419cfe84b7be5fb/src/main/java/org/l3e/Boulanger/recipe/StoneMillRecipe.java#L20 Look at what the vanilla recipe serializers do.
  6. Use java 17, mixin does not support java 20 Forge by itself with no mods, doesn't use mixin.
  7. Broken config file, you can find it in your config folder. If you don't have a backup of the file, delete it and it will be recreated with default values.
  8. Sorry, you said after eating, not crafting. Look at HoneyBottleItem.finishUsingItem() or one of the vanilla items that gives a remainder.
  9. Can't help you if you don't show the new error. We have no psychic powers. The original error you show usually happens when you don't shutdown the computer properly (e.g. an OS crash or power outage). Windows then doesn't flush the buffer cache onto the hard drive, so the files don't get saved. If that is what happened, then it is likely you have other broken files. The new crash report should tell you what they are.
  10. Broken config file, you can find it in your world/serverconfig folder. If you don't have a backup of the file, delete it and it will be recreate with default values.
  11. Override IForgeItem.hasCraftingRemainingItem() and getCraftingRemainingItem() for your Item implementation. https://github.com/MinecraftForge/MinecraftForge/blob/e6aaaff3f3d764c9dd92c4fc42d0f6e1b62071a5/src/main/java/net/minecraftforge/common/extensions/IForgeItem.java#L251
  12. https://forge.gemwire.uk/wiki/Item_Properties
  13. From your log file which isn't from curseforge by the looks of it. It's also 5 days old.
  14. You have the wrong version of optifine for your version of forge.
  15. Either one of; * Uninstall all your javas and just reinstall java 17 (the long term support version of java) so you are not confused about which it is using and you can be certain only that is configured. * Manually change your windows environment variables so that java 17 is the one in the PATH * Change where it says "java" in the run.bat to use the "c:\full path\to\java17\bin\java.exe" from your java 17 installation where the quotes are important if the path contains spaces like my example. * Use search where variants of this question can be found to be asked and answered a hundred times before along with all the "gotchas" you might come across.
  16. What code? All you post are snippets of java out of context. Which you now admit is not the real code. If you want help you need to put the full real code on github. So we can see everything that is relevant. And maybe try it for ourselves. But as I said originally, I know virtually nothing about multipart entities. I have never written one. I only answered because it was obvious your hurt() method didn't do anything.
  17. Use the latest optifine preview release.
  18. Some issue with the croptopia configuration. Check you have the latest version then contact the mod author.
  19. Issue with canary. Check you have the latest version then contact the mod author.
  20. There is no cgm version for 1.19.4 (yet?) https://www.curseforge.com/minecraft/mc-mods/mrcrayfishs-gun-mod/files
  21. Use java 17, mixin does not support 20

Important Information

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

Account

Navigation

Search

Search

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.