Everything posted by Animefan8888
-
armor Models aren't loading in my mod
Those ones
-
(1.14.4) Potion effect wont remove
How did you confirm this? Those methods should all work save for the EntityPlayer#playSound which doesnt work on the logical server you need to use another method. See here for more info.
-
armor Models aren't loading in my mod
@J0WAY That doesn't help at all... it doesnt show me the files I need to see.
-
(1.14.4) Potion effect wont remove
Which part of the code? All of it(the method never gets called)? Past a certain if statement?
-
armor Models aren't loading in my mod
Send a screenshot of your package explorer.
-
[1.12.2] Exception loading model
Blocks need three Json files. The blockstate, block model, and item model(assuming it has an item the player can have in their inventory).
-
[1.14.4] Loading custom files on a server during setup
The server loads the folder data/modid/... as of 1.13. And since your blueprint isnt an asset its data it should be there anyways.
-
OnUsingTick() doesn't stop in survival gamemode 1.12.2
I believe this has been a problem for a long time. It happens whenever the ItemStack changes. I'm thinking you might be able to use Item#shouldCauseRequipAnimation?
-
(1.14.4) Potion effect wont remove
It should be called twice. Post your updated code. You have to do it on the logical server.
-
com.google.gson.stream.MalformedJsonException: Unterminated object at line 18 column 10 path $.key.O
You should also get a json editor plugin for your IDE so this doesnt happen again.
-
[1.14.4] Loading custom files on a server during setup
Why not use the ServerStartingEvent or ServerStartedEvent. They aren't part of the MOD event bus, but instead the FORGE event bus. They give you access to the MinecraftServer instance which both have a resource manager instance.
-
Strange EntityAreaEffectCloud behaviour (1.12)
Try to do it only when World#isRemote is false.
-
Change vanilla Mushroom Behaviour [1.14.4]
Add the world generation back yourself.
-
Whether light update will cause a freezing client
If I remember correctly they are on both sides. How does your torch block emit light?
-
Can't Install, Can't Launch
Until Mojang or another person/group come out with a Modding API for it yes. Except there are addons for it but it doesn't add new content it just allows for it to be modified.
-
redstone flux is making a problem in modpack
A command line argument is something you but in the .bat file or .sh file when you start the server. Or for the launcher you edit the profile and you will see JVM ARGUMENTS. Put it there.
-
redstone flux is making a problem in modpack
It's right in the crash log.
-
(1.14.4) Potion effect wont remove
Make sure World#isRemote is false.
-
Can't Install, Can't Launch
That's bedrock edition. I'm sorry forge is for Java edition. I don't believe there is a modding system out for bedrock(PC). But I could stand to be corrected.
-
Can't Install, Can't Launch
This is the launcher in question have you run the version of Minecraft you are trying to install forge for. If not you need to. Its a simple verification that you own the game, and it also allows forge to legally apply it's changes to the game.
-
Can't Install, Can't Launch
The file you want to download from files.minecraftforge.net is the installer.
-
[1.12.2] Send Chat Message Issue
Try stepping through your code in a debugger. Also why not just send the message in the LivingDeathEvent...?
-
Custom Torches?
Have you tried using shaders? It sounds like they do what you want with some beautification as well. Maybe you'll have to write your own shader? Simply changing the range the torch lights up isn't a simple task. It already has the max range it can have. The only option you have would be to put "air" blocks that have a light value around the torch when they need to be there. Which is harder than it might sound. OR you can rewrite the whole lighting engine which would be horrid and likely impossible even with Reflection.
-
[1.12.2] Send Chat Message Issue
How/where are you changing the value of diamondSacrificeMessage?
-
Creating fog in a custom dimension
Triggers to what point?
IPS spam blocked by CleanTalk.