AFCMS commented on pull request VoxeLibre/VoxeLibre#3784 2023-07-17 20:49:21 +02:00
add 1.20 armor trims

@AFCMS if so, does that apply to archaeology as well? I'll quote wsor here:

wsor: (https://discord.com/channels/369122544273588224/1130002139628970074) meta aside, pretty sure…

AFCMS commented on pull request VoxeLibre/VoxeLibre#3784 2023-07-17 09:47:40 +02:00
add 1.20 armor trims

IMO what should be done is implement armor trims the same way as banners (without really matching inventory icons) and then implement these icons using Minetest 5.8 API later.

Just checked…

AFCMS commented on issue VoxeLibre/VoxeLibre#3840 2023-07-15 16:36:18 +02:00
add a scroll to the creative's inventory

I got an extremely small patch and really good looking scrolling behavior like mc but I am experiencing an issue when large amounts of items are displayed in a list (in the search tab): you can no…

AFCMS commented on issue VoxeLibre/VoxeLibre#3840 2023-07-15 06:29:19 +02:00
add a scroll to the creative's inventory

Using Minetest scrollbar would lead into a small server performance improvement (no longer need to generate all the "pages" server side, less client->server->client lag)

But IDK if is…

AFCMS commented on pull request VoxeLibre/VoxeLibre#2635 2023-07-14 17:41:35 +02:00
Formspec Refactoring

This change seem completly unrelated to the PR, so I think its a rebase problem.

AFCMS pushed to formspec-v4 at AFCMS/MineClone2 2023-07-14 16:44:56 +02:00
bf9408074d Update meshhand
35c1831df1 Remove duplicated armor update code
3693ca0476 Update inventory when player visuals change
13e43f5975 Remove duplicated creative inventory code
0f0a7d4578 Remove duplicated creative digging code
Compare 63 commits »
AFCMS pushed to master at AFCMS/MineClone2 2023-07-14 16:44:30 +02:00
f83f11bdaa Merge pull request 'Cherry saplings can be potted.' (#3827) from potted_cherry_sapling into master
48bab788f0 Merge pull request 'release_0_48_very_nice' (#3838) from release_0_48_very_nice into master
0304091756 Post-release set version 0.85.0-SNAPSHOT
b998066391 Set version 0.84.0
9bc48fec13 Fix release note 0.84
Compare 9 commits »
AFCMS pushed to formspec-v4 at AFCMS/MineClone2 2023-07-14 16:44:07 +02:00
c9c82ff81d Update meshhand
2bf85582dc Remove duplicated armor update code
6c2cbe0759 Update inventory when player visuals change
a40d1052bd Remove duplicated creative inventory code
6ebcbc6b52 Remove duplicated creative digging code
Compare 9 commits »
AFCMS commented on pull request VoxeLibre/VoxeLibre#2635 2023-07-13 22:13:28 +02:00
Formspec Refactoring

Will address @MrRar comments.

AFCMS commented on pull request VoxeLibre/VoxeLibre#2635 2023-07-13 22:09:25 +02:00
Formspec Refactoring

I like it for the same reasons as @MrRar

Was not even the autoformater (which I disabled in the latest commits), since I use it for my tables, I added these to other tables in the modified file…

AFCMS commented on pull request VoxeLibre/VoxeLibre#2635 2023-07-13 22:04:21 +02:00
Formspec Refactoring

Will fix the formatting stuff (was probably made when I started the pr)

AFCMS commented on pull request VoxeLibre/VoxeLibre#3784 2023-07-02 20:04:18 +02:00
add 1.20 armor trims

I personally disagree with breaking world compatibility! There are tons of worlds and servers that are actively played since like the project's inception, and there just HAS to be a way for…

AFCMS commented on pull request VoxeLibre/VoxeLibre#3784 2023-07-01 22:01:39 +02:00
add 1.20 armor trims

I think it would be better to implement the armor trims without registering new items. We can already use functions in item defs to dynamically determine the player armor textures (I asked…

AFCMS commented on pull request VoxeLibre/VoxeLibre#2635 2023-06-29 21:21:04 +02:00
Formspec Refactoring

Better now?

AFCMS pushed to formspec-v4 at AFCMS/MineClone2 2023-06-29 21:20:48 +02:00
2cff27d971 Fix formating in `mcl_anvils`
AFCMS commented on pull request VoxeLibre/VoxeLibre#2635 2023-06-29 21:19:01 +02:00
Formspec Refactoring

Is it better now? The line is really really long.

AFCMS pushed to formspec-v4 at AFCMS/MineClone2 2023-06-29 21:18:35 +02:00
fa8dfe5b01 Fix `mcl_books` formating?
AFCMS pushed to formspec-v4 at AFCMS/MineClone2 2023-06-29 21:14:52 +02:00
189b9dbf71 Use new vectors in `mcl_chests`