
zlappedx3
Members-
Content Count
117 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout zlappedx3
-
Rank
Creeper Killer
Converted
-
Gender
Undisclosed
-
Personal Text
I am new!
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hello when i called obj model from state or json i meed issus my model have light when dark event, i want disable my light when dark. my state(json) "variants": { "model": "moderncreator:block/refrigerator" //call my json model } from model dir. { "loader": "forge:obj", "model": "moderncreator:models/block/refrigerator.obj", // call my obj model "flip-v": true } my display when dark.
-
zlappedx3 started following [1.16.4] I have just a question about stack size.
-
[1.16.4] I have just a question about stack size.
zlappedx3 replied to zlappedx3's topic in Modder Support
Okay bro i know you don't understand i will exaple explain again when i set the my tileentity inventory max size to 4096 then and i create my slot on container max size (i mean track slot 4096) when i put some my item to slot id 512 and i leave the game and return to join world agian that item will change to slot id 0 from slot id 512. This my code : package test; import net.minecraft.block.BlockState; import net.minecraft.entity.player.PlayerInventory; import net.minecraft.inventory.ItemStackHelper; import net.minecraft.inventory.container.Container; import net.minecraft.item.ItemSt -
Can i set NonNullList size to 4096 ? i can't put my item slot 512 from my tile entity, when i put some item slot 512 it will change tile entity to slot 0.
-
[1.16.4] How to render item from tile entity like chest ?
zlappedx3 posted a topic in Modder Support
Hello i can't render some item from my tile entity from my NonNullList<ItemStack> i don't know this problem happent from what please look my code or try run it. https://github.com/thepdone/de Note : When you put your item you want exit from your world to main menu and return to your world it will success render I'm need just render it when put my item don't need exit from my world and join my world agian for render it. Update : I'm forget this block DM is decoration tab when you put it right click that block transparent and pick some item and exit to main menu then an -
[1.16.4] can i use TileEntityRenderer render item on my chest ?
zlappedx3 replied to zlappedx3's topic in Modder Support
Thank You so mush -
[1.16.4] can i use TileEntityRenderer render item on my chest ?
zlappedx3 replied to zlappedx3's topic in Modder Support
Yes you can understand me but custom rendering can't render some item in slot from TileEntity. -
how to use bindTileEntityRenderer() on 1.16.6 ?
zlappedx3 replied to zlappedx3's topic in Modder Support
thank you so mush -
Hello i try render the tileentitiy by bindTileEntityRenderer but it change bindTileEntitySpecialRenderer() to bindTileEntityRenderer() please i'm need the example.
-
i just need playsound from byte array playSound by world.playSound() how to
-
Why i can't use Steam on the mojang account.
zlappedx3 replied to zlappedx3's topic in Modder Support
In really i don't want to talk about this i just convert the skin to byte array for save in data world for use on the gui screen but have the problem just can't ImageIO of skin if the player not in the world i can't use skin from that player but if i Steam out from link gui screen on game will slowly open gui how to fixed this problem ? -
I'm try on EntityJoinWorldEvent on cilent side only when i use account of mojang i mean real account i try ImageIO.read() url on real account but it send can't use steam url but if i use on the eclipse IDE or other lancher at is not mojang ImageIO.read() can normally running when i print Cause() have this result. sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target This is my link for SteamIn : https://api.minetools.eu/skin/davethepig101 And i
-
Now i can use the obj model on 1.14.4 but have the problem i can't use the texture map on model please try look the my code. https://github.com/thepdone/testOBJ
-
[1.14.4] how to readTag in the ByteBufUtils ?
zlappedx3 replied to zlappedx3's topic in Modder Support
Oh thank you so much. -
Hi before i can use the packet message but in 1.14.4 i can't readTag from ByteBufUtils when i look vanilla i see getContentDump but it's String How read the PacketBuffer for CompoundNBT ?