• Tennessee USA
  • "Only in Christ do we find real love, and the fullness of life. And so I invite you today to look to Christ." - St. John Paul II

  • Joined on 2022年07月11日
MrRar commented on issue mineclonia/mineclonia#1318 2024年04月14日 19:53:07 +02:00
global mcl_skins a nil value

I guess you have mcl_skins disabled in Minetest settings?

MrRar commented on issue mineclonia/mineclonia#1193 2024年03月26日 02:41:18 +01:00
What's the long term vision of Mineclonia

I thought about making a debian/ubuntu package a while back maybe I'll do that some time.

Then everyone will have an easy way to get an outdated version lol.

MrRar commented on issue mineclonia/mineclonia#997 2024年01月20日 03:30:39 +01:00
De-spaghettify mcl_playerplus

Also mcl_player sets player animations so does mcl_player_plus. Those functions should be combined in my opinion.

MrRar commented on issue mineclonia/mineclonia#974 2024年01月16日 04:13:11 +01:00
Mineclonia's Custom Skin mod is broken?

You can still use Minecraft skins but you have to resize them. You'll need to open the texture in an image editor and crop the skin to only include the top 64x32 half.

MrRar commented on issue mineclonia/mineclonia#974 2024年01月16日 04:10:05 +01:00
Mineclonia's Custom Skin mod is broken?

Minecraft skins are incompatible with Mineclonia and Minetest in general. Minecraft skins are 64x64. Minetest skins are 64x32. There was talk of adding support for Minecraft skins to MineClone2...

MrRar commented on pull request mineclonia/mineclonia#581 2023年09月20日 18:36:58 +02:00
Show maps as inventory image in minetest 5.8

Last weekend I started trying to do this for banners but I haven't figured it out yet.

MrRar created branch master in MineClone2/mcl_custom_skins 2023年09月12日 00:00:39 +02:00
MrRar pushed to master at MineClone2/mcl_custom_skins 2023年09月12日 00:00:39 +02:00
23fea69a01 Log a warning when register_simple_skin is missing
c2f23fd6b4 Add license
9caec04417 Initial commit
MrRar commented on pull request mineclonia/mineclonia#549 2023年09月04日 20:34:31 +02:00
Fix a number of crashes involving unknown nodes, also fix fishbuckets on_place

I don't care very much about the new function in mcl_utils it's a small amount of code and can be copied anytime it's needed (which is how it is now). I have cherry picked these commits to my MCL2 PR.

MrRar commented on issue mineclonia/mineclonia#428 2023年08月09日 20:58:34 +02:00
creative dig speed is inconsistent with skin customization enabled/disabled

It should be if skin customization is enabled. With skin customization disabled, it looks at the setting.

MrRar commented on pull request mineclonia/mineclonia#410 2023年08月01日 23:35:46 +02:00
Fix cherry chest boat inv texture

I disagree that the new inventory texture looks. With this PR, the new inventory image also no longer looks like the boat entity when placed in the world since it does not have the black iron...

MrRar commented on pull request mineclonia/mineclonia#145 2023年05月05日 20:23:27 +02:00
improve /clearmobs command

Doesn't appear to work.

For me /clearmobs monster and /clearmobs passive does nothing. /clearmobs all works.

I remember pointing out that very thing on the original PR:...

MrRar commented on pull request mineclonia/mineclonia#158 2023年05月05日 14:48:54 +02:00
Support external custom skins mod

I'll fix this when I know where the mcl_skins_mod is going to live.

MrRar commented on pull request mineclonia/mineclonia#158 2023年05月04日 15:07:57 +02:00
Support external custom skins mod

I was expecting mcl_custom_skins to go into the mineclonia.

MrRar commented on pull request mineclonia/mineclonia#158 2023年05月04日 15:01:41 +02:00
Support external custom skins mod

here's a simple playermeta dumper ... you can dump just 1 field by using the first argument e.g. /playermeta mcl_skins:skin

0cda458d2e...

MrRar pushed to skins at MrRar/mineclonia 2023年05月02日 21:34:07 +02:00
9e44f6bee7 Add mcl_custom_skins info to the README
510fcbcef9 Support external custom skins mod
fd9486e7b1 Disable beehive/nest drops in creative
2d66924dc2 Fix rain extinguishing fires etc. in dry biomes
4850c87483 Prevent placement of fire into nodes above water
Compare 31 commits »
MrRar commented on issue mineclonia/mineclonia#176 2023年05月01日 20:55:23 +02:00
evaluate if mcl2/#3284 is worth porting

groupcaps can't be put in the hand tool. See: https://github.com/minetest/minetest/issues/13086

MrRar commented on issue mineclonia/mineclonia#176 2023年05月01日 20:49:45 +02:00
evaluate if mcl2/#3284 is worth porting

I see, so the changes you had to make in mcl_autogroup was to handle item drops, or was there another reason?

There are two catigories of changes to autogroups:

One is to convert...

MrRar commented on issue mineclonia/mineclonia#176 2023年05月01日 18:59:45 +02:00
evaluate if mcl2/#3284 is worth porting

It does however look like Minetest supports a better way to do this. If...

MrRar commented on issue mineclonia/mineclonia#176 2023年05月01日 16:34:48 +02:00
evaluate if mcl2/#3284 is worth porting

maybe I was wrong to say that but backporting all the mcl2 stuff I had the impression there were other problems with it. the description of the PR I linked seemed to suggest that too:

...