seventeenthShulker
  • Joined on 2023-06-17
seventeenthShulker commented on issue VoxeLibre/VoxeLibre#4634 2024-09-12 17:37:02 +02:00
make shift clicking items in the inventory not put them in the crafting 2x2 grid but in the hotbar or inventory

Armor items not shift-clicking into the armor slots is a known issue (it once worked but has since been broken): see #4451, #631

For anything that isn't armor (or a shield), I would agree with…

seventeenthShulker pushed to upstream/soul_soil_speed at VoxeLibre/VoxeLibre 2024-09-05 19:08:15 +02:00
6816a63dde Update English translation keys with soul soil
ca42b199ec Use soul_block group for soul speed bonus
9c981c7a3c Soul speed works on soul soil too
593a095a5f Fix "generateImagePart" warning (#4624)
e9bf509c85 Add crash guards against unknown items (#4623)
Compare 60 commits »
seventeenthShulker pushed to upstream/rewritable_maps at VoxeLibre/VoxeLibre 2024-08-31 15:54:19 +02:00
3541250546 Add note about updating the map to translation keys
seventeenthShulker pushed to upstream/rewritable_maps at VoxeLibre/VoxeLibre 2024-08-31 15:53:56 +02:00
5eee8abcad Why did my editor not show whitespace differences
c9945f3911 Filled maps redraw their contents (same location) on use
573269afab Bug fix in tooltips for unknown items (#4610)
12214c5bd6 Allow salmon, tropical fish, witch huts in rivers (#4605)
6dad5afec5 Merge pull request 'Correct the names of pumpkins and carved pumpkins. Slightly update their descriptions.' (#3828) from fix_pumpkin_names into master
Compare 42 commits »
seventeenthShulker commented on pull request VoxeLibre/VoxeLibre#4604 2024-08-31 15:44:56 +02:00
Make Soul Speed work on Soul Soil

OK

seventeenthShulker pushed to upstream/soul_soil_speed at VoxeLibre/VoxeLibre 2024-08-31 15:43:48 +02:00
7d54761400 Update English translation keys with soul soil
seventeenthShulker pushed to upstream/soul_soil_speed at VoxeLibre/VoxeLibre 2024-08-31 15:41:04 +02:00
969e36cdfa Use soul_block group for soul speed bonus
20db55f311 Soul speed works on soul soil too
573269afab Bug fix in tooltips for unknown items (#4610)
12214c5bd6 Allow salmon, tropical fish, witch huts in rivers (#4605)
6dad5afec5 Merge pull request 'Correct the names of pumpkins and carved pumpkins. Slightly update their descriptions.' (#3828) from fix_pumpkin_names into master
Compare 15 commits »
seventeenthShulker pushed to upstream/soul_soil_speed at VoxeLibre/VoxeLibre 2024-08-19 19:42:05 +02:00
d4d9ad0659 Use soul_block group for soul speed bonus
0bb79f05c4 Soul speed works on soul soil too
cf9bbb0551 Merge pull request 'mcl_weather sky color refactor' (#4338) from teknomunk/MineClone2:skycolor-refactor into master
09307292bc Make sure overworld always gets a sky update regardless of weather, add assert to enforce sky color gets set every update
Compare 29 commits »
seventeenthShulker pushed to upstream/soul_soil_speed at VoxeLibre/VoxeLibre 2024-08-19 19:41:39 +02:00
e11e253df8 Use soul_block group for soul speed bonus
seventeenthShulker commented on pull request VoxeLibre/VoxeLibre#4604 2024-08-19 19:18:55 +02:00
Make Soul Speed work on Soul Soil

Right, if soul_sand isn't in the soul speed group that makes sense (the elseif branch wouldn't be reached if it was...)

But there is already a soul_block group (for crafting), and it would be…

seventeenthShulker commented on pull request VoxeLibre/VoxeLibre#4604 2024-08-18 19:39:17 +02:00
Make Soul Speed work on Soul Soil

So, like this?

if node_stand has soul speed group and soul_speed > 0 then fast

if node_stand is soul sand and soul_speed == 0 then
    if ice/slime/water then extra slow else slow
seventeenthShulker created pull request VoxeLibre/VoxeLibre#4604 2024-08-18 19:08:30 +02:00
WIP: Make Soul Speed work on Soul Soil
seventeenthShulker created branch upstream/soul_soil_speed in VoxeLibre/VoxeLibre 2024-08-18 19:00:03 +02:00
seventeenthShulker pushed to upstream/soul_soil_speed at VoxeLibre/VoxeLibre 2024-08-18 19:00:03 +02:00
c945e5d480 Soul speed works on soul soil too
seventeenthShulker created pull request VoxeLibre/VoxeLibre#4603 2024-08-18 18:30:25 +02:00
Allow (manual) updating of written maps after creation
seventeenthShulker pushed to upstream/rewritable_maps at VoxeLibre/VoxeLibre 2024-08-18 18:10:02 +02:00
9873673c67 Why did my editor not show whitespace differences
seventeenthShulker pushed to upstream/rewritable_maps at VoxeLibre/VoxeLibre 2024-08-18 18:07:26 +02:00
48e1138a11 Filled maps redraw their contents (same location) on use
seventeenthShulker created branch upstream/rewritable_maps in VoxeLibre/VoxeLibre 2024-08-18 18:07:25 +02:00
seventeenthShulker commented on pull request VoxeLibre/VoxeLibre#4601 2024-08-18 17:53:03 +02:00
Readded missing stairs and slabs

Why did the blast res PR even do that?

My bad, left a few out. I shouldn't have rushed at the end (even if this PR was 11 months in the making 😬)

seventeenthShulker commented on issue VoxeLibre/VoxeLibre#4595 2024-08-17 15:31:28 +02:00
Enchanted books act like enchanted tools

Bane of Arthropods, Smite do not currently work using the book as a weapon (implemented using damage groups, only on axes or swords).

Neither does Sharpness. Probably a good thing...