Riu Sakura
2b61231f82
add japanese translation
2022-12-19 15:33:31 +09:00
ancientmarinerdev
20ca34233c
Merge pull request 'Respawn Anchor Cleanup & Fixes' ( #3129 ) from FossFanatic/MineClone2:more_respawn_anchor_changes into master
...
Reviewed-on: MineClone2/MineClone2#3129
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2022-12-18 23:17:53 +00:00
kabou
4e282df905
Mangrove roots are not leaves and some trivia.
...
* Remove `leaves` group from mangrove roots node registration. Mangrove
roots should not decay like leaves do.
* Fix some formatting weirdness.
* Add a "fixme" comment to some duplicated code that causes luacheck to
complain.
2022-12-15 22:42:09 +00:00
kabou
1b0b2b8b04
Add `compostability` group to mangrove leaves.
2022-12-15 22:42:09 +00:00
kabou
c33d7d0106
Remove duplicate callback registration.
...
* `on_place` was registered twice in mangrove tree trunk node
registration. Remove one.
2022-12-15 22:42:08 +00:00
kabou
cec5b1668a
Remove unused `leafdecay` group.
...
* This group is no longer used and is removed from leaves node groups.
* Since it was never added to GROUPS.md, nothing needs changed there.
* Remove the `leafdecay_distance` parameter from node registrations.
2022-12-15 22:42:08 +00:00
kabou
adcf03e0c6
Refactor leaf decay ABM.
...
* The leaf decay ABM no longer scans all leaves nodes. Now only
"orphaned" leaves are decayed. These nodes are placed by callbacks
in tree trunk nodes upon their destruction.
* This commit also removes the tree trunk node caching system and an
abm throttling mechanism and its associated globalstep function.
2022-12-15 22:42:08 +00:00
kabou
a4ef367708
Add "orphaned" leaves nodes.
...
* Add "orphaned" leaves nodes, these are copies of the regular leaves
nodes whose sole purpose is to replace leaves nodes when no more tree
trunks are present nearby. The orphaned nodes are swapped in by a
callback on destruction of tree trunk nodes and will be decayed by a
dedicated abm that processes all nodes in `group:leaves_orphan`.
* Add `mcl_core.update_leaves()` function, a `after_destruct` callback
handler for tree trunk nodes. The function finds leaves nodes nearby
destroyed tree trunk nodes and swaps these for orphaned leaves nodes
if no other tree trunk nodes remain near them.
* Add `after_destruct` callbacks to tree trunk node registrations in
mcl_core/nodes_trees.lua and mcl_mangrove/init.lua to update orphaned
leaves.
* Add entry for group `leaves_orphan` to GROUPS.md
* Also add entry for group `leaves` to GROUPS.md (it was missing).
2022-12-15 22:42:08 +00:00
FossFanatic
35967caf71
Change some things
2022-12-14 14:43:45 +00:00
ancientmarinerdev
38e49a4b80
Merge pull request '`mcl_hoppers` fixes' ( #2983 ) from mcl-hoppers-fixes into master
...
Reviewed-on: MineClone2/MineClone2#2983
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2022-12-11 20:55:59 +00:00
ancientmarinerdev
ab3530c356
Merge pull request 'Nylium Block Fixes' ( #3084 ) from FossFanatic/MineClone2:nylium_block_fixes into master
...
Reviewed-on: MineClone2/MineClone2#3084
Reviewed-by: kabou <kabou@noreply.git.minetest.land>
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2022-12-11 03:21:11 +00:00
ancientmarinerdev
fbed60bd2d
Merge pull request 'Bee Block Sounds' ( #3085 ) from FossFanatic/MineClone2:bee_block_fixes into master
...
Reviewed-on: MineClone2/MineClone2#3085
Reviewed-by: kabou <kabou@noreply.git.minetest.land>
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2022-12-11 02:55:22 +00:00
AFCMS
7a371dc846
Format file again
2022-12-10 22:38:08 +01:00
AFCMS
7deec7ae03
Refactor hopper -> composter ABMs
2022-12-10 22:38:08 +01:00
AFCMS
47eda5b69e
Only register hopper -> composter ABMs if composter mod is enabled
2022-12-10 22:38:07 +01:00
AFCMS
8d921c0671
Add some type annotations
2022-12-10 22:38:07 +01:00
AFCMS
804aa388b5
Some manual formatting
2022-12-10 22:38:07 +01:00
AFCMS
fcf9c35324
Use new vectors everywhere
2022-12-10 22:38:06 +01:00
AFCMS
9cc63ed716
Use `table.concat` for formspec generation
2022-12-10 22:38:06 +01:00
AFCMS
c49f000894
Fix formating
2022-12-10 22:38:06 +01:00
FossFanatic
adead97905
Add seagrass item texture
2022-12-08 17:37:14 +00:00
FossFanatic
ef33891b3f
Add seagrass item texture
2022-12-08 17:36:28 +00:00
FossFanatic
1c5170d36f
Add sounds to bee nests and beehives
2022-12-08 11:43:58 +00:00
FossFanatic
cf3e65e34e
Add sounds to honey and honeycomb blocks
2022-12-08 11:43:06 +00:00
FossFanatic
0593a63626
Fix nylium blocks
2022-12-08 11:09:30 +00:00
ancientmarinerdev
9d87dcf611
Fix right click on copper crash
2022-12-07 18:27:11 +01:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
7c87ed2d6c
Add rightclick support to pplates
2022-12-05 14:25:11 -06:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
d8c16b1f31
Add 1 sec deactivation delay to pplates
2022-12-05 14:25:10 -06:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
ba292aeb5d
Pressure plates check for entity contact
2022-12-05 14:25:10 -06:00
AFCMS
18cfb88ae5
Replace lighting rod nodebox by 3d model
2022-12-04 11:13:36 -06:00
chmodsayshello
7dacfe2cba
make recovery compass spin randomly in other dimensions
2022-12-02 18:52:31 +01:00
chmodsayshello
7d57e73ae4
fix recovery compass overwriting every other item
2022-12-02 15:43:08 +01:00
chmodsayshello
7f59611914
add crafting recipie
2022-12-02 15:40:18 +01:00
chmodsayshello
927fd60786
translation stuff
2022-12-01 21:20:39 +01:00
chmodsayshello
ab031daa5a
recovery compass
2022-12-01 21:13:41 +01:00
cora
25d0f2b0c4
Fix twisted vines breaking block when growing
2022-11-29 12:21:33 +01:00
cora
d395c82183
Fix bonemeal creative for sweet berries and nether vines
2022-11-29 12:20:39 +01:00
cora
34a558ced9
Sweetberry, nethervines: Fix placing in protected area
2022-11-29 12:20:39 +01:00
cora
69c64a2c24
Fix wrong self ref with mcl_mobs.spawn_child
2022-11-28 03:26:51 +01:00
Michieal
c45e4d292a
Added in Author Info to the conf file.
2022-11-28 03:03:42 +01:00
Michieal
f1ae86ede5
Add in the Translation files for the base languages.
2022-11-28 03:03:42 +01:00
Michieal
c63533c753
Updated the readme.txt to reflect the changes.
2022-11-28 03:03:42 +01:00
Michieal
81fa7cf74c
Removed outdated translate files.
...
made new translation template.
Changed _alt image.
Updated the readme.txt to reflect the changes.
Added a secondary crafting recipe for the Hamburger.
2022-11-28 03:03:42 +01:00
Michieal
5378aae09e
Add in achievement.
2022-11-28 03:03:42 +01:00
Michieal
aec16ee62e
Textures redo.
2022-11-28 03:03:42 +01:00
cora
0cdf84ab47
Fix translation warning
2022-11-28 03:03:42 +01:00
cora
31395a8830
make setting just hide the hamburger, not disable it
2022-11-28 03:03:42 +01:00
cora
8e74a5a56a
some basic burger cleanup
2022-11-28 03:03:42 +01:00
Michieal
2149ca1147
Fixed the name in mod.conf.
...
updated the mod.conf so that it reflects the coding to come.
2022-11-28 03:03:42 +01:00
Michieal
de7696ce69
Changed calling function.
2022-11-28 03:03:42 +01:00