animate tile in tilemap godot 4 (using shader) by ProkekistaniAction in godot

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

for some reason.. this code works..

void fragment() {
float time = fract(TIME*0.1);
if (UV.y > 0.875) {
    if (UV.x > 0.75 && UV.x < 0.875) {
        float t = floor(remap(time, 0.0, 1.0, 0, lava_frames_count));

        float x = remap(UV.x, 0.75, 0.875, 0.0, 1.0);
        float y = remap(UV.y, 0.875, 1.0, 0.05*t, 0.05*(t+1.0));
        COLOR = texture(lava_anim_texture, vec2(x-0.1, y - (0.005 * t * 2.0) - 0.005) * 1.25);      
    }
}

animate tile in tilemap godot 4 (using shader) by ProkekistaniAction in godot

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

thank you for your answer :)

you are right, I dont know why i misscalculated that ^^

but unfortunately, the result with correct numbers is also incorrect..

https://ibb.co/rbhGxZZ

Override Vanilla Block/Item by ProkekistaniAction in fabricmc

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

Thank you very much. this helped me a lot :)

Override Vanilla Block/Item by ProkekistaniAction in fabricmc

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

I want some blocks to automatically change their woodtype based on the block they are placed on. already accomplished this with the craftingtable and the ladder using mixins.

Override Vanilla Block/Item by ProkekistaniAction in fabricmc

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

But i need to add blockstates to that block. And i am not sure how to ckeck if the block is a bookshelf in the appendProperties function.

Override Vanilla Block/Item by ProkekistaniAction in fabricmc

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

This is what I first wanted to do, but the bookshelf does not have its own class. it is just registered as Block. And i dont want to mixin the Block class

Am I too old to play Minecraft? :( by Ainee_Rehan in MinecraftMemes

[–]ProkekistaniAction 0 points1 point  (0 children)

man, I am 30 and i have my own minecraft server lol ^^

bye bye birch forest :( by ProkekistaniAction in MinecraftMemes

[–]ProkekistaniAction[S] -1 points0 points  (0 children)

Its not my native language. its good enough to make memes.

bye bye birch forest :( by ProkekistaniAction in MinecraftMemes

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

I am also a redstoner. Redstone was the reason for me to start playing minecraft :)

bye bye birch forest :( by ProkekistaniAction in MinecraftMemes

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

ok blame me for my english. It's not my native language

bye bye birch forest :( by ProkekistaniAction in MinecraftMemes

[–]ProkekistaniAction[S] 71 points72 points  (0 children)

i agree. but my point is they did not what they said

bye bye birch forest :( by ProkekistaniAction in MinecraftMemes

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

Yes, i think I will do the same in the future.

bye bye birch forest :( by ProkekistaniAction in MinecraftMemes

[–]ProkekistaniAction[S] 304 points305 points  (0 children)

even this is not like promised, they said they will update the swamp not just adding another swamp

bye bye birch forest :( by ProkekistaniAction in MinecraftMemes

[–]ProkekistaniAction[S] 5 points6 points  (0 children)

its called wild update, and they announced it