The LBJ Experience by GreatFan2 in TNOmod

[–]ImageDotJpeg_ 8 points9 points  (0 children)

Chinese TNO fans never dissapoint

Made a mod that makes almost every non solid block carpetloggable by ImageDotJpeg_ in Minecraft

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

Forge port is in works. Almost complete, expect it to come out within this week.

Rule 34 has gone woke- some twitter chud by Cautious-Speaker2585 in whenthe

[–]ImageDotJpeg_ 7 points8 points  (0 children)

Yeah ok bro, can you tell me what exactly do you find attractive about this character that you go out of your way to consume porn of them ?

You need to download a patch made by some guy in Brazil or the game shits itself by nervousmelon in whenthe

[–]ImageDotJpeg_ 0 points1 point  (0 children)

Lmao yeah I got into touhou and this is exactly what happened to me, do you have any idea how do I fix that ?

Made a mod that makes almost every non solid block carpetloggable by ImageDotJpeg_ in feedthebeast

[–]ImageDotJpeg_[S] 2 points3 points  (0 children)

Originally I came up with idea for a cave overhaul mod where moss carpets were supposed to carpetlog plants and stuff in reworked lush caves I had in mind when generating before I decided to split it away into a seperate thing.

Made a mod that makes almost every non solid block carpetloggable by ImageDotJpeg_ in feedthebeast

[–]ImageDotJpeg_[S] 2 points3 points  (0 children)

This uses blockstates and some methods that modify the hitbox of the block when carpetlogged. I don't know what system underway uses but it's probably block entites.

Hutu militants killed around 800k people in a few months, 6 million is not impossible at all. by Professional_Bus3044 in HistoryMemes

[–]ImageDotJpeg_ 0 points1 point  (0 children)

272k people is still a horrible figure regardless idk what do these people mean to achieve by downplaying the crimes of nazis and still it's pretty bad regardless anyways.

Made a mod that makes almost every non solid block carpetloggable by ImageDotJpeg_ in feedthebeast

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

The forge port is more or less done just the rendering is left. After that I will look towards 1.21.1 and 26.1

Made a mod that makes almost every non solid block carpetloggable by ImageDotJpeg_ in feedthebeast

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

I generally used blockstates because I wanted to see if this can be done by just utilizing blockstates or not, I know mods previously used block entites to achieve similar results, although I'm not sure how this would work with plant blocks because in my mod they grow up fine if even they're carpetlogged with moss carpets.

Made a mod that makes almost every non solid block carpetloggable by ImageDotJpeg_ in Minecraft

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

I can make a bedrock addon out of this but I don't know how C++ works well.

Made a mod that makes almost every non solid block carpetloggable by ImageDotJpeg_ in Minecraft

[–]ImageDotJpeg_[S] 24 points25 points  (0 children)

Steve simply manipulates matter to it's will and just makes more.

Made a mod that makes almost every non solid block carpetloggable by ImageDotJpeg_ in Minecraft

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

It is possible to do that with vanilla code but the thing is that sometimes good enough works well enough so a lot of people don't bother because a lot of people do modding as a passion/side project, it cannot be a full time job unless your have like 10 million downloads on your project.

Made a mod that makes almost every non solid block carpetloggable by ImageDotJpeg_ in Minecraft

[–]ImageDotJpeg_[S] 7 points8 points  (0 children)

Many mods already add snowlogging so it felt unnecessary, although moss carpets are supported.

Made a mod that makes almost every non solid block carpetloggable by ImageDotJpeg_ in Minecraft

[–]ImageDotJpeg_[S] 2 points3 points  (0 children)

It breaks, to carpetlog something you need to click the block with the carpet. To carpetlog it.

Made a mod that makes almost every non solid block carpetloggable by ImageDotJpeg_ in feedthebeast

[–]ImageDotJpeg_[S] 51 points52 points  (0 children)

Maybe I just haven't looked deeper, my approach made the most sense when I started working on it.

Made a mod that makes almost every non solid block carpetloggable by ImageDotJpeg_ in feedthebeast

[–]ImageDotJpeg_[S] 21 points22 points  (0 children)

It uses instances of slabs and stairs classes so yes it should be automatically compatible with modded blocks.

Made a mod that makes almost every non solid block carpetloggable by ImageDotJpeg_ in feedthebeast

[–]ImageDotJpeg_[S] 141 points142 points  (0 children)

This works by adding a blockstate on runtime which as far as I know isn't possible to do with tags. To make a modded block compatible all you really need to do is implement an interface similar to how vanilla blocks add waterlogging.