Everything posted by TileEntity
-
How do i change a recipe from a mod I didnt make?
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
-
i have a 1.7.10 modpack and it always crashes while loading
Is there a new log?
- modpack crashing i have not idea what could be causing it
- The game crashed: rendering overlay Error: java.lang.NoSuchMethodError: 'void net.minecraft.client.renderer.block.model.BakedQua
-
Forge 1.20.1 Mod Crashing Exception caught during firing event: 'net.minecraft.sounds.SoundEvent net.minecraft.sounds.SoundEvent
I have no idea - maybe the issue is somewhere else
-
Game crashing as soon as I launch it (error code: 1)
Make sure Java is running via Nvidia GPU: https://windowsreport.com/minecraft-not-using-gpu/
-
Game crashing as soon as I launch it (error code: 1)
If you are using AMD/ATI, get the drivers from their website - do not update via system
-
Forge 1.20.1 Mod Crashing Exception caught during firing event: 'net.minecraft.sounds.SoundEvent net.minecraft.sounds.SoundEvent
Also add the registerSoundEvent code block
-
Minecraft crashing after generating world (1.20.1)
Does it work without epicfight?
- Crashes at (scanning mod candidates)
-
How do I fix the "net.minecraft.nbt.CompoundTag.m_128461_(String)" error message?
Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here
-
Forge 1.20.1 Mod Crashing Exception caught during firing event: 'net.minecraft.sounds.SoundEvent net.minecraft.sounds.SoundEvent
Ah Try createFixedRangeEvent instead of createVariableRangeEvent
-
Forge 1.20.1 Mod Crashing Exception caught during firing event: 'net.minecraft.sounds.SoundEvent net.minecraft.sounds.SoundEvent
Remove the mod battlemusic
-
Game crashing when right clicking a villager
And Forgified Fabric API?
-
[Bug] Minecraft crashes on startup with Forge and mods
Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here
-
Game crashing when right clicking a villager
Looks like some kind of bug with fabric api Does it work without fabric-api and the fabric mods?
-
Minecraft modpack crashing on create world.
And without KubeJS? It looks like this mod loads resources that break the worldgen - Common Stargates/overworld_cartouches and sgjourney are mentioned
-
modpack crash (Invalid shaders/core/particle.json: File not found)
Add crash-reports with sites like https://mclo.gs/ Remove the mod watut
-
Need help after upgrading Create Mod – Game Crashed
Missing or unsupported mandatory dependencies: Mod ID: 'flywheel', Requested by: 'ponder', Expected range: '[1.0.0,2.0)', Actual version: '0.6.10-7' Mod ID: 'create', Requested by: 'createcobblestone', Expected range: '[0.5.1.j,0.5.2)', Actual version: '6.0.4' Mod ID: 'flywheel', Requested by: 'create', Expected range: '[1.0.0,2.0)', Actual version: '0.6.10-7' Mod ID: 'create', Requested by: 'createaddition', Expected range: '[0.5.1.e,0.5.2)', Actual version: '6.0.4' Createaddition and createcobblestone are not compatible with Create 6
-
Forge 1.21.4 keeps crasching upon opening.
Update your AMD/ATI drivers - get the drivers from their website - do not update via system
- Crashes at (scanning mod candidates)
-
my pack crashes at scanning mod candidates please help
Make a test without Create and all Create addons
- I'm making my first moded server with a bunch of mods, it won't work and I don't know why. Help
- I'm making my first moded server with a bunch of mods, it won't work and I don't know why. Help
- [Crash] Minecraft wont launch with optifine and tacz
IPS spam blocked by CleanTalk.