AFCMS
- France
- https://afcms.github.io/
-
My work on GitHub: https://github.com/AFCMS
- Joined on
2020-04-30
2dafbae64b
Hotfix for brewing stands rotation (#4371)
65d6cb1d83
Merge pull request 'release/0.87.1' (#4357) from release/0.87.1 into master
acf72be89c
Post-hotfix reset version 0.88.0-SNAPSHOT
1153a81b65
Update release notes for hotfix v0.87.1
f423c1ea25
Set version for hotfix v0.87.1
e097c87e7c
Merge pull request 'release_0_87_prismatic' (#4320) from release_0_87_prismatic into master
9e0136e3c4
Post-release set version 0.88.0-SNAPSHOT
b2d93f3265
Add release notes for v0.87
dfddea76fb
Updated release credits and set version for v0.87
da491b8505
Documented a returned table (effect data) (#4330)
0f20e18e53
Merge pull request 'fix_xp_reload_bug' (#4226) from teknomunk/MineClone2:fix_xp_reload_bug into master
69d3fa5f85
Merge pull request 'Added a check for the bone meal's applied position.' (#4201) from CyberMango/MineClone2:dev/mango/add_bone_meal_protection_check into master
5e673b8fee
Merge pull request 'Add partial item stack pickup' (#4193) from teknomunk/MineClone2:grouped-item-pickup into master
596c56d31f
Add possibility to edit a sign (#4188)
b5b8d4f336
Merge pull request 'more piglin bartering items (and drop stack instead of single items)' (#4181) from nixnoxus/MineClone2:piglin-bartering into master
0170619866
Merge pull request 'Imported the tga_encoder as subtree' (#4222) from tga_encoder_update into master
0b521ef92b
Fix - New game load crashes. Add defensive check. (#4216)
8931576c50
fix 'WARNING[Main]: Undeclared global variable ' in mcl_colorblocks (#4203)
c65176af81
Merge pull request 'Added clovers' (#4224) from clovers into master
a71a634168
Merge pull request 'Make end rods use a mesh model' (#4177) from end_rod_model into master
e50ad7d6de
Merge pull request 'Fix a crash with rocket explosion' (#4178) from fix_rocket_crash into master
4b6d63739c
Fix a crash with rocket explosion
21dbc25f13
Improve french translation (#4194)
7bfbaac772
Fix damage animation and player invul crash in mcl_playerplus (#4176)
87abd0f4dc
Merge pull request 'Colored Leather Armor' (#4024) from AFCMS/MineClone2:colored-leather-2 into master
Missing dependency on
mcl_sounds
in various redstone mods
Add stonecutter functionality
Sorry for the duplication bug, I really don't know how I didn't catch this 🙃
The /clear command is destructive and enabled by default
The /clear
minecraft command have OP level 2 (ability to use command blocks), so it can't be used by a random player.
Add loom functionality
Add cartography table functionality (by @mirqf)
8ef4cddc38
Add stonecutter fonctionality
7cbba73d50
Combat (mostly PvE) rebalancing (#4005)
Add stonecutter functionality
The second metadata field mcl_stonecutter:switch_stack
isn't mentioned here.
Add stonecutter functionality
IMO the labels are not needed. Its duplicated with the output preview and would require doubling the amount of formspec elements for the item grid (there is no way to move the centered builtin…