Debucquoy Anthony tonitch

Results 46 comments of Debucquoy Anthony tonitch

I don't really know if any other block should have the fluid peripheral by default. So I assume this goes down to implementing these two: - https://mcstreetguy.github.io/NeoForgeJavaDocs/1.20.4-20.4.237/net/neoforged/neoforge/fluids/CauldronFluidContent.html - https://maven.fabricmc.net/docs/fabric-api-0.102.0+1.21/net/fabricmc/fabric/api/transfer/v1/fluid/CauldronFluidContent.html#registerCauldron(net.minecraft.block.Block,net.minecraft.fluid.Fluid,long,net.minecraft.state.property.IntProperty) I'm...

```bash $ git clone [email protected]:turanszkij/WickedEngine $ cd WickedEngine/Template_Linux $ cmake -S . -B build $ cmake --build build -j 12 [ 50%] Building CXX object CMakeFiles/Template_Linux.dir/main.cpp.o In file included from...

for sure. Just for context, here is the makefile I usually use and when I do make, the project compile as intended. ```Makefile .PHONY: all clean run export TEXINPUTS :=...

Thanks for your help, here is a small template project I just made to test and the bug appears as well https://github.com/tonitch/tex-example I can compile using the makefile and I...

> I've looked at your config, and there is nothing that stands out to me as wrong here. Out of curiosity, do you have the same problem with both Vim...

I recently found out that simple "dump" page of information is often enought to satisfy this need : https://github.com/Tiviacz1337/Travelers-Backpack/wiki for instance I can get pretty much all the info I...