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.

TileEntity

Superhelper
  • Joined

  • Last visited

Everything posted by TileEntity

  1. And without soulsweapons?
  2. Add the full crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here
  3. Not all Create addons are compatible with Create 6 Remove creatingspace Then some dependencies are missing, or some mods are not up-to-date: k_turrets requires satako 7.0.31 or above, and below 8.0.0 Downgrade amplified_nether to a 1.20.1 build - the current build is for 1.21.x lootintegrations requires cupboard 1.20.1-1.5 or above minecolonies requires structurize 1.20.1-1.0.768-snapshot or above - Currently, structurize is 1.20.1-1.0.742-RELEASE cullleaves requires midnightlib 1.0.0 or above minecolonies requires blockui 1.20.1-1.0.190-snapshot or above - Currently, blockui is 1.20.1-1.0.156-RELEASE taczjs requires kubejs 2001.6.4-build.95 or above midnight requires lucent 1.5 or above
  4. wildbackport is not working
  5. Remove rubidium - you are already using embeddium which is a fork of it
  6. Delete the jei-server.toml file in your config folder If there is no such file, check the worldsave, serverconfig folder
  7. There is an issue with sound-physics-remastered Delete the config of this mod (config folder) and test it again If there is no change, try other builds
  8. Can you place modded blocks? Maybe you are starting a vanilla server, not a forge server (so mods are not loaded on server-side) Add the server log with sites like https://mclo.gs/
  9. Looks like an issue with cobblemon itself - report it to the creators https://gitlab.com/cable-mc/cobblemon/-/issues/
  10. Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here
  11. Do you mean waystones? You can use KubeJS to remove and add a changed recipe for it: https://www.curseforge.com/minecraft/mc-mods/kubejs Add KubeJS and start the modpack once to generate the files for the mod In your modpack folder, you will find now a kubejs folder Go to server_scripts (create the folder if missing) - yes, also for singleplayer, use the server_scripts folder Create a new file "reciperemove.js" Edit this file and add the recipe for the waypoint mod: ServerEvents.recipes(event => { let toRemove = [ {output: 'waystones:example_item'}, ]; for (const remove of toRemove) { event.remove(remove); } }) Just make sure you are using the correct item ID Create another file "recipes.js" in the server_scripts folder and use: ServerEvents.recipes(event => { event.shaped( Item.of('waystones:example_item'), [ 'AAA', 'BCB', 'AAA' ], { A: 'minecraft:stone', B: 'waystones:item_1', C: 'waystones:item_2' } ) }) The Letter Block with AAA etc is a crafting table - so there you define the recipe and the items
  12. Dawnera is not working on a server - remove it and dawnera_delight
  13. Make sure Java is running via Nvidia GPU: https://windowsreport.com/minecraft-not-using-gpu/
  14. If you are using AMD/ATI, get the drivers from their website - do not update via system
  15. Maybe use such a pack as working base and add new mods one by one
  16. Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here
  17. Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here

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.