• Joined on 2023年11月01日
ketwaroo commented on pull request mineclonia/mineclonia#1056 2024年02月03日 08:22:27 +01:00
WIP: Use leveled nodebox for applicable nodes

well seeing as the param2 is used by at least 1 mod (see mineclonia/mineclonia#1047 ), snow might be the only situation where it would work, it would result in 8 more...

ketwaroo commented on issue mineclonia/mineclonia#1047 2024年02月01日 07:21:37 +01:00
Snow and cake (and maybe others?) should use leveled nodeboxes with param2 instead of multiple nodes

well specifically, this mod (which is taking forever to be approved on contentdb) but yeah it might not be a big deal since I can always...

ketwaroo commented on issue mineclonia/mineclonia#1047 2024年02月01日 06:06:19 +01:00
Snow and cake (and maybe others?) should use leveled nodeboxes with param2 instead of multiple nodes

This is just me but I have a few mods where I change the paramtype2 of snow and ice to color and my kids and I paint the snow biomes.

if param2 is used for levels, we wouldn't be able to do...

ketwaroo pushed to place-node-test-command at ketwaroo/mcl_devtest 2024年01月09日 06:43:30 +01:00
d990bda226 snippet to test minetest.place_node() against all registered nodes.
ketwaroo pushed to check-nil-placer at ketwaroo/mineclonia 2024年01月09日 06:20:57 +01:00
a5389c4826 Add checks for nil placer for on_place(). can cause mintest.place_node() to crash
ketwaroo created pull request mineclonia/mcl_devtest#3 2024年01月09日 06:15:39 +01:00
snippet to test minetest.place_node() against all registered nodes.
ketwaroo pushed to place-node-test-command at ketwaroo/mcl_devtest 2024年01月09日 06:14:29 +01:00
5002b76bc4 snippet to test minetest.place_node() against all registered nodes.
ketwaroo created branch place-node-test-command in ketwaroo/mcl_devtest 2024年01月09日 06:14:29 +01:00
ketwaroo created repository ketwaroo/mcl_devtest 2024年01月09日 04:14:24 +01:00
ketwaroo pushed to check-nil-placer at ketwaroo/mineclonia 2024年01月09日 03:55:32 +01:00
1fd53e8566 Add checks for nil placer for on_place(). can cause mintest.place_node() to crash
ketwaroo commented on pull request mineclonia/mineclonia#937 2024年01月09日 02:46:32 +01:00
Add nil checks for placer when using on_place

good point. I'll add a chatcommand to mcl_devtest in a bit.

About the non node ones, craft items seem to have an on_place where a placer is passed. I'll double check if it's an issue and revert...

ketwaroo pushed to check-nil-placer at ketwaroo/mineclonia 2024年01月09日 02:24:31 +01:00
0de5ea661c nil check for placer on_place() second pass.
c96b29dfef refactor stairs placement duplicated code
639c53a5f2 Should check for nil placer. can cause mintest.place_node() to crash
0c419527ca Update decorated pot nodebox
6208d46a54 Fix crash when exploding bed in the nether
Compare 10 commits »
ketwaroo commented on pull request mineclonia/mineclonia#937 2024年01月07日 03:36:26 +01:00
Add nil checks for placer when using on_place

Not a strictly placer related refactor but it removes some duplicated logic and reduces lines of code. Stair and slab placement still behave the same afterwards

ketwaroo created pull request mineclonia/mineclonia#937 2024年01月07日 03:35:01 +01:00
WIP: Add nil checks for placer when using on_place
ketwaroo pushed to check-nil-placer at ketwaroo/mineclonia 2024年01月07日 03:24:38 +01:00
98ff547da9 refactor stairs placement duplicated code
d64645dae9 Should check for nil placer. can cause mintest.place_node() to crash
Compare 2 commits »
ketwaroo pushed to check-nil-placer at ketwaroo/mineclonia 2024年01月05日 06:22:26 +01:00
579d8aec53 Should check for nil placer. can cause mintest.place_node() to crash
ketwaroo created branch check-nil-placer in ketwaroo/mineclonia 2024年01月05日 06:22:26 +01:00
ketwaroo pushed to missing-stairs-slabs-concrete-group at ketwaroo/mineclonia 2024年01月05日 04:51:25 +01:00
fa30f2694b Adds concrete group to definition when registering concrete slabs and stairs.
b308b027d5 default.gui_bg and gui_bg_img appear to be deprecated and cause crashs occasionally.
ff24dd3fa0 Fix vindicators falling through the ground
b6800b4274 Move damage particles setting to Graphics
ce2826339a Invert "Disable mod damage particles" setting
Compare 10 commits »
ketwaroo created branch missing-stairs-slabs-concrete-group in ketwaroo/mineclonia 2024年01月05日 04:51:24 +01:00
ketwaroo deleted branch defaul_gui_bg_is_nil from ketwaroo/mineclonia 2024年01月04日 08:08:35 +01:00