I would contribute more often, sadly the environment created here has become toxic and i am considering joining mineclonia instead, like many before me.
See here for one of the reasons…
Mobs have a parameter called runaway_from that checks for entities close to the mob. I think a way to resolve this issue could be to add a way to search for blocks in the search area, just like…
Is there no utility function for this? Tightly coupling this to the implementation isn't great.
Are these fully your unique textures? Are they derived from MC or PP or designed from scratch? If they are original, are you happy with a CC style licence?
Oh nice. Any chance you could create a PR to https://git.minetest.land/MineClone2/voxelgoodenough for the model.
I don't know if it's getting to the point we need a models folder or not, but at…
Are you saying if we lower the world, slime chunk will still be same height? Did they not change with caves and cliffs?
- Villagers will go to town bell for lunctime
Shouldn't villagers also run into their homes and close the door if you ring the bell? Is there a plan to implement this feature?
We…
Upon popular demand 😉 retested the master branch using the same method. I had to retest the crimson forest in both tests, because I couldn't find the original location - replaced it with a…
I think this is why mcl_vars exist. It should be the main link between mc and mcl2, so if the overworld bedrock position drops, everything drops, so we should try to base it off those. That should…
Updated the test with more locations.
Overall looks good!
The things that stood out to me ([highlighted in yellow in the spreadsheet](https://docs.google.com/spreadsheets/d/1a2OkLpH…
Logic should be indented within an if block, but best to answer the comment from MrRar first.
You've come a long way, and it's been great having you around contributing. You've solved or helped to solve some problems that have been quite annoying for players so it's made a difference! That…
We have to be really careful with ABMs. They're already really heavy and sometimes don't run. We need to get the burden down. I'm hoping this doesn't lag hard every 8 seconds, and in particular on…
I personally think after about 50-100 blocks, it's absolutely ridiculous and it isn't a mechanic I care much for. Can always just add multiple deep water blocks for deeper drops. For practical…
I personally think about 100 blocks, it's absolutely ridiculous and it isn't a mechanic I care much for. Can always just add multiple deep water blocks for deeper drops.
mcl_minecarts:golden_rail_on
I think it is called when the signal changes to "on". see:
dd7d56a385/mods/ITEMS/REDSTONE/mesecons/int
…
mcl_sounds
in various redstone mods
Duplicate of this:
It's due to use using the mesecons namespace. We really need to consider getting off that with our own, but in…
Our of curiosity. How did you do this @the-real-herowl . I'm assuming you didn't cherry-pick 99 commits? Removing the merge commit in an interactive rebase?