Everything posted by Ugdhar
-
Client Jar file
If you downloaded the .ZIP file as advised, you can extract it anywhere you wish, windows should be able to do it without extra software. You should be able to extract it into your user directory, usually C:\Users\YOURUSERNAME even without admin permissions.
-
Client Jar file
Which file? openjdk, or the forge installer?
-
Using a custom SurfaceBuilder
You should share your project as a github repo, so people can see what you have so far, and give you pointers on how to proceed.
-
Problem that most likely has an obvious solution to a half decent modder the 3rd
Please do not post logs and code as screenshots. They are very hard to read, and do not show the big picture. Please post your log as txt preferrably on a paste site such as github, and post the link here.
-
Use a specific potion in a Crafting recipe
The search function of the forums is awesome https://www.minecraftforge.net/forum/topic/81917-1152-how-to-use-potions-in-crafting-recipes/
-
[1.15.2] Biome registered before EntityTypes
Instead of adding the spawns in your biome constructor, add them in FMLCommonSetupEvent, then everything is registered. Not 100% sure on the current method of adding spawn eggs though
-
Forge 1.14.4 crash on startup
Where did you download your mods from? Some of the filenames suggest you got mods from 9 minecraft, or some other crappy repost site, that hosts mods illegally, and often have outdated and even tampered with mods. You should only download forge from https://files.minecraftforge.net and only download mods from curseforge. I would delete any mods you downloaded from anywhere else, and redownload them from curseforge, and try again. If it crashes again, post the new log (debug.log has more information) See https://stopmodreposts.org/index.html for more information on which sites to avoid.
-
Forge not running at launcher
Try deleting the config folder, looks like something in there is invalid, and if you haven't customized anything you can just delete it and it'll remake it.
-
Multiple Custom Wall Blocks
You do not need to put the vanilla walls in it, making sure replace is false includes the minecraft walls. Also, did you look at your logs and see this: (*edit: I assume you got this in your log as well, since I just cloned your project and ran it, and this was present in the log afterwards)
-
BlockItem has textrure but block doesn't.
Looks like your blockstate json is invalid for some reason. Maybe check out data generators: https://wiki.mcjty.eu/modding/index.php?title=Tut14_Ep7
-
BlockItem has textrure but block doesn't.
post it as a github gist, if you don't have a github, make one, it's free, and awesome.
-
BlockItem has textrure but block doesn't.
Please post your debug.log, there is likely an error in there that will give us a lead about why it's mad.
-
[1.15.2] I'm trying to generate my custom ore but it isn't work.
Use DeferredWorkQueue.runLater(Runnable), DeferredWorkQueue is in the net.minecraftforge.fml package and is documented. There was an example of someone using it within the first page of search results. If something doesn't work, you need to post updated code (preferably just have a github repo for the project) and updated logs, and be more descriptive than "it didn't work". When all the details are present, a solution usually presents itself
-
[1.15.2] I'm trying to generate my custom ore but it isn't work.
Search these forums with the search bar at the top for DeferredWorkQueue and you will find an example in one of the results I am sure. I haven't looked, but there might also be documentation in the source for it as well.
-
[1.15.2] I'm trying to generate my custom ore but it isn't work.
Haha oops, I meant that instead of DeferredRegister, thanks, fixing it!
-
[1.15.2] I'm trying to generate my custom ore but it isn't work.
You are overthinking it. You don't need to extend DefaultBiomeFeatures, just find one of the method calls in there that is adding ores, such as this from the addOres method: biomeIn.addFeature(GenerationStage.Decoration.UNDERGROUND_ORES, Feature.ORE.withConfiguration(new OreFeatureConfig(OreFeatureConfig.FillerBlockType.NATURAL_STONE, IRON_ORE, 9)).withPlacement(Placement.COUNT_RANGE.configure(new CountRangeConfig(20, 0, 0, 64)))); And then use a similar call to the Biome#addFeature method from your FMLCommonSetupEvent, using DeferredWorkQueue using your custom ore. *edit: also, that event you have setup will never fire, there's no method signature to indicate what event it is subscribed to
-
[unsolved] Can't hit player from entity AI w/ attackEntityFrom
Were you in creative mode when you were trying it? Just curious, since I would imagine you wouldn't take damage in creative.
-
Why cant i play 1.15.2 with optifine
I've seen people using a mod called optiforge to load unsupported versions of optifine in 1.15, but honestly that seems like a total hack to me, and I wouldn't bother. Just seems like a hacky mod that lets you run an unsupported hacky mod. . .
-
Forge freezes when trying to save and quit world.
Please post your debug.log after this happens with no mods installed, it should provide enough information to start figuring out what is going on.
-
[1.10.2]Forge Version checks fail
Please do not add on to a thread someone else started just because you think your issue is the same, changes are it is not. You should start your own thread. No you don't, the latest version is 1.15.2-31.2.0 and you are still using 1.12, which is no longer supported due to age. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
-
How to find entities?
If you look in the Referenced Libraries of your IDE, there is a forge jar with all the MC/Forge sources for you to browse. A lot/most of the forge stuff has comments/javadocs, but as far as I can tell the majority of the vanilla stuff is not. If you mean like an actual reference manual describing all the methods, there is not one, you more or less have to dig in and read the code. As for your other question, I haven't tried to find all instances of a specific item entity before, sorry!
-
Need Help
Really old versions are no longer supported. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
-
Can I download older mods with a newer release?
As Terdy mentioned above, you make a new Installation (they aren't called profiles anymore) in your launcher for whatever version(s) you want. That being said, keep in mind that 1.12 is not supported here any longer, and if you have issues, you will have to go elsewhere for support. Moderators will close threads for old versions, since the focus is on modern MC/Forge.
-
My forge dont show up my mods ):
Really old versions are no longer supported. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
-
[1.15.2] [Solved] Game "freezes" when generating custom feature
I'm pretty sure he's a mod user, not a mod maker, and doesn't really know what he's saying.
IPS spam blocked by CleanTalk.