Everything posted by Choonster
-
Help fixing modpack with Exit Code: -1
- java.lang.IllegalStateException: Cannot get config value before config is loaded.
- [SOLVED][1.21.8 | Forge 58.0.5] How to cancel InputEvent.MouseScrollingEvent?
- Game can't generate unique mod list - no mods appear twice ?
- BUG: Cactus Flower Placement is BROKEN
Can you reproduce this with version 55.0.21? A whole lot of plant placement issues were just fixed in this PR.- Forge 54.1.1 Missing Textures please help
Yes, once you have data generation set up, it's a lot easier to add a line of code to your generator class than it is to copy, paste and edit 2-3 JSON files for each new item.- Forge 54.1.1 Missing Textures please help
Minecraft 1.21.4 requires a new model definition file for each item, which you don't have. These can be created through Data Generation, specifically the ModelProvider, BlockModelGenerators and ItemModelGenerators classes.- Trying to play 1.20.1 in MultiMC with forge mods but this error all the time.
https://forums.minecraftforge.net/topic/155182-trying-to-play-1201-in-multimc-with-forge-mods-but-this-error-all-the-time/- What if there was an option to include searching by words in the description/overview?
You can try their Ideas Portal, linked from the footer of their site.- What if there was an option to include searching by words in the description/overview?
You seem to be confusing Minecraft Forge (a mod loader, this site) with CurseForge (a mod distribution platform for Minecraft and other games). The two are unrelated, you probably want to take this feedback to CurseForge.- Dawncraft Boss Help
- How do I download mods for minecraft pe
Forge only supports Java Edition, you'll need to ask elsewhere for Pocket Edition support. Also, don't post in unrelated topics. I've split your post into its own topic.- Error with placing block
You're using the wrong FACING property in Mechanism#getStateForPlacement, BlockStateProperties.FACING instead of Mechanism.FACING, HorizontalDirectionalBlock.FACING or BlockStateProperties.HORIZONTAL_FACING (which all refer to the same value). The former includes all six Direction values, the latter only includes the four horizontal values.- String duper not working
This is a Vanilla bug that's fixed by Forge, see the discussion here. @fredvanYT Please keep this forum in English.- Resource Location constructor is private?
- [1.21.3] Lower the durability of a tool in a crafting table recipe
You need to create a custom recipe type that overrides IRecipe#getRemainingItems to return a copy of the axe with its durability reduced. I've got a very similar recipe implementation here, there's code in other parts of the repository to handle things like registration and data generation.- Register block entity types in 1.21.3
- Crashed on startup with 1.20.1/The game crashed whilst initializing game Error: java.util.ConcurrentModificationException: null
- i need help fixing my modpack, it worked fine but now it wont even make it to the main menu
- Craft item mod
- Charged Card but Server Wasn't Processed
You need to talk to whoever you bought the server from. Forge doesn't sell servers.- forge 1.21.1 1 error
IPS spam blocked by CleanTalk.Important Information
By using this site, you agree to our Terms of Use.
Account
Navigation
Search
Configure browser push notifications
Chrome (Android)
- Tap the lock icon next to the address bar.
- Tap Permissions → Notifications.
- Adjust your preference.
Chrome (Desktop)
- Click the padlock icon in the address bar.
- Select Site settings.
- Find Notifications and adjust your preference.
Safari (iOS 16.4+)
- Ensure the site is installed via Add to Home Screen.
- Open Settings App → Notifications.
- Find your app name and adjust your preference.
Safari (macOS)
- Go to Safari → Preferences.
- Click the Websites tab.
- Select Notifications in the sidebar.
- Find this website and adjust your preference.
Edge (Android)
- Tap the lock icon next to the address bar.
- Tap Permissions.
- Find Notifications and adjust your preference.
Edge (Desktop)
- Click the padlock icon in the address bar.
- Click Permissions for this site.
- Find Notifications and adjust your preference.
Firefox (Android)
- Go to Settings → Site permissions.
- Tap Notifications.
- Find this site in the list and adjust your preference.
Firefox (Desktop)
- Open Firefox Settings.
- Search for Notifications.
- Find this site in the list and adjust your preference.
- java.lang.IllegalStateException: Cannot get config value before config is loaded.