Started by
Schenoff
on
Topic category: Help with MCreator software
i can't get a working glowstone half slab
if i make one the blok acts like a slab but looks like a full blok in game and no light comes from it
please help
Topic category: Help with MCreator software
i can't get a working glowstone half slab
if i make one the blok acts like a slab but looks like a full blok in game and no light comes from it
please help
did you make a custom model? for the lighting thing you need to set the luminence to be very high.
@#1 sorry 4 my bad english but i dont think so i'm new to this modmaking i just used new blok en i used the texture from the original minecraft folders the luminance was set to 15 en transparency to 255 if i use paint to make the texture 8 x 16 pixels it just streches the texture
the dimensions 0/0/0/1/0.5/1 so i get the slab but the texture is still a full blok
@#1 ps / its for minecraft 1.9
ok it stretches the texture because the lock is still set to the default state. in order to make a fully working slab you will need to make 4 new block states, using code.
All i need is a bottom slab no need 4 a top slab or the ability to place them on each other but if it needs code writhing its way out of my league.
Is it possible to give a slab that is already in minecraft the abylity to give light without coding?
All i need is a bottom slab no need 4 a top slab or the ability to place them on each other but if it needs code writhing its way out of my league.
Is it possible to give a slab that is already in minecraft the abylity to give light without coding?
for just the bottom slab you could make a .jason or OBJ model file the is only half of a normal block. Then the the block boundary j = 1 to j = 0.5. This may not work but it would probably be the easiest way without coding.
@#2 if i copy/paste the code i have from mcreator do you mind entering the missing code
the mod wil only be used in my single player world
@#5 i tried it wit blender en the blok is ok but no light
set the light level to be 100 this only worked for me once, but do it in the source not the editor
@#6 light level 100 in code gives level 12 in game so this works
level 200 in code gives nothing in game but the 100 proves its working so now i have a ugly grey bottom slab wit light level 12 tested al i need to do now is play wit blender a bit to get the texture i want
you made my day
MANNY MANNY MANNY tnx
ummmmmmmmmmm so did it work?
Yes it works tnx
your welcome. i wasn't acually sure that it would