Everything posted by Animefan8888
-
[1.12.2] Wanting to know if dropped item is gone.
Isnt there just a method in Item called something like createItemEntity that is used for this in particular? @Lea9ue
-
[1.14.4] Any Way to view all .class files in the jar?
It does yes. Because it comes with an updated mappings which includes new source files.
-
[1.14.4] Modifying Vanilla Content
This confirms its not a texture error. That means it's not finding the file at all. Can you send a picture of your resources(package) explorer. You can always google it. The forge mod is suppose to function like one it's basically make a zip folder that has the assets folder and a pack.mcmeta file.
-
[1.14.4] Any Way to view all .class files in the jar?
Update your forge.
-
[1.14.4][SOLVED] slotClick stuck in loop
Thanks I'm gonna work on a couple maybe three episodes tomorrow.
-
Fixing bad modding practices
Probably all over github. But it is as simple as draco said. You should already have a registry event if you are using a modern version. So step one complete. Step two is to only call new BlahItem in the Item Registry Event, and likewise for Blocks. Then you need to register those items and blocks in the event. Now if you need to have access to those values use the ObjectHolder annotation.
-
[1.14.4][SOLVED] slotClick stuck in loop
This is not a proper implementation. Look at the other containers for examples. Though it is very confusing.
-
Creating a custom Mob (1.13)
Update to 1.14
-
[1.11.2] Show multiple bounding boxes
Redacted.
-
[1.14.2] Custom Shield, Custom Damage Reduction
ItemStacks are no longer nukl. Use ItemStack#isEmpty Not sure what that means. What does it say. If its eclipse telling you it's wrong then it's a Java problem not a forge problem ask elsewhere/learn the Java language.
-
[1.12.2] Dimension changing functions in block & command, but not from entity
It has to be. My suggestion is to add the setDead call in the onUpdate method of the entity. And the onLoad if that exists for entities or not use an entity at all unless you plan for a visual effect to exist.
-
Preventing the player from punching/attacking on left click
I think you can just cancel the LivingDamageEvent(maybe another one) and no damage will be applied. If that doesnt work for knockback then you can use the KnockBack event.
-
Preventing the player from punching/attacking on left click
Define not able to. Do you mean no animation or no actual damage or knockback.
-
[1.12.2] Dimension changing functions in block & command, but not from entity
I think it is. Because the error has to do with you removing that entity when changing directions.
-
[1.12.2] Dimension changing functions in block & command, but not from entity
Sorry have an older version of 1.12.2 on my computer. Does your spell entity override onEntityRemoved? Just as a suggestion remove the call to setDead in your code.
-
[1.14.4] Modifying Vanilla Content
You have the procedure down. Is the console yelling at you? What happens if you point it to a different vanilla texture? Basically is it even recognizing your model. Also as a side note. You might want to not change all of the vanilla textures because other mods base their textures off the vanilla ones and honestly it would bug me to have me to have the vanilla textures changed dramatically. Especially, if the change made all of the other mods in a modpack look out of place. My recommendation is make a resource pack for your mods items and the vanilla items. And make your items take after the vanilla items to give the user a choice.
-
Gradle unable to determine java version
Did you install Java JDK and JRE 8? Is your JAVA_HOME path pointing to them? Have you uninstalled Java 11?
-
[1.12.2] Dimension changing functions in block & command, but not from entity
It also seems that the error is caused when TileEntities are being removed. Do you have any TileEntities that override the onChunkUnload method?
-
[1.14.4] Custom rendering
Can you show me what you mean by it being behind the actual position?
-
[1.14.4] Custom rendering
This means the y value not all of the values as it seems you were doing.
-
Minecraft Modding 1.12.2 Custom Explosive
Not exactly. But it is pretty self explanatory. Make a Block that extends BlockTNT or TNTBlock. Then change the entity it turns into, to your own entity that will explode. Also do all your cool custom things there like "fallout blocks".
-
[SOLVED] [1.14.x] Non mod dependencies
Try the libraries folder in the root directory.
-
how to export mod files to jar
First lol. And second the one called build. Just build. If it was something else I would've said the full name.
-
[1.12.1] Making a mod that notify player when inventory is full
^^^
-
[1.12.1] Making a mod that notify player when inventory is full
You could.
IPS spam blocked by CleanTalk.