CyberMango
5e969ba928
Added sweet berries death messages.
2023-01-04 23:04:19 +02:00
CyberMango
17e02aec3c
Applying bone meal on a stage 3 sweet berry no longer grows it.
...
It now ignores the bone meal and harvests the sweet berry as normal.
2023-01-04 23:04:19 +02:00
CyberMango
fb28e192e6
Bone meal applied on sweet berries only grows them by 1 stage now.
...
The interface of the grow plant is a bit confusing since even with
stages set to 0 the plant grows by 1 stage (if other conditions such as
light are met). Therefore changing it to 0 makes the plant grow by 1.
2023-01-04 23:04:19 +02:00
CyberMango
0f569fdbaa
Bone meal on sweet berries in creative mode is no longer wasted and
...
minor fixes.
removed an unnecessary -- in a comment.
Removed a redundant concatination.
2023-01-04 23:04:19 +02:00
CyberMango
8a7fcfde82
Fixed sweet berries bugs.
...
Now they can only be placed a tile's upper part.
Also when destroyed bushes at stage 2 drop 1 or 2 berries, while bushes
at stage 3 drop 2 or 3 (instead of fixed numbers of 1 and 3
respectively).
Also harvesting sweet berries at stage 3 (final) brings them to stage 1
instead of just to stage 2. Number of dropped berries was adjusted.
2023-01-04 23:04:19 +02:00
CyberMango
fb51067c78
Created a shared function for planting a seed that can also be consumed.
2023-01-04 23:04:19 +02:00
kabou
2a37d38f6c
Reformat cocoa pod node definition groups.
2022-12-31 11:18:04 +01:00
kabou
89821a8329
Rename cocoa pod placement function.
...
* Rename cocoa pod placement function to match the `on_place` call in
the cocoa pods item definition.
* Make the function local, there are no callers outside of mcl_cocoas.
2022-12-31 10:41:39 +01:00
FossFanatic
aacbaddfe0
Add warped hyphae texture to the right folder
2022-12-30 01:27:02 +00:00
ancientmarinerdev
e6e898671a
Merge pull request 'add japanese translation' ( #3149 ) from SakuraRiu/MineClone2:master into master
...
Reviewed-on: MineClone2/MineClone2#3149
Reviewed-by: Michieal <michieal@noreply.git.minetest.land>
2022-12-29 22:14:48 +00:00
kabou
44f724f677
Minor refactoring of mcl_dye, fix dye texture names.
...
* Reorganize dyes table.
* Rename dye item textures to conform to mcl naming standard.
* Refactor dye item registration.
* Shuffle recipes around in a more logical order.
* Remove unused dye names from lists that are probably equally unused.
2022-12-29 03:08:50 +00:00
kabou
92ee402971
Separate white dye from bone meal.
...
* Add craftitem for ":mcl_bone_meal:bone_meal" to mcl_dye (temporarily.)
* Add crafting recipe for bone meal.
* Add texture for white dye item.
* Merge craftitem registration for "mcl_dye:white" with generic dyes.
* Add crafting recipe for white dye.
* Add legacy conversion recipe.
* Update dyes table.
* Update translations.
* Update mcl_crimson and sweet berry on_rightclick handlers.
* Update composter output, both as freestanding and to hoppers.
* Update bone block crafting recipes.
* Update tropical fish, cod and salmon mob drops.
2022-12-29 03:08:50 +00:00
kabou
7d8fdc6ec3
Separate brown dye from cocoa beans.
...
* Add craftitem "mcl_cocoas:cocoa_beans".
* Add texture for brown dye item.
* Merge craftitem registration for "mcl_dye:brown" with generic dyes.
* Add crafting recipe for brown dye.
* Add legacy conversion recipe.
* Update dyes table.
* Update translations.
* Update cookie recipe.
2022-12-29 03:08:49 +00:00
kabou
d2edc75407
Separate blue dye from lapis lazuli.
...
* Add craftitem "mcl_core:lapis".
* Add texture for blue dye item.
* Add crafting recipe for blue dye.
* Add legacy conversion recipe.
* Update dyes table.
* Update translations.
* Update lapis block crafting recipes.
* Update lapis ore drops.
* Update dungeon and shipwreck loot.
* Update enchanting table input.
* Update villager trade.
2022-12-29 03:08:49 +00:00
kabou
7311071303
Separate black dye from squid ink sac.
...
* Add craftitem "mcl_mobitems:ink_sac".
* Add texture for black dye item.
* Add crafting recipe for black dye.
* Add legacy conversion recipe.
* Update dyes table.
* Update translations.
* Update fishing loot.
2022-12-29 03:08:49 +00:00
ancientmarinerdev
81daec14a2
Merge pull request 'Update sounds from MTG' ( #3157 ) from grorp/MineClone2:patch-1 into master
...
Reviewed-on: MineClone2/MineClone2#3157
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2022-12-27 21:36:33 +00:00
PrairieWind
0dc31611ac
Merge pull request 'Adjusts mcl_crimson Doors to have a specified side texture' ( #3140 ) from Wbjitscool/MineClone2:master into master
...
Reviewed-on: MineClone2/MineClone2#3140
Reviewed-by: PrairieWind <prairie.astronomer1@gmail.com>
2022-12-25 02:09:14 +00:00
3raven
5964f25fa7
Merge branch 'master' into master
2022-12-24 17:01:13 +00:00
3raven
d3e8e24f42
Fix the disapearance of christmas texture of the ender chest once it is placed
...
Fix the disapearance of christmas texture of the ender chest once it is placed
2022-12-24 14:44:06 +00:00
FossFanatic
e1f26ea70d
Remove dry grass side texture
...
The same reason as why the dry grass top texture got removed.
2022-12-22 12:40:36 +00:00
FossFanatic
9ef4a850b1
Remove dry grass top texture
...
This is a remnant of Minetest Game and used to be for dry biomes before colour palettes were a thing in MineClone 2.
2022-12-22 12:40:10 +00:00
FossFanatic
4c23601d03
Remove useless amethyst texture
...
This texture is a remnant of the PixelPerfection resource pack and nowhere in the code does this texture get used.
2022-12-22 12:38:05 +00:00
FossFanatic
8d51e16b8e
Remove obsolete texture
2022-12-22 12:34:14 +00:00
SakuraRiu
1b980849db
Merge branch 'master' into master
2022-12-22 00:55:48 +00:00
Riu Sakura
3faa930bdc
Added missing translations.
...
In addition, the translation of "Grass Block" has been corrected to a better phrase.
2022-12-21 10:24:26 +09:00
ancientmarinerdev
a6e0da0e07
Merge pull request 'Fixes MineClone2/MineClone2#3120 | Complete re-upload of the mcl_bamboo branch.' ( #3123 ) from mcl_bamboo_new into master
...
Reviewed-on: MineClone2/MineClone2#3123
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2022-12-21 00:47:21 +00:00
Michieal
41ab80183e
Darken the Warped Hyphae Log (side) texture
2022-12-20 18:02:48 -05:00
ancientmarinerdev
1c24adb714
Merge pull request 'Animated Nether Tree Textures' ( #3155 ) from FossFanatic/MineClone2:animated_nether_trees_possible into master
...
Reviewed-on: MineClone2/MineClone2#3155
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2022-12-20 21:19:45 +00:00
Michieal
7003459b8d
Merge remote-tracking branch 'origin/master'
2022-12-20 16:13:54 -05:00
Michieal
8d440f8464
Made purple warped_hyphae trapdoor so that it matched the sides. (The top was green, the sides were purple.)
...
Renamed the old trapdoor top to _alt.
2022-12-20 16:13:07 -05:00
Gregor Parzefall
8522b87444
Removed two duplicated sound definitions
2022-12-20 21:08:59 +01:00
Gregor Parzefall
e4abbbf112
Sound changes in code
2022-12-20 20:57:57 +01:00
Wbjitscool
1b4bcda9da
Update 'mods/ITEMS/mcl_mangrove/init.lua'
2022-12-20 02:58:58 +00:00
Michieal
39714fb096
optipng the mangrove door sides, and then moved them to the textures directory for mcl_mangrove.
2022-12-19 21:48:51 -05:00
Wbjitscool
258a1534d2
Upload files to 'mods/ITEMS/mcl_mangrove'
2022-12-20 02:42:27 +00:00
Michieal
c995c8418c
Optipng'd mangrove textures
...
cleaned up warped door (inv/wield images)
2022-12-19 21:32:44 -05:00
Wbjitscool
00121d9d97
Upload files to 'mods/ITEMS/mcl_crimson/textures'
...
fixed transperancy issue
2022-12-20 02:18:15 +00:00
Michieal
4f90fbcedd
put in green alt warped door textures.
...
resized large textures to 16px textures.
optipng'd' them.
2022-12-19 20:57:32 -05:00
Michieal
c7104a6f72
Made the warped doors purple.
...
Optipng'd all the textures in this module.
2022-12-19 20:48:47 -05:00
Wbjitscool
223f6640d2
Upload files to 'mods/ITEMS/mcl_crimson/textures'
2022-12-20 01:36:25 +00:00
Michieal
feea815604
Warped Hyphae textures update.
2022-12-20 01:32:36 +00:00
Riu Sakura
b1b2e06dc7
Removed invisible character codes.
...
Updated translations with the latest templates.
2022-12-20 08:37:24 +09:00
Michieal
1a56a32fa8
misc. error fix
2022-12-19 16:16:54 -05:00
Michieal
66a7c5757e
Made bamboo buttons flammable, and made them into a fuel source.
...
Converted commented code snippet, addgroups() into global function.
Stairs will be a fuel source in part 2.
2022-12-19 15:57:27 -05:00
FossFanatic
083a57a4a1
Allow for animated hyphae textures
2022-12-19 19:36:28 +00:00
FossFanatic
c512d28f02
Add blackstone top texture
2022-12-19 19:02:18 +00:00
FossFanatic
1056b6ca14
Add blackstone side texture
2022-12-19 19:02:18 +00:00
FossFanatic
c8ec57bdbd
Delete 'mods/ITEMS/mcl_blackstone/textures/mcl_blackstone.png'
2022-12-19 19:02:18 +00:00
FossFanatic
2dffe11cdd
Add seperate gilded blackstone texture
2022-12-19 19:02:18 +00:00
FossFanatic
f29622dd59
Allow for both top/bottom and side textures
2022-12-19 19:02:18 +00:00