• Joined on 2018-08-05
basxto commented on issue VoxeLibre/VoxeLibre#2193 2023-08-24 17:47:35 +02:00
Improve the controls

Since it came up on discord/matrix.

We can replicate some similar functionality with buttons, even though we can’t bind it to all those click combinations.

https://content.minetest.net/pack

basxto commented on issue VoxeLibre/VoxeLibre#3867 2023-08-21 03:37:32 +02:00
New Project Manager and the case for a new name

but IMO we should consider adding some mcl2 specific things that are original enough so Mojang do not add feature that compete with them

Ideally something that uses minetest’s strengths,…

basxto created pull request VoxeLibre/VoxeLibre#3895 2023-08-20 03:23:32 +02:00
Replace spaces in itemstrings with underscore
basxto pushed to fixspace at basxto/MineClonXX 2023-08-20 03:21:43 +02:00
28d77a3e5b Replace spaces in itemstrings with underscore
basxto created branch fixspace in basxto/MineClonXX 2023-08-20 03:21:43 +02:00
basxto commented on pull request VoxeLibre/VoxeLibre#3894 2023-08-19 00:16:12 +02:00
[WIP] Enable biomes and generation for biomegen

It seems that scoping is related to mapgen threads, so we can probably just override them … and it will only override them in the current thread (?), but I’m not sure.

basxto commented on pull request VoxeLibre/VoxeLibre#3894 2023-08-19 00:01:48 +02:00
[WIP] Enable biomes and generation for biomegen

Own nether generator could at least make it easier to place things there.

The thing with minetest.get_mapgen_object() is that it’s scoped, on_generate() is always connected with a map…

basxto commented on pull request VoxeLibre/VoxeLibre#3894 2023-08-18 23:04:26 +02:00
[WIP] Enable biomes and generation for biomegen

(this is the lvm_example mapgen slightly modified to generate mcl nodes).

No need for this, there is a version that usese [biomegen](https://content.minetest.net/packages/ROllerozxa/lvm_exampl

basxto created pull request VoxeLibre/VoxeLibre#3894 2023-08-18 14:25:53 +02:00
[WIP] Enable biomes and generation for biomegen
basxto pushed to biomegen at basxto/MineClonXX 2023-08-18 14:11:00 +02:00
cba8b658fd Include biomegen in generation where possible
basxto pushed to biomegen at basxto/MineClonXX 2023-08-18 13:35:36 +02:00
813d669875 Enable biomes for lua mapgens using biomegen
basxto created branch biomegen in basxto/MineClonXX 2023-08-18 13:35:36 +02:00
basxto pushed to mineclone2 at basxto/MineClonXX 2023-08-18 13:24:59 +02:00
d3fb221641 Merge pull request 'Fix meshhand with mcl_skins disabled' (#3864) from skins into master
6756358307 Fix meshhand with mcl_skins disabled
6cdd679baf Merge pull request 'Fix attribution and typo' (#3886) from basxto/MineClonXX:basxto-attrfix-again into master
d7ea628270 Revert reversion of 822071c66b30d9a1da3ae810d038bebdb65e101c
Compare 4 commits »
basxto commented on issue VoxeLibre/VoxeLibre#3893 2023-08-18 05:44:35 +02:00
Support for biomegen

cname = minetest.get_name_from_content_id(tonumber(c) or c_stone) (and c_water in the 2nd case)

That just makes all names non-walkable liquids.

basxto commented on issue VoxeLibre/VoxeLibre#3893 2023-08-18 05:05:04 +02:00
Support for biomegen

the node_top etc. fields are the itemstrings not the node IDs though

I printed the values I got there and it was mostly numbers.

minetest.register_biome() takes itemtrings, but we…

basxto commented on issue VoxeLibre/VoxeLibre#3893 2023-08-18 03:27:24 +02:00
Support for biomegen

Yes, neither dungeons nor caves get generated.

I realized, I’m testing with a very old version mineclonia. And I can’t log into gitlab.

I can get it in a non-crashing state when…

basxto commented on issue VoxeLibre/VoxeLibre#3893 2023-08-17 21:42:02 +02:00
Support for biomegen

(I can’t comment on gitlab, since cloudflare's bot protection locks me out)

Maybe it would be better to just create a default biome instead of all the if and or?

				biome =
basxto commented on issue VoxeLibre/VoxeLibre#3893 2023-08-17 18:52:47 +02:00
Support for biomegen

I had it crash a lot too when I tried to let mcl define the biomes

basxto opened issue VoxeLibre/VoxeLibre#3893 2023-08-17 16:45:26 +02:00
Support for biomegen
basxto closed issue VoxeLibre/VoxeLibre#3888 2023-08-16 12:26:02 +02:00
Glass doesn’t block chests