Commit Graph

21 Commits

Author SHA1 Message Date
3raven 26157cb355 Mise à jour de 'mods/ITEMS/mcl_composters/locale/mcl_composters.fr.tr' 2022-07-21 00:36:09 +00:00
3raven 2b00261f40 Mise à jour de 'mods/ITEMS/mcl_composters/locale/template.txt' 2022-07-21 00:29:35 +00:00
Mark Roth c282324661 #248 move compostability rating to items groups instead of the list in the mod 2022-03-20 01:07:42 +02:00
debiankaios 82f2cc4a35 Make moss compost-able 2022-03-05 15:30:24 +01:00
kay27 1a6f4960bf Merge pull request 'Update Russian translation' (#216) from U.N.Owen/MineClone5-translate-ru:master into master
Reviewed-on: MineClone5/MineClone5#216
2022-02-20 09:57:05 +00:00
3raven b17cecb966 Merge branch 'master' into master 2022-02-19 22:18:59 +00:00
kabou 0e48a29787 Optimize texture files.
* Texture files were optimized with 'optipng  -o7 -zm9 -strip all' .
2022-02-19 16:57:22 +01:00
kabou 4e5cc0cb2b Change custom node attribute name.
* Rename _compost_level to _mcl_compost_level
2022-02-19 14:55:25 +01:00
Sab Pyrope 3a54254077 Update Russian translation 2022-02-19 21:16:43 +08:00
3raven 5a43131557 mcl_composters.fr.tr
Translation
2022-02-18 23:21:54 +00:00
kabou b8af8cacd5 Add player object check.
* Add one more check if player object is an actual player.
2022-02-18 16:54:07 +01:00
kabou f6ec8e94d2 Add help alias
* Add help alias for the ready type composter
2022-02-17 21:53:08 +01:00
kabou 3494fa80b5 Comment fixes.
* Improve comments, some typo fixes.
2022-02-17 21:42:33 +01:00
kabou b138357b11 Update mod description and fix comment.
* Make mod description more descriptive.
* Minor comment tweak.
2022-02-17 15:39:10 +01:00
kabou 77b020e1ec Add missing melon block.
* Add melon block to the compostabiles list.
2022-02-17 14:37:51 +01:00
kabou 4cb3c6d51b Add player object check.
* Handle the case where a mob somehow "clicks" on a composter and we get
  an invalid player object passed.
2022-02-17 14:24:55 +01:00
kabou 9ef9530c04 Update mod deps
* Add dependency on mcl_dye for bone meal particle spawner.
2022-02-17 14:03:25 +01:00
kabou 72aba1d8bb Typo fix.
* it's a spruceSapling (thanks NO11)
2022-02-17 13:54:08 +01:00
kabou 1e72c1243b Update documentation.
* Make a mention of the one second delay before composter readies.
2022-02-17 13:46:21 +01:00
kabou 0d68282b81 Fix composter item image
* Less is more (thanks AFCMS)
2022-02-17 13:25:11 +01:00
kabou aca900023c mcl_composters initial commit
Implements a composter block with crafting recipe, and some more
uncraftable blocks representing various stages of filling.

Adds a list of items that can be used with the composter and the chances
of these items adding a layer to the composter.

Implements methods to add compostable items to the composter, to update
the composter to various levels of compost and to harvest an item of
bone meal when the composter is ready.

Textures were taken from XSSheep/Nova_Wostra Pixel Perfection texture
pack.
2022-02-16 23:16:08 +01:00