chuggafan
chuggafan
Large pastures spawn them over time iirc
IIRC the witchery biome changing still works, try it
The name of every biome is written as "Bloody wasteland", not the biome itsself ;)
Intentional, needs to be closed
@drz2k is it intentional for mineshafts to have loot, or is this not possible to stop?
if you even get 1 elderitch obelisk I can get infinite pearls, with ease, there's MFR in the pack, right?
Ok, since you didn't re-add those while I wasn't looking aren't there litterally infinite pearls? as it's possible to automate the making of the pearls on the altar (I can't...
The file peports.c seems to have a lot of GCC/CLANG specific builtins that are not supported as of right now in OrangeC (e.g. `__PTRDIFF_TYPE__`, `__SIZE_TYPE__`, `__builtin_unreachable`, `__builtin_setjmp`, `__builtin_memcpy`, etc. etc.)....
https://github.com/LADSoft/OrangeC/blob/master/src/omake/os_specific/Linux/Linux_Jobserver.cpp For the jobserver we actually do use named pipes, so as long as OMake hasn't changed from the JobServer api I set up way earlier it should be using...
https://github.com/LADSoft/OrangeC/issues/659 This implementation with pipes is spec with GNU make, I didn't mean to say "named pipes", it's a good old regular UNIX pipe as per the spec as mentioned...