Everything posted by warjort
-
Minecraft forge 1.19.2 doesn´t work
We can't answer your question, it contains no useful information. You need to provide a link to the logs/debug.log - see my footer.
-
Itemstack required for method
Your JELLYFISH_JELLY is a RegistryObject<Item> not an Item. You need to use get() to obtain the real registered object. ModItems.JELLYFISH_JELLY.get().getDefaultInstance() https://forge.gemwire.uk/wiki/Registration
-
Attempting to create border and check region inside
There are some static methods in BlockPos that help you do this. e.g. look at how vanilla's AnimalPanic uses BlockPos.findClosetMatch() to find a water block in lookForWater().
-
Modded Minecraft not starting up
There is no error in that log. The last thing in the log is optifine loading textures. 1) Try without optifine. 2) Try removing the mods you added and then putting them back one-by-one until you find the problem mod. It could be a combination of those. i.e. a conflict between optifine and one of the mods you added?
-
Forge 40.1.46 crashing on loom block
https://maven.minecraftforge.net/net/minecraftforge/forge/1.18.2-40.1.84/forge-1.18.2-40.1.84-changelog.txt You have forge 40.1.46
-
Exit Code 1 when trying to launch Forge 1.19.2
You have a mod that is not for minecraft 1.19.2, this error says it wants a different version of minecraft.
-
Modded Minecraft crashing after adding literally any mod
Use the correct version of optifine for your version of forge.
-
Check event time
I already told you how to change the drops for a block break: https://forums.minecraftforge.net/topic/117474-make-custom-use-animation/ Forge also has: https://forge.gemwire.uk/wiki/Dynamic_Loot_Modification/1.18
-
Check event time
Sorry I don't understand your question. Block breaking is left click, you said you wanted right click?
-
Rendering entity made of multiples blocks
I think you have the wrong idea about this forum. In a court of law there is generally rule that judge's don't answer hypotheticals. They only rule on cases that actually have consequences. This forum works in similar way. We answer questions from people that have tried to write a mod and have hit a snag or bug they don't understand. That way we are dealing with a concrete issue and the questioner has some understanding of what the answer means (having tried to do it themselves). Your question is more like "I have a great idea for a mod, can you tell me how to write it?" which is way too open ended to get an answer. Try to implement your mod, then come back when you have issues you need help with. But don't be surprised if you are ignored or get a snarky answer when your question shows you haven't put the effort in yourself to find an answer.
-
Check event time
Minecraft has support for this when doing pure item use. e.g. eating food or shield blocking It also has support for it when left clicking a block, i.e. block breaking. There is nothing for your use case. Block usage (with or without an item) is always "immediate". Normally when doing this kind of thing, the Block.use() changes something about the block. e.g. updating a progress field of a block entity
-
on joining world it immediatly crashes
Use the correct version of optifine for the version of forge you are using.
-
my forge server doesnt work and i dont know why 1.18.2
Please don't post text as images. You have truncated the error so we can only see the bottom of it. The error is something to do with a mod wanting a different version of forge to the one you have installed, but we cannot which see which mod or which version it wants. Try the latest version of forge for 1.18.2 But it could also be you have a mod installed that is not for 1.18.2?
-
Safe mode, but not doing anything, Don't know True Error.
You did not do this. Justing posting the file by itself without showing how it is used is useless. The issue is not with the contents of the file it is with minecraft not using/seeing it. Probably because you have it in the wrong place or some other unshown issue. Maybe somebody else wants to play "20 questions" to try to get all the relevant information from you? I am sorry but I don't. This is why I (and probably others) originally ignored your question from Monday. You can tell when something is going to be too much of a time sink.
-
FORGE NOT INSTALL PLEASE HELP ME
Please create your own thread and post the installer log (it is created in the same folder as where you have the installer jar). There is nothing wrong with your hosts file. The other usual reason for the above error message is using a very old version of java. Make sure your java is up-to-date or download a recent version like: https://adoptium.net/
-
Safe mode, but not doing anything, Don't know True Error.
We have no psychic powers and so can't tell you how to fix what we can't see. Other than you need to register that dimension properly (but I already told you that). You can register a dimension either using json or using a DeferredRegister. e.g. these are the vanilla dimensions: https://github.com/misode/mcmeta/tree/data/data/minecraft/dimension although they are actually really registered in code by minecraft. Or this is the twilight forest: https://github.com/TeamTwilight/twilightforest/blob/1.19.x/src/generated/resources/data/twilightforest/dimension/twilight_forest.json Putting your code on github so we can see all the relevant context is the best way to get an answer.
-
Can't launch mod with Geckolib as external jar in Eclipse
remove geckolib from your mods folder. forge gradle will automatically download and add the mod which includes deobfuscating it. (This assumes your buildscript is correct). Also, please always post the logs/debug.log so we have all the information.
-
Rendering entity made of multiples blocks
Technically, it's only a copyright breach if you distribute it to other people. If you have a legitimate copy, modifying for personal use is fine. For the original poster, you might want to look at (and contribute to): https://github.com/ValkyrienSkies/Valkyrien-Skies-2 But since it is currently for 1.16.x you won;t get any support for it here.
-
Minecraft crashes after launch
I don't see it in your list of mods. Are you sure you have the forge version of the mod? You also get the same error if you have the wrong version. e.g. a mod wants version 2 or later and you have version 1
-
Minecraft crashes after launch
You are missing the pehkui mod.
-
[Solved] Transparent texture parts rendered as non-transparent
Your spoiler is the code from before you asked the question. The best way to ask a question is to put your code on github where we can see the full context and keep it up-to-date as you fix things. The texture ids like "front" or "all" are pure convention. They are variable names. Usually created in a parent/template model then consumed/defined in your real model. Only the 6 faces from the minecraft Direction class have any fixed meaning.
-
help
Reread what I wrote. Reinstalling the mod won't fix your broken config file. I don't know how to fix the configuration file because you haven't shown it. So I don't know what it is wrong with it. But the mekanism mod authors would be better people to ask anyway. Reinstalling a mod will not delete your saves. But uninstalling a world gen mod can make a save unusable or remove its blocks and items from your save.
-
[Solved] Transparent texture parts rendered as non-transparent
https://minecraft.fandom.com/wiki/JSON It's render_type with an e. if you don't show your code we really can't help you. You asserting you did things correctly helps nobody.
-
Crash report: Rendering overlay
https://github.com/sp614x/optifine/issues/7127
-
Client/Server Side Help
https://forums.minecraftforge.net/topic/115679-1182-block-entity-renderer-disappears-after-leaving-the-world/#comment-511734
IPS spam blocked by CleanTalk.