𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟 MrRar
MrRar created pull request VoxeLibre/VoxeLibre#4108 2023-12-29 19:25:06 +01:00
WIP:Show elytra animation when using elytra
MrRar pushed to elytra at VoxeLibre/VoxeLibre 2023-12-29 19:17:42 +01:00
1a53c66fc2 Show elytra animation when using elytra
MrRar pushed to elytra at VoxeLibre/VoxeLibre 2023-12-29 19:14:30 +01:00
MrRar created branch elytra in VoxeLibre/VoxeLibre 2023-12-29 19:14:30 +01:00
MrRar created pull request VoxeLibre/VoxeLibre#3954 2023-09-28 20:12:13 +02:00
mcl_skins: link to official mcl_custom_skins
MrRar pushed to skins at VoxeLibre/VoxeLibre 2023-09-28 20:10:27 +02:00
2bd6678b08 mcl_skins: link to official mcl_custom_skins
MrRar created branch skins in VoxeLibre/VoxeLibre 2023-09-28 20:10:26 +02:00
MrRar commented on pull request VoxeLibre/VoxeLibre#3949 2023-09-28 16:16:24 +02:00
Point mcl_custom_skins link to a working URL

Link is legit.

Did you not read my comment?

MrRar commented on pull request VoxeLibre/VoxeLibre#3949 2023-09-25 15:49:58 +02:00
Point mcl_custom_skins link to a working URL

This should have been taken care of a long time ago. Thanks for trying to fix this. The link is actually supposed to be: https://codeberg.org/MineClone2/mcl_custom_skins

MrRar commented on issue VoxeLibre/VoxeLibre#3927 2023-09-13 23:54:32 +02:00
Support Unicode text on signs

erle: we made a little discovery that since [png blindly passes on the image data to irrlicht as an in-memory file, it works for inlining images of any format, not just PNG

MrRar commented on issue VoxeLibre/VoxeLibre#3935 2023-09-12 23:42:43 +02:00
minetest.log() function causes crash

Are you sure you haven't accidentally changed it locally?

ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod '??' in callback luaentity_Step(): ...t/bin/../games/MineClone2/mo…

MrRar commented on issue VoxeLibre/VoxeLibre#3935 2023-09-12 19:22:36 +02:00
minetest.log() function causes crash

This crash seems to be impossible: b4c693bb20/mods/ENTITIES/mcl_mobs/api.lua (L476)

minetest.log() is…

MrRar commented on issue VoxeLibre/VoxeLibre#3927 2023-09-11 22:50:32 +02:00
Support Unicode text on signs

Now show me some code that has managed to render the same text in a similar quality (e.g. handling single-width/double-width, combining characters, tabulators, automatic kerning) with that…

MrRar commented on issue VoxeLibre/VoxeLibre#3927 2023-09-11 16:18:32 +02:00
Support Unicode text on signs

I think it would be better to use texture transforms to combine the letters. We already have the map images that are never garbage collected. I don't think we need more of that.

MrRar commented on issue VoxeLibre/VoxeLibre#3903 2023-09-11 15:47:46 +02:00
Simple skins as skin templates

@Michieal

Also, do we have any updates on the Mineclone Skin Server? I mean, that would go hand in hand with this.

Looks like the public repo hasn't seen an update since May other than…

MrRar commented on issue VoxeLibre/VoxeLibre#3921 2023-09-07 14:58:21 +02:00
minor typos in comments

aleady -> already

MrRar commented on issue VoxeLibre/VoxeLibre#3918 2023-09-06 15:35:09 +02:00
Potentially update jukebox music to newer songs

What existing music are you referring to?

How did you decide which tracks to select for removal?

I think track 6 would be a good one to remove it sounds to mellow and boring. Track 1 is one…

MrRar commented on issue VoxeLibre/VoxeLibre#3919 2023-09-06 14:57:39 +02:00
.blend Model file duplicates

The pillager .blend file is the only one that exists as far as I know. All .blend files should be moved to the VoxelGoodEnough repo.

MrRar commented on pull request VoxeLibre/VoxeLibre-Plus#43 2023-09-05 21:58:31 +02:00
Update readme.md

The warning that the mod pack will irrevocably modify worlds needs to be more specific. I have no idea what's in this mod pack but if all it does is add some nodes and items no warning is…

MrRar commented on issue VoxeLibre/VoxeLibre#3874 2023-09-05 20:46:06 +02:00
The game is crashing on my android phone

Here's where @cora said it worked on her 2GB RAM phone a year ago: MineClone2/MineClone2#2696 (comment)

The problem is that people don't know how to…