Everything posted by Ugdhar
- 
	
		
		[1.12.2] How to add OptiFine to workspace?
		
		1.12.2 is no longer supported on these forums. Update to a modern version to receive support. See the LTS link at the top of every page for more info.
- 
	
		
		Modding in C++
		
		I believe they call them add-ons, and I'm pretty sure it is nowhere near as flexible as Java edition modding, i.e I don't think you can create new mobs, only modify existing ones. I haven't revisited the capabilities of bedrock add-ons in a while, so this may have changed, but I doubt it.
- 
	
		
		1.15.1 crash
		
		No prob! I actually just googled "minecraft forge 1.15.1 "Not enough data available"", and the first link was a post on here with that fix.
- 
	
		
		1.15.1 crash
		
		I would try deleting (after backing up, just in case) the config folder in the game directory.
- 
	
		
		1.15.1 crash
		
		Please post logs as described in the EAQ. There is not enough information without them to know what is going wrong.
- 
	
		
		my forge isnt working on aternos
		
		1.12.2 is no longer support on these forums due to age. Update to a modern (1.14.4+) version to receive support here.
- 
	
		
		cannot compile forge
		
		Dude don't bump your post after so short a time. This isn't a chat room, it's a forum, when someone that knows about your issue sees the post, they will likely reply. Bumping like this is considered rude!
- 
	
		
		[1.15.1] Why does Minecraft crash when I try to spawn my entity?
		
		I read somewhere on here (I'll try to find the post) that you need to create (not register) your EntityType during Item registration, because Items register before EntityTypes, so if you create the EntityType during its registration, when the Item tries to register (before the EntityType), the resulting EntityType passed to the spawn egg is null. edit: Found the post: https://www.minecraftforge.net/forum/topic/75045-solved1144-entities-and-spawneggs/?tab=comments#comment-359588
- 
	
		
		Why doesn't the latest forge gradle support all minecraft versions?
		
		Versions below 1.14 are no longer supported on these forums due to age. Update to a modern version to receive support. If you are having issues with something modern, post logs for further assistance.
- 
	
		
		Sooo...How is this community?
		
		I've found the people here very helpful on the few occasions I've asked questions, but I made sure to post a working GitHub repo and related logs. edit: modding isn't a good way to learn programming. Learn basic Java/oop first, even if it's just making simple txt based programs. One of the common issues is people with no programming knowledge (and I mean basics like syntax, classes, inheritance, and things like how overrides work) try to make mods, and MC/Forge are very complex without basic/intermediate programming skills. And of course, this is the Forge support forums, not Java support. People are happy to help with forge stuff, but when it becomes apparent that someone doesn't know basic Java, they're usually asked to go learn some before asking for further help.
- 
	
		
		Random server crashes
		
		Versions older than 1.14 are no longer supported on the forums due to how old they are. If you wish to receive support, you will need to update to a modern version. See the LTS System link at the top of every page for more information
- 
	
		
		How to Update a downloaded mod
		
		Versions older than 1.14 are no longer supported on the forums due to how old they are. If you wish to receive support, you will need to update to a modern version. See the LTS System link at the top of every page for more information.
- 
	
		
		[1.14.4] Animated custom blocks?
		
		Without your code/project and/or logs, there is no way for us to know! Post logs and your entire project as a github repo so others can build it, view the source, and the project structure, and chances are someone will find something
- 
	
		
		Forge Mod Loader detected missing/unknown registire(s) on brand new Pixelmon 7.1.1 MC 1.12.2 Server
		
		Odds are once a moderator sees this thread, it will get locked, as these are just the forum rules (see LTS link at the top of the forums) I figured letting you know would get you a jump on seeking help for an old version elsewhere, instead of waiting around just to have your thread locked here. I wish you luck finding a solution!
- 
	
		
		Minecraft forge 1.14.4 1.15.1 & 1.12.2 crashing
		
		It simply means that version is no longer supported by these forums, and threads asking for help will generally get closed, with a request the user update to a modern version (essentially the last 2 major versions, as of right now 1.14 and 1.15) Info on the versions supported can be found at the top of the page by clicking the "New LTS system" link.
- 
	
		
		Minecraft Constant Lag Spikes (1.12.2 Forge)
		
		You should not resurrect old threads because they seem to be the same problem as your own. Changes are good that the issue is different despite the symptoms appearing the same. That being said, 1.12.2 is no longer supported on these forums due to age. Update to a modern version (1.14.4+) to receive support.
- 
	
		
		Can't find my appdata folder??
		
		If you just use %APPDATA% in your run command, can you find the .minecraft folder manually that way? Not sure if it would matter or not, but I'd also make sure to run vanilla MC first before installing forge.
- 
	
		
		Forge Mod Loader detected missing/unknown registire(s) on brand new Pixelmon 7.1.1 MC 1.12.2 Server
		
		1.12.2 is no longer supported on these forums due to age. Update to a modern (1.14.4+) version to receive support.
- 
	
		
		Problem while trying to install Forge on my minecraft server
		
		1.12.2 is no longer supported on these forums due to age. Update to a modern (1.14.4+) version to receive support.
- 
	
		
		Mobs move in spurts and very long rise items on local server. How can I fix it?
		
		1.7.10 is no longer supported on these forums because it is ancient. Update to a modern (1.14.4+) version to receive help here.
- 
	
		
		new to running mods
		
		If you are using 1.14.4+, post your logs, if using a lower version, you will need to update to receive support here
- 
	
		
		[1.15.1]How to sync my custom capability from server to client ?
		
		Since these forums are supposed to be in English, here's the translation according to google translate:
- 
	
		
		[1.15.1]How to sync my custom capability from server to client ?
		
		No, you will still need to use packets when the data is updated; the events are only for players logging in, respawning, or changing dimensions, because during those events, I believe the player does not have the data, and will need it resynced/copied to them in those events.
- 
	
		
		Forge And Fabric Mod
		
		Then those mods are fabric mods and will not work with forge. Remove them and try relaunching.
- 
	
		
		‘Start’ (Windows batch file) doesn’t work, meaning I can’t start my modded server
		
		Do you have a pause at the end of your batch file? Are any server logs being generated? Post your batch file (not as an attached file, but as plain txt), as well as any logs that get generated. Unfortunately, there is not enough information in your original post to determine the problem.
IPS spam blocked by CleanTalk.
									
    
    
								 
				