SmokeyDope
  • Joined on 2023-01-09
9feb1f5972 add nether vine placement checks for top and bottom of nodes
SmokeyDope created branch nether_vine_top_bottom_placement_check in VoxeLibre/VoxeLibre 2024-01-08 00:28:06 +01:00
SmokeyDope commented on pull request VoxeLibre/VoxeLibre#4125 2024-01-08 00:14:31 +01:00
WIP: Nether vines placement fixes

@JoseDouglas26 If the solid node check didn't work out thats okay, the positional checks for top and bottom were what was most important and it looks like you implemented them good. All that was…

SmokeyDope pushed to fix_pumpkin_names at VoxeLibre/VoxeLibre 2024-01-07 23:38:55 +01:00
ebb7332d6c Update german translations for new pumpkin descriptions
SmokeyDope commented on pull request VoxeLibre/VoxeLibre#4125 2024-01-07 22:47:47 +01:00
WIP: Nether vines placement fixes

No problem, but I actually remembered that torches have a way of checking for solid blocks here is the block of code responsible

- Check if placement at given node is allowed
local function…
SmokeyDope commented on pull request VoxeLibre/VoxeLibre#4125 2024-01-07 22:32:11 +01:00
WIP: Nether vines placement fixes

I would try using a pre-existing group that fits the need well instead of inventing a new 'solid' group definition and retroactively applying it to all applicable nodes. The group building_block…

SmokeyDope commented on pull request VoxeLibre/VoxeLibre#4125 2024-01-07 22:19:09 +01:00
WIP: Nether vines placement fixes

I tried placing the twisting vines on both warped and crimson nylium, dirt, and netherrack. Under them, on top of them, on the sides of them. Why does the twisting vines check for solid nodes? And…

SmokeyDope commented on pull request VoxeLibre/VoxeLibre#4058 2024-01-07 22:02:33 +01:00
mapgen:villages:Increase village spawn chance

Here is chunk of code responsible for village generation checks found in mcl_villages/init.lua starting ln 81

if mg_name ~= "singlenode" then
	mcl_mapgen_core.register_generator("village…
SmokeyDope commented on pull request VoxeLibre/VoxeLibre#4125 2024-01-07 20:52:44 +01:00
WIP: Nether vines placement fixes

before changes: weeping and twisting vines could be placed either on top or bottom with no checks (incorrect) testing: weeping vines can be placed at top of block but not bottom (correct) twist…

SmokeyDope commented on pull request VoxeLibre/VoxeLibre#4127 2024-01-07 19:28:11 +01:00
Add hunger debug setting

Note that a similar issue exist with mobs_debug. It may be worth adding that into settings in a later pr as well if we decide to push this setting through.

SmokeyDope commented on pull request VoxeLibre/VoxeLibre#4113 2024-01-07 02:59:31 +01:00
WIP: Cherry grove

Was there any reason the old PR never went through? It looks like it was just about ready for merge.

SmokeyDope commented on pull request VoxeLibre/VoxeLibre#4112 2024-01-07 02:34:30 +01:00
WIP: Lush caves

@JoseDouglas26 The issue is that none of the new lush cave stuff has a limit on its maximum y level, or the humidity data to help minetest place lush caves in a more apropriate biome (the mc wiki…

SmokeyDope created pull request VoxeLibre/VoxeLibre#4127 2024-01-07 00:04:04 +01:00
Add hunger debug setting
SmokeyDope pushed to add-hunger-debug-setting at VoxeLibre/VoxeLibre 2024-01-06 23:50:44 +01:00
3c7597b75e Add hunger debug to settingtypes.txt
SmokeyDope pushed to add-hunger-debug-setting at VoxeLibre/VoxeLibre 2024-01-06 23:49:11 +01:00
SmokeyDope created branch add-hunger-debug-setting in VoxeLibre/VoxeLibre 2024-01-06 23:49:09 +01:00
SmokeyDope pushed to master at VoxeLibre/VoxeLibre-Plus 2024-01-05 19:21:13 +01:00
068e5775c0 Merge pull request 'More Blocks Mod (decorative blocks)' (#41) from More_Blocks into master
2ba1fc3026 Update mcl_more_blocks/init.lua
25e2857e4d Add snow bricks and snow brick tiles
fe06d5e115 add texture
acb42fdd07 move_texture
Compare 6 commits »
SmokeyDope closed issue VoxeLibre/VoxeLibre-Plus#38 2024-01-05 19:21:10 +01:00
Snow Bricks
SmokeyDope merged pull request VoxeLibre/VoxeLibre-Plus#41 2024-01-05 19:21:09 +01:00
More Blocks Mod (decorative blocks)