SmokeyDope
3f80cc8f26
Adjust beetroot hitbox heights
2023-03-18 21:59:46 +00:00
SmokeyDope
68a44d7824
one more carrot adjust
2023-03-18 21:59:46 +00:00
SmokeyDope
ced3b4dff1
Adjust carrot hitbox heights
2023-03-18 21:59:46 +00:00
SmokeyDope
44711369d9
Further adjust potato hitbox heights
2023-03-18 21:59:46 +00:00
SmokeyDope
3839250b38
Fix potatoes stage 2 hitbox
2023-03-18 21:59:46 +00:00
syl
1d981876d9
Fix syntax errors in French
2023-03-14 11:55:07 +01:00
syl
96b2f6a01d
Improve French translation
2023-03-10 22:48:46 +01:00
Michieal
6265148727
Move textures all into one centralized directory.
2023-01-30 22:55:53 -05:00
CyberMango
c57f797226
Make the velocity checks absolute.
...
Now sweet berries will cause damage in all directions.
2023-01-20 19:15:55 +02:00
Michieal
ac30e25065
Remove "mcl_farming:beetroot_item" from fortune drop, so Fortune only gives seeds.
2023-01-16 19:40:07 -05:00
Michieal
ff7299a444
Fix beetroot seeds not dropping.
...
Changed drop rate to 1-4.
Added in Fortune drops too. (Per the minecraft wiki.)
2023-01-10 21:38:42 -05:00
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
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
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
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
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
Riu Sakura
2b61231f82
add japanese translation
2022-12-19 15:33:31 +09: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
142f3d6d5a
Handle bonemealing in the sweetberry on_rightclick
2022-11-17 19:42:02 +00:00
cora
c5ec3c770c
Sweet berries: Add rightclick harvesting
2022-11-17 19:42:02 +00:00
Michieal
99a7df7ce6
Fix the Pumpkin/Melon grass position.
...
Also, updated the license.
2022-11-17 02:16:59 +01:00
PrairieWind
e8b983bcc5
Place sweet berries on wet farmland and bonemeal the sweet berries to progress growth
2022-10-26 15:57:17 +00:00
cora
ae91640234
Add missing biomes, correct saturation
2022-10-26 15:57:17 +00:00
cora
d6c0561d5a
Only do damage from stage 1 and up
2022-10-26 15:57:17 +00:00
cora
2664fb871b
sweet berries plantable not only on farming soil
2022-10-26 15:57:17 +00:00
cora
2b08f9ac53
Slow down player movement while inside sweet berry
2022-10-26 15:57:17 +00:00
cora
8d456d8ff9
implement sweet berry damage
...
0.5 per second while moving inside it
2022-10-26 15:57:17 +00:00
cora
b00f2784ff
Sweet berry bushes are flammable
2022-10-26 15:57:17 +00:00
cora
280bcddcb2
Move sweet berry decoration to mcl_biomes
2022-10-26 15:57:17 +00:00
balazsszalab
495378b85e
Register sweet berry bush by add_plant function to enable plant growth
...
Without calling the add_plant function, sweet berry bushes will not go through growth stages and it is impossible to farm them. Sweet berry bush and beetroot have the same number of growth stages, so I used beetroot's interval and chance values here. If somebody has a better approximation of these values, feel free to change them.
2022-10-26 15:57:16 +00:00
cora
5f4d7774ae
Add sweet berry compostability
2022-10-26 15:57:16 +00:00
kay27
a7c3878cae
[mineclone5] Tune sweet berries a bit
2022-10-26 15:57:16 +00:00
kay27
eb313f9482
[mineclone5] Move sweet berries into farming as a quick fix
2022-10-26 15:57:16 +00:00
Sumyjkl
58d80e5e9c
netherite items (except armour) will float in lava and not burn
2022-07-22 23:06:35 +10:00
Code-Sploit
10ea6da4e8
Add all pixel-perfection textures for netherite
2022-06-30 14:11:13 +02:00
Code-Sploit
3b2a34c670
Add first try of code for smithing table (Thanks to Fleckenstein), add _mcl_upgradable and _mcl_upgrade_item to every diamond tool/armor piece
2022-06-30 14:11:12 +02:00
Code-Sploit
aee4d15a57
Fix crash in netherite hoe by adding netherite to uses{}
2022-06-30 14:11:12 +02:00
Code-Sploit
9b25567274
Add netherite hoe texture
2022-06-30 14:11:12 +02:00
Code-Sploit
f2375abc47
Add netherite tools
2022-06-30 14:11:12 +02:00
mrminer
110b293297
Update 'mods/ITEMS/mcl_farming/potatoes.lua'
2022-06-15 01:30:55 +00:00
cora
9cea10a706
fix more blast resistance and hardness values
2022-06-13 02:48:00 +02:00
Lizzy Fleckenstein
e7898352d8
Remove mobs_mc_gameconfig
2022-05-27 02:44:39 +02:00
Lizzy Fleckenstein
f6a40ffb78
Run tools/strip_trailing_whitespace.sh
2022-05-26 07:29:28 +02:00
AFCMS
3ca40cd4e4
Remove 2D preview
2022-05-04 23:15:11 +00:00
kabou
f1a494ea62
Change stone tool repair materal to group:cobble.
...
* Update repair material for stone tools (pick, shovel, axe, sword and
hoe) to use any cobble group stone.
2022-05-05 01:01:29 +02:00