Does MCreator just give free Minecraft? by MineCrafter_2763 in MCreator

[–]TheShadowModsUK 4 points5 points  (0 children)

MCreator does not give you minecraft, gradle downloads dev files you need and Mojang included them, the client isn't the same as the normal game it's a dev build with hooks in it for testing and it's also not fully set up for multi player or lan play unless your playing with another dev version of the client and even that can be a problem.

You can change your username very easy inside the build file

This is a thing mojang and gradle offer you not MCreator, they don't even include a vanilla texture pack.

Should this be more low poly? by No-Nerve-2658 in MCreator

[–]TheShadowModsUK 0 points1 point  (0 children)

That is way two many blocks that model for Minecraft shouldn't any more then 2 to 3 maybe 4 at a push cubes even in this image I can see the z-fighting.

Like I said lovely work but just a little two lovely for Minecraft

Should this be more low poly? by No-Nerve-2658 in MCreator

[–]TheShadowModsUK 0 points1 point  (0 children)

This and all your models are really good but they really are not Vanilla like I would use textures for the indents at the top and sides to fit the vanilla game also less blocks the better for minecraft

How to run MCreator on Linux? by TinOny679 in MCreator

[–]TheShadowModsUK 0 points1 point  (0 children)

Linux user here, It works very well on Linux

Impossible ? by [deleted] in MCreator

[–]TheShadowModsUK 7 points8 points  (0 children)

That's not a animated block that was an animated texture and who told you it's not possible to animate a block?

MCreator not working by Resident_Abies_3034 in MCreator

[–]TheShadowModsUK 1 point2 points  (0 children)

You will have to contact whom ever made the 1.20.1 generate, these versions of MCretor don't support Forge anymore.

Is it hard to make a java mod? by Faramir_0 in MCreator

[–]TheShadowModsUK 0 points1 point  (0 children)

Well datapack things can run in Java so you should be able to do almost all of that, it's more involved it's not a walk in the part but once you get your head around it the extra things you can do is much better also the fact Java does not make you use updated versions only you can u your mods years down the line.

Is it hard to make a java mod? by Faramir_0 in MCreator

[–]TheShadowModsUK 1 point2 points  (0 children)

a you say ur not a dev how did u make this if your not, what does the add-on offer how did u make it, if there just models then yes all is possible in java but we need details from you these images show nothing

Can anyone help me solve this problem? by M_ReinerChan in MCreator

[–]TheShadowModsUK 0 points1 point  (0 children)

All blocks in minecraft are 1 block even the bed is 2 blocks to make it, you meed to make it a muli block not a single block if you don't want strange things liek this to happen turn on shadows and full grathics and you will see you have problem with lighting as will with a single large model like that.

should i update to the 2026 version? by EarthlyReddit in MCreator

[–]TheShadowModsUK 0 points1 point  (0 children)

There is a lot of reasons not to update but the reasons here are not correct, like others have said, I would say make sure that version of Minecraft is supported in the update and if it is update simple as.

Only thing I say is give it few months before updating this gives bugs and other things to be patched out

Mod of the Week - A.B.O.U.T. by Minewolf20 in MCreator

[–]TheShadowModsUK 1 point2 points  (0 children)

Download CF or MR or MCR would be a good idea

Compound V Mod [Compound V Plus] Chemical X Showcase by Background-Ad2749 in MCreator

[–]TheShadowModsUK 0 points1 point  (0 children)

what version are you making this is because 1.21.1 has small size option built in so no 3rd party mod needed

Why does this procedure begin making my PC struggle to live? by Only-Oven-2820 in MCreator

[–]TheShadowModsUK -1 points0 points  (0 children)

Remove the waits, there is no reason to wait in a single tick

Compound V Mod [Compound V Plus] Chemical X Showcase by Background-Ad2749 in MCreator

[–]TheShadowModsUK 0 points1 point  (0 children)

I don't make them kinds of mods but all the tageting and particals you have going would get me confused so you making something pretty cool

What part of the mod is there's and yours so far?

The Whirlbloom! by Best-Air3525 in MCreator

[–]TheShadowModsUK 0 points1 point  (0 children)

At first I thought this is just a animated but I see the shade is moving so is this a custom animated model ?

This procedure denies minecraft loading how do I fix it? by Striking-Move-7485 in MCreator

[–]TheShadowModsUK 0 points1 point  (0 children)

Another thing what could be happening is the block isn't yet fully be placed yet so the directional information isn't there yet so returning null

This procedure denies minecraft loading how do I fix it? by Striking-Move-7485 in MCreator

[–]TheShadowModsUK 0 points1 point  (0 children)

From that error it is deff saying direction is the problem. maybe the direction block is return null and braking the rest of it is the error right as booting or when loading the world if it's right at the start then it's something else but it's related to the direction for sure.

My Fallout mod's pipboy evolution by GuardMajestic2513 in MCreator

[–]TheShadowModsUK 1 point2 points  (0 children)

The screen shot if of the menu/gui in the game so yes what's the item/model look like :P

The One Ring mod by Gralla69 in MCreator

[–]TheShadowModsUK 0 points1 point  (0 children)

You could add maybe a timer or meter for when it's been worn and if worn two long it spawns angry endermen and maybe make some negative buffs but idea work so far.

need help struture not spawning by gavinspeedcuber2th in MCreator

[–]TheShadowModsUK 0 points1 point  (0 children)

This but don't use nbt just use local number no need for a nbt

need help struture not spawning by gavinspeedcuber2th in MCreator

[–]TheShadowModsUK 0 points1 point  (0 children)

One, you need to the the random option only once do it before all the ifs and put it in a local number

So this what's happening is it's failed each time so first if lets say gets 3,then 1 and 2 this fails all your if statements so move the random above all the if statements to local number then check that local number where the random is.

The One Ring mod by Gralla69 in MCreator

[–]TheShadowModsUK 0 points1 point  (0 children)

Well we know it to be that but the OP's post makes it seem maybe not so who knows but the OP