3raven
86da47b922
French translation update ( #4006 )
...
Update french translation, add missing chain, fix typo
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4006
Reviewed-by: AFCMS <afcm.contact@gmail.com>
Co-authored-by: 3raven <3raven@noreply.git.minetest.land>
Co-committed-by: 3raven <3raven@noreply.git.minetest.land>
2023-11-25 01:08:06 +00:00
seventeenthShulker
af206ed8b3
All bamboo plant tiles can be broken with pistons
2023-11-04 16:01:46 +00:00
seventeenthShulker
570caf47eb
All wood-type and nether-type fences now match material's blast resistance
2023-10-22 02:14:17 +00:00
Michieal
eafe6627d8
Extra checks placed in.
2023-09-26 18:35:12 +00:00
Michieal
b2ebcf5d4f
Readme Change
...
Putting my name back into the credits in the mod.
2023-09-20 06:07:13 +00:00
Michieal
f57220f784
Fix Server crash (Issue ##3939)
...
Fixes the error of pointed_thing being nil (null) by first checking to see if it exists, and if not, exit the on_place call back.
2023-09-20 05:57:49 +00:00
Sab Pyrope
5b4a79a26d
Update russian translation
2023-08-31 14:16:42 +08:00
ADLON
dd3969ff56
Russian translation ( #3842 )
...
Add in Russian translations.
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/3842
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
Co-authored-by: ADLON <hgkacin303@proinko.com>
Co-committed-by: ADLON <hgkacin303@proinko.com>
2023-07-22 20:17:33 +00:00
seventeenthShulker
bd95528e73
Stop consuming bamboo item when placement is invalid
2023-06-30 17:53:03 +02:00
Kristian
6d767b7d11
Indtil banner
2023-06-27 21:09:03 +00:00
FossFanatic
ac31642ec9
Door Fixes & Improvements ( #3479 )
...
This pull request fixes the issue where people had to mirror their door textures because the game used a different method to texture the doors.
Speaking of mirrored, this pull request also fixes mirrored doors and improves those greatly.
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/3479
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
Co-authored-by: FossFanatic <fossfanatic@noreply.git.minetest.land>
Co-committed-by: FossFanatic <fossfanatic@noreply.git.minetest.land>
2023-06-13 15:43:52 +00:00
ancientmarinerdev
d42260cea3
Fix dropped out bamboo lines from translation work
2023-05-11 23:49:46 +01:00
3raven
9518d47662
(french) translation enhancements ( #3643 )
...
- Add missing translation
- Fix broken translations
- Fix unacurate description
- Correct/improve/change for cohesion french translation
Translations templates have been updated,other translations must be updated.
<!--
Please follow our contributing guidelines first:
https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CONTRIBUTING.md#how-you-can-help-as-a-programmer
By submitting this pull request, you agree to follow our Code of Conduct:
https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CODE_OF_CONDUCT.md
-->
Tell us about your pull request! Reference related issues, if necessary
### Testing
Tell us how to test your changes!
Co-authored-by: 3raven <elise_declerck@laposte.net>
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/3643
Reviewed-by: AFCMS <afcm.contact@gmail.com>
Co-authored-by: 3raven <3raven@noreply.git.minetest.land>
Co-committed-by: 3raven <3raven@noreply.git.minetest.land>
2023-05-11 22:39:49 +00:00
megustanlosfrijoles
d14c074d6c
Add spanish translations ( #3678 )
...
I'm working on adding more translations. I made this pull request to let everyone now I'm working on this.
So far I've completed 1 file/mod
Co-authored-by: José Muñoz <dr.cabra@disroot.org>
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/3678
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
Co-authored-by: megustanlosfrijoles <dr.cabra@disroot.org>
Co-committed-by: megustanlosfrijoles <dr.cabra@disroot.org>
2023-05-10 23:12:37 +00:00
Mikita Wiśniewski
387b79e582
Remove useless comments
2023-05-05 07:41:50 +07:00
Mikita Wiśniewski
21694879be
Clean-up mcl_bamboo code
...
make it less dramatic ('Bamboo Door.') and fix inventory_image inconsistency with trapdoors
2023-05-05 07:41:50 +07:00
Michieal
f6b77aa458
reformated code.
2023-02-10 03:42:34 +00:00
Michieal
1558c852d8
Undo mesecon.register_mvps_dropper() and use abms until more research can be done.
2023-02-10 03:42:34 +00:00
Michieal
6c0525f00e
Fix merge / rebase crossing massacre.
...
[Michieal] 83bc60722d
Begin: make bamboo dig-able by Pistons for Farm Creation.
[Michieal] 449cbdb330
Make Bamboo & Bamboo items not sticky for pistons.
[Michieal] a44566f863
hijack the ABM to check for orphaned bamboo nodes.
[Michieal] 5dff9e1994
Fixed the ABM situation so that now bamboo "breaks" when pushed by pistons.
Probably not the most elegant, but hey. It works.
[Michieal] 76507025d9
Cleaned up the global function to match the current ABM.
[Michieal] dfa849e19a
Merge branch 'master' into Bamboo-Piston-Dig
[Michieal] a5bdc8a166
fix bamboo mosaic recipe.
[Michieal] 14383d6c6f
update mod.conf to use optional depends mesecons_mvps
[Michieal] f81d530912
Update init.lua to register dropper callback.
2023-02-10 03:42:34 +00:00
Michieal
6265148727
Move textures all into one centralized directory.
2023-01-30 22:55:53 -05:00
ancientmarinerdev
c7ebe1b8cd
Updated Bamboo textures by Nicu. Updated credits as per request from Michieal
2023-01-19 20:51:49 +00:00
Michieal
b258ccffdc
Merge Master into mcl_bamboo_cleanup
2023-01-18 20:29:40 -05:00
Michieal
ed03cb470d
Change Bamboo Trapdoor to be Boring.
2023-01-17 22:12:57 -05:00
Michieal
77a8ca689f
Give textures more definition.
2023-01-16 18:16:26 -05:00
Michieal
55bb9800f4
removed errant logging line.
2023-01-16 15:07:57 -05:00
Michieal
b805ae9926
Adjust bamboo growth rates to be close to the MC wiki.
2023-01-16 15:01:38 -05:00
Michieal
0c61035df0
Missing files from the optipng commit. (not exactly sure what happened.)
2023-01-15 14:30:12 -05:00
Michieal
3091e85b1c
Optipng textures.
2023-01-12 22:17:26 -05:00
Michieal
da277f9dc7
fixed missed line.
2023-01-12 22:16:02 -05:00
Michieal
2fdc8cbdd4
Changed Bamboo Sign's inventory & wield image to match the placed sign.
...
Reduced the number of images that trapdoors need to work.
2023-01-12 22:12:05 -05:00
Michieal
0079cf807e
Changed Bamboo Signs to use custom image.
2023-01-12 21:06:25 -05:00
Michieal
9e76cd963d
Adjust bamboo sign color
2023-01-12 03:51:42 -05:00
Michieal
522a7577de
Fix Bamboo nodes showing up in creative inventory.
...
Fix lava bamboo node placement.
2023-01-12 03:47:13 -05:00
Michieal
396fedd8e7
temp commit - brownish, rather than yellow, colored palette for bamboo things.
2023-01-12 03:29:49 -05:00
Michieal
d2625d3ace
Fix water node placement, and lava node placement. (Yes, nether lava too!)
2023-01-12 03:27:17 -05:00
Michieal
a04d946879
Updated Licensing for additional images.
2023-01-11 21:50:34 -05:00
Michieal
6993559330
Updated relevant Credits for Bamboo and recent work.
2023-01-11 07:26:01 -05:00
Michieal
b572363b8e
temp commit. recolor scaffolds.
2023-01-11 07:16:41 -05:00
Michieal
00408b998c
Fix -- Bamboo grow, bamboo place to be correct.
2023-01-11 07:16:12 -05:00
Michieal
1de806f6f8
Put height into placed, base, bamboo stalk nodes so that height checks work properly.
...
Fix placing bamboo on top of other bamboo nodes, when it would go above the decided height. It now stops just before the endcap node placement.
Fixed Errant log message.
Fixed itemstack removal while in creative mode.
2023-01-11 02:31:36 -05:00
Michieal
04efa74115
Prevent growing "around" things in the way.
2023-01-11 02:19:19 -05:00
Michieal
aad2d114f9
temp commit. recolor of the planks and scaffolds.
2023-01-10 20:49:38 -05:00
Michieal
c12f2cc565
Fix placement of bamboo endcap
2023-01-10 19:23:40 -05:00
Michieal
9f94f12127
Fix placement of bamboo onto bamboo nodes going higher than max height.
2023-01-10 18:48:50 -05:00
Michieal
784f3ec226
Made plank textures more dried bamboo looking.
2023-01-10 16:40:18 -05:00
Michieal
44a769397d
Fix bamboo mosaic using wrong texture.
...
Fix error.
2023-01-10 15:36:17 -05:00
Michieal
726eba7ed8
Make bamboo fence/gate less yellow. It's bamboo, not corn XD
2023-01-10 04:42:31 -05:00
Michieal
34faca3f2c
Added in License.txt
...
Made the end cap node wave in the wind.
2023-01-08 23:08:12 -05:00
Michieal
d5dda679eb
fix vestigial variable names to not be so obtuse.
2023-01-07 16:45:36 -05:00
Michieal
c65bbcd5a5
fixed missed spot for licensing.
2023-01-07 16:14:33 -05:00