Everything posted by warjort
-
Method that gets called once when an item is created?
There is no such method. ItemStacks are created by the game all the time for many reasons. e.g. copying, deserializing from the disk or network, etc. If this is another part of your NBT questions, NBT is meant to be "optional" data. If your data is not present you need to provide a default value.
-
One of more entry values did not copy to the correct id. Check log for details! Can't load game after attempting to create mob
- [1.19.3] Configurable Ore Generation
Those json files are configuration files. If the user wants to modify them they can use a datapack. If you really want to continue to do this, just search this forum. This pointless "anti-pattern" has been discussed many times before in various forms. Configuration files for configuration files? 🙂- [1.19.2] Shapes net.minecraft.world.phys.shapes.BooleanOp.class, make cubic shape whit a hole inside
Look at what the AbstractCauldron or HopperBlock does. Or in general: Shapes.join(original, cutout, ONLY_FIRST); i.e. start with "original" and only takes the parts that are in that shape but not in "cutout".- minecraft crash when login to a server or a world, exit error code either 1 or -1073740940
Maybe this problem? https://forums.minecraftforge.net/topic/119518-exit-code-1073740940/#comment-524102- [1.19.2] Container Data Screen
i.e. have you widget take a Supplier<Integer> instead of an integer.- [1.19.2] Container Data Screen
My question was rhetorical. What values do you expect your widget to display if you only give it the values once in init ?- Added mods to ATM8 cant figure out whats crashing.
Issue with ae2wtlib, probably a conflict with another mod? Check you have the latest version the contact the mod author or modpack author.- so i made a modpack and everytime i try to create a new world this error pops up
One of your mods or datapacks is trying to use an item tag (#minecraft:planks) when an item is expected in a recipe. From the error it could also be something configured via crafttweaker. The error message does not say which recipe or mod. Unless you know which recipe is causing this, likely the only way you are going to find it is by experimenting with removing mods until the problem goes away. Backup your world before removing mods.- ATM 8 Crashes Every Time I Open my Inventory, Please Help
Conflict between patchoulli and ars nouveau. Check you have the latest versions then contact the mod author.- [1.19.2] Container Data Screen
What are the values in init() ? Maybe your widget should accept a function reference this.menu::getEnergy so it can always retrieve the live data?- my server wont start
One of your mod files is invalid/corrupted. The error message does not say which one. One of your new mods likely didn't finish downloading properly, try redownloading your new mods again.- I'm running a better minecraft 3 server and it keeps crashing when people are on for awhile. Please help
One of your mods is using the random number generator incorrectly. The most likely one is But it could be any of your mods since we can't see what is using it on the other thread. Probably the only way you are going to find the mod is to experiment with removing mods until the problem goes away. Backup your world before removing mods.- Minecraft Forge Crash
Install the latest preview release of optifine.- I cant start my server, keeps crashing on launch.
There is no error in that log. But the last thing in that log is loading mixins for the multiworld mod. According to curseforge there is no version of multiworld compatible with 1.19.2 forge https://www.curseforge.com/minecraft/mc-mods/multiworld-mod/files/all?filter-game-version=1738749986%3a73407 Contact the mod author.- Looking for mod githubs for NBTs
Probably this search is more relevant to what you are trying to do: https://github.com/search?q=getOrCreateTagElement&type=code- Launcher error, i play with mods and they worked just a few days ago, it loads the mojang loading screen and crashes
Install the latest preview release of optifine.- Looking for mod githubs for NBTs
There are literally hundreds of uses of it in vanilla code. Use your IDE to search for uses of CompoundTag, e.g. enchantments since I know this relates to your thread about storing item data and I mentioned that there. Or here's what github shows: https://github.com/search?l=Java&q=CompoundTag&type=Code You will need to filter those for modern forge mods.- Run Data Not generating jsons for data generator
I downloaded your mod and the first thing it complains about is you have a spurious space (%20) on the end of the META-INF folder name. https://github.com/RealYusufIsmail/Armour-and-Tools-Mod/tree/main/src/main/resources/META-INF When I fix that, it shows you have problems with your static initialisation. i.e. your BlockInit class is not getting loaded/initalised during mod initialisation and therefore fails when it is loaded too late.- Minecraft crashed bc of mods
You need to post a link to your logs/debug.log so we can see the error.- Pick block with NBT: changing the item picked.
If it's your block you can override IForgeBlock.getCloneItemStack() For other people's blocks you would need to listen to the InteractionKeyMappingTriggered event and do the processing yourself. See Minecraft.pickBlock() for the default processing. This is usually the kind of thing that leads to incompatibilies with other mods trying to do the same thing.- 有人能幫幫我嗎The game crashed whilst rendering overlay Error: java.lang.ExceptionInInitializerError: null
That log does not contain the original error from this thread. So I am guessing it is the wrong log? It does however contain this problem: https://github.com/Asek3/Oculus/issues/257- 有人能幫幫我嗎The game crashed whilst rendering overlay Error: java.lang.ExceptionInInitializerError: null
Issue with the rpmtw mod. Check you have the latest version then contact the mod author. But given where the error occurs, there is probably an earlier error in your logs/debug.log- Issue with Mystical agriculture in the Creative Inv 1.18.2
Check you have the latest version then contact the mod author.- My minecraft crashes on opening
Conflict between chunk animator and rubidium. Check you have the latest versions then contact the mod authors. - [1.19.3] Configurable Ore Generation
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.