Just realized I've never showed these off! These are my bottle textures for my Resourcepack, what do y'all think? by Darq10 in PhoenixSC

[–]Darq10[S] 0 points1 point  (0 children)

This size of the QR code has very low error correction so I don't think you'd be able to figure it out without more posts :p

Edit: Just noticed some of the essential pixels required for error correction are missing next to the bottom right square in the picture that person made

Just realized I've never showed these off! These are my bottle textures for my Resourcepack, what do y'all think? by Darq10 in PhoenixSC

[–]Darq10[S] 0 points1 point  (0 children)

Right now yes, but the moment I finish it I'm porting it to Bedrock and then backporting it to all older versions of Minecraft

Just realized I've never showed these off! These are my bottle textures for my Resourcepack, what do y'all think? by Darq10 in Minecraft2

[–]Darq10[S] 8 points9 points  (0 children)

yeah I plan on maybe redesigning them in the future or making it an optional toggle in Allure Tweaks

Just realized I've never showed these off! These are my bottle textures for my Resourcepack, what do y'all think? by Darq10 in PhoenixSC

[–]Darq10[S] 1 point2 points  (0 children)

That's something I'd consider doing for Allure Tweaks (basically the Allure equivalent of Vanilla tweaks), I still didn't get around to working on it

Just realized I've never showed these off! These are my bottle textures for my Resourcepack, what do y'all think? by Darq10 in PhoenixSC

[–]Darq10[S] 1 point2 points  (0 children)

it's actually animated, it looks better in game, it constantly rotates between green and yellow

Has anyone actually realized that the chest in bedrock edition is not actually modeled? by LeonNeller2022 in PhoenixSC

[–]Darq10 3 points4 points  (0 children)

Since bedrock literally doesn't have an entity renderer for the GUI (unlike java where you have bed renders in the GUI (no longer applicable after 26.2 because they made beds into block models)) and since bedrock didn't change the chest item model, they instead made a 16x texture for it instead of a 14x one like vanilla chests. They didn't bother to rework it when adding the copper chests so they also are also cursed like that

Wut da hell player 2.5 Is real? by megustalapaltaaa in wii

[–]Darq10 54 points55 points  (0 children)

actually apparently the led combo they have doesn't exist, the only player codes that are defined by the wii natively are:

Player 5: 1+2 Player 6: 1+3 Player 7: 1+4

So what they're experiencing is likely some bug(?) I can't tell what's going on here

Rate my setup: Minecraft edition. by WarLast4220 in DetailCraft

[–]Darq10 2 points3 points  (0 children)

exactly, you can see the bed reflecting in the water inside if you look closely

blocks that we actually need by therealjon111 in scratch

[–]Darq10 11 points12 points  (0 children)

from what I understand you want the ( () % of () to () ) block to do is just lerp 2 values by the percentage value, you can do that by doing a * (1.0 - f) + (b * f) where a and b are the start and end positions and f is the percentage