Started by
AudioForcesTV
on
Topic category: Help with Minecraft modding (Java Edition)
hello
I need your help :)
so I made a nether portal block, I can get into the nether if I walk against it or through it but as soon as I'm in the nether I can't get into the overworld because it doesn't generate a portal back so that you can get back into the overworld,
can someone help me or tell me what I have to set so that the portal is generated?
i need a procedure if yes whitch one?
mc version 1.21.1 neoforge
Edited by AudioForcesTV on Wed, 09/18/2024 - 00:39
and a other question i have a custom dimension with the cherry grove biome but if it night i can sleep but is night not day why dont work it?
Executing Gradle task: runClient
Build info: MCreator 2024.3.34715 EAP (34715), neoforge-1.21.1, 64-bit, 32672 MB, Windows 11, JVM 21.0.4, JAVA_HOME: K:\games\MCreatorEAP2024334715\jdk, started on: 2024-09-18-11:57:48
Reusing configuration cache.
> Task :createArtifactManifest UP-TO-DATE
> Task :downloadAssets UP-TO-DATE
> Task :createMinecraftArtifacts UP-TO-DATE
> Task :writeClientLegacyClasspath UP-TO-DATE
> Task :prepareClientRun UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :compileJava FAILED
K:\games\Neuer Ordner\test\src\main\java\net\mcreator\test\client\renderer\FeuerfuchsRenderer.java:11: error: type argument FeuerfuchsEntity is not within bounds of type-variable T public class FeuerfuchsRenderer extends MobRenderer<FeuerfuchsEntity, ModelFeuerFuchs5<FeuerfuchsEntity>> {
^
where T is a type-variable:
T extends Fox declared in class ModelFeuerFuchs5
1 error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
> Run with --info option to get more log output.
> Run with --scan to get full insights.
BUILD FAILED in 878ms
7 actionable tasks: 1 executed, 6 up-to-date
Configuration cache entry reused.
BUILD FAILED
Task completed in 3 seconds
Well 1.21 neoforge is on mcreator snapshot so it's not entirely bug free so your build failing could be a bug, I have no clue about that. For the nether portal, make a structure of the portal, if its just one block then you can replace the block at x-1 y z-1 when you enter the nether with your portal block. If you want a structure like the default nether portal which spawns a small platform so you dont fall into lava or to your death immediately then make a structure and place it at x y z on entering the nether. Set a variable so it only activates on the first time that way you dont infinitely spawn portal structures.
For the custom dimension make sure imitate overworld behaviour is turned on.
my custom fox work now :)
----------For the custom dimension make sure imitate overworld behaviour is turned on---------
on the block? becaus my custom block port me int the normal nether but dont generate a portal back but ich will try
in the normal nether generated not
and in the custom dimension the same
but i need this innormal nether
Please open a bug report on github if you believe you have found a bug to make sure it is fixed before the full release. Thanks!
I dont know what you mean, to be able to sleep at night and not in the day you need imitate overworld behaviour turned on in yyour custom dimension. You cant make it so you can sleep in the nether. I think you have a translation issue because what your saying doesnt make sense. I said how to do the nether portal thing in the comment above the imitate world behaviour?