teknomunk
  • Joined on 2024-02-12
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 13:40:12 +01:00
a9232535df Update mcl_crimson to use bonemealing API
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 13:06:54 +01:00
53465844c4 Remove bone meal definition in mcl_dye, make textures in mcl_cocoas match master branch
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 12:54:31 +01:00
e21ad65155 Display call stack to assist in removing deprecated function calls
1782997c79 Fix mod dependencies
Compare 2 commits »
teknomunk commented on issue VoxeLibre/VoxeLibre#4215 2024-03-19 12:37:11 +01:00
Mineshafts spawn blue dye in chests

What version of MineClone are you using? A fix for this was merged into master 2 years ago as part of d2edc75407.

teknomunk created pull request VoxeLibre/VoxeLibre#4221 2024-03-19 12:29:49 +01:00
WIP: bonemeal API update
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 12:13:48 +01:00
265804d622 Remove color specifications from bone meal.
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 12:12:35 +01:00
f944dbf12c Remove color specifications from cocoa beans.
842b563c46 Also generate double grass when bonemealing grass blocks.
55fcb153a6 Remove expired bone meal API.md from mcl_dye.
Compare 3 commits »
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 12:09:40 +01:00
cd5e2b063b Bonemealing mechanics bugfix.
bbd5750300 Improve mcl_bone_meal fr translations.
30abfb65a9 Add missing es translation to mcl_bone_meal.
Compare 3 commits »
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 12:07:37 +01:00
de800732de Move cocoa beans item to mcl_cocoas.
f4c173acf2 Remove stray line from locale template.
Compare 2 commits »
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 03:37:22 +01:00
a9a32b5f2a Use better override mechanism.
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 03:34:48 +01:00
b908d0d5b7 Add more particles when bonemealing grass.
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 03:33:51 +01:00
0084862356 Update to new bone meal API.
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 03:25:36 +01:00
d39ba8f635 Add mcl_bone_meal.
e699f8e885 Add bonemealing callback for fern.
b021ac1a1c Add bonemealing callback for tall grass.
0c0f5d3034 Add bonemealing callback for double flowers.
bb6775b42b Add bonemealing callback for dirt with grass.
Compare 5 commits »
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 00:29:36 +01:00
c271c19625 Add bonemealing callback to cocoa.
teknomunk commented on pull request VoxeLibre/VoxeLibre#4220 2024-03-19 00:22:52 +01:00
Add overhead mob spawning via spherical spawn volume

This should allow better mob spawning with this branch for those close to where the old algorithm allowed mobs to spawn.

teknomunk commented on pull request VoxeLibre/VoxeLibre#4220 2024-03-19 00:08:05 +01:00
Add overhead mob spawning via spherical spawn volume

Alright, I've changed the y range calculation. Here's what the new calculation is doing:

  1. calculate the horizontal distance from the player to where goal_pos would be if goal_pos.y ==…
teknomunk pushed to spherical-farm-spawning at teknomunk/MineClone2 2024-03-19 00:02:36 +01:00
2859313225 Change y_min/y_max calculations
teknomunk created branch bonemeal-2 in teknomunk/MineClone2 2024-03-18 23:44:09 +01:00
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-18 23:44:09 +01:00
503c67d813 Keep same selection box size
e27f596641 Refactor beetroots and add bonemealing callback.
fd6886b211 Add bonemealing callback to melons.
9de35965a9 Add bonemealing callback to pumpkins.
3b6c6a6da2 Add bonemealing callback to carrots.
Compare 9 commits »
teknomunk commented on issue VoxeLibre/VoxeLibre#2152 2024-03-18 19:57:27 +01:00
Proposal: improve bonemeal API.

The commit fd3df57e5f looks related to the following issue:

https://git.minetest.land/MineClone2/MineClone2/i