ancientmarinerdev
4a17c8abc1
Merge pull request 'Fix png start warning and double slab description warning.' ( #3796 ) from fix_png_warning_start into master
...
Reviewed-on: MineClone2/MineClone2#3796
2023-06-18 16:09:47 +00:00
ancientmarinerdev
da19aceb06
Fix double slab default description warning. Should use default unless neccessary. Why warn?
2023-06-18 16:06:35 +00:00
ancientmarinerdev
67260b16be
Fix asset error warning on startup.
2023-06-18 16:06:35 +00:00
chmodsayshello
7219f70d77
Merge pull request 'Prevent slime blocks from 'connecting' to honey blocks when pushing/pulling, like in Minecraft' ( #3803 ) from seventeenthShulker/MineClone2:independent_stickies into master
...
Reviewed-on: MineClone2/MineClone2#3803
Reviewed-by: chmodsayshello <chmodsayshello@hotmail.com>
2023-06-17 18:26:55 +00:00
seventeenthShulker
758d38894d
Prevent slime blocks from 'connecting' to honey blocks when pushing/pulling, like in Minecraft.
2023-06-17 16:42:06 +02:00
ancientmarinerdev
1192a46b9c
Merge pull request 'Adjust hot stuff achievement to use new lava bucket texture name' ( #3783 ) from fix_hot_stuff_achievement_icon into master
...
Reviewed-on: MineClone2/MineClone2#3783
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-06-13 17:21:36 +00:00
SmokeyDope
fd07cbdd5a
update lava bucket texture name in tools/Conversion_Table.csv
2023-06-13 15:49:57 +00:00
SmokeyDope
b409610537
adjust lava bucket texture name in mcl_maps/colors.json
2023-06-13 15:49:57 +00:00
SmokeyDope
deb703fbc2
Adjust hot stuff achievement to use new lava bucket texture name
2023-06-13 15:49:57 +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: MineClone2/MineClone2#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
f57f73681a
Merge pull request 'Drop pumpkins, melons and buttons via piston or dirt next to piston' ( #3777 ) from pumpkin_stuff into master
...
Reviewed-on: MineClone2/MineClone2#3777
2023-06-07 21:21:43 +00:00
ancientmarinerdev
60c996b5ac
Drop pumpkins, melons and buttons via piston or dirt next to piston
2023-06-07 20:21:05 +00:00
ancientmarinerdev
47f64f63a3
Merge pull request 'Incorperate sheep eating animation.' ( #3768 ) from sheep_eat_animation into master
...
Reviewed-on: MineClone2/MineClone2#3768
Reviewed-by: Nicu <kneekoo@noreply.git.minetest.land>
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-06-05 14:06:49 +00:00
ancientmarinerdev
cc5a0971ac
Object reference check before setting velocity
2023-06-05 15:03:45 +01:00
epCode
df8592df41
Revert add punch node
2023-06-04 21:53:39 -07:00
epCode
5e4fa30aae
Punch node after change
2023-06-04 20:19:18 -07:00
epCode
e49eac6d85
Fix sheep not regrowing wool after eating
2023-06-04 16:24:37 -07:00
epCode
e53b6c124c
Make sheep always drop 1 wool (MC continuity)
2023-06-04 22:41:35 +00:00
epCode
92887f5501
fix sheep replace rate
2023-06-04 22:41:35 +00:00
epCode
86cd5711ca
Rearange on replace code to be more general purpous
2023-06-04 22:41:35 +00:00
epCode
908ba9fba6
Put on_replace call in correct place (wool regrow on grass to dirt)
2023-06-04 22:41:35 +00:00
epCode
91d94800d7
Adjust grass replace timer
2023-06-04 22:41:35 +00:00
epCode
74e55ca361
Fix eat replace timer for sheep
2023-06-04 22:41:35 +00:00
epCode
c049113f26
Fix sheep sliding, make eating timed, fix animation repeat
2023-06-04 22:41:35 +00:00
epCode
1f5247df06
Make mobs slide less, and fix ageold jump dilema
2023-06-04 22:41:35 +00:00
epCode
2e2f56122d
Incorperate sheep eating animation. #3734
2023-06-04 22:41:35 +00:00
ancientmarinerdev
46d486c7cb
Merge pull request 'Oxidation API' ( #3748 ) from oxidation_api into master
...
Reviewed-on: MineClone2/MineClone2#3748
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-06-02 20:34:26 +00:00
PrairieWind
75e4000b30
Fix the scraped variants of certain waxed copper blocks
...
Also fix some wording in the oxidation api documentation
2023-06-02 20:28:54 +00:00
PrairieWind
46f6731cf5
Make oxidized slabs and stairs waxable, and fix the copper oxidation dupe
2023-06-02 20:28:54 +00:00
PrairieWind
0fba7eaed4
Fix a few crashes, make the abm work, and revive the wax off advancement
2023-06-02 20:28:54 +00:00
Michieal
7c46826958
Did what I should have done to begin with: changed _mcl_copper_waxed_variant to _mcl_waxed_variant so that it intuitively applies to more than just copper.
2023-06-02 20:28:54 +00:00
Michieal
d6858b7e2a
Made the scraped variants of the stairs & slabs.
...
Cleaned up commented out code.
2023-06-02 20:28:54 +00:00
Michieal
9e5a45e3fd
Rebased; Changed the way that the abm handles being called.
...
Still have to make the scraped variants of the stairs & slabs.
2023-06-02 20:28:54 +00:00
PrairieWind
4b9fc7046b
Add Oxidization API
2023-06-02 20:28:54 +00:00
ancientmarinerdev
3eb2f745e2
Merge pull request 'Change order of numbers passed into random that crash on some Lua versions' ( #3775 ) from fix_random_ordering_crash into master
...
Reviewed-on: MineClone2/MineClone2#3775
2023-06-02 20:20:33 +00:00
ancientmarinerdev
4287a261c8
Change order of numbers passed into random that crash on some Lua versions
2023-06-02 21:14:52 +01:00
ancientmarinerdev
5cbb56d71b
Merge pull request 'Split global cap for peaceful and hostile. Introduce underground water, ambient water, axolotl cap. Slight peaceful spawn balancing.' ( #3765 ) from spawning_cap_tweaks into master
...
Reviewed-on: MineClone2/MineClone2#3765
2023-06-01 20:08:53 +00:00
ancientmarinerdev
c65f8c9e51
Improved early game spawn balance
2023-06-01 20:05:25 +00:00
ancientmarinerdev
812269264b
Add in caps for underground water and axolotl
2023-06-01 20:05:25 +00:00
ancientmarinerdev
afb4540408
Clean up
2023-06-01 20:05:25 +00:00
ancientmarinerdev
4d3e8e25e5
Add water_ambient cap
2023-06-01 20:05:25 +00:00
ancientmarinerdev
ae32ce4a0a
Split hostile and non-hostile mob caps
2023-06-01 20:05:25 +00:00
ancientmarinerdev
4c3d726882
Merge pull request 'Add max_hear_distance flag to composter sounds' ( #3767 ) from fix_composter_sound_hear_distance into master
...
Reviewed-on: MineClone2/MineClone2#3767
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-05-31 22:26:16 +00:00
ancientmarinerdev
90842c5f25
Fixed slight error.
2023-05-31 22:20:58 +00:00
ancientmarinerdev
428ae9ac0d
Fix positional sounds based on mt docs.
2023-05-31 22:20:58 +00:00
SmokeyDope
adee1a49af
Add max_hear_distance flag to composter sounds
2023-05-31 22:20:58 +00:00
megustanlosfrijoles
06077d1633
Spanish translations ( #3753 )
...
<!--
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: José Muñoz <dr.cabra@disroot.org>
Reviewed-on: MineClone2/MineClone2#3753
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-31 21:22:49 +00:00
ancientmarinerdev
ae486fa525
Merge pull request 'Fix a typo in the Acquire Hardware achievement' ( #3740 ) from uqers/MineClone2:master into master
...
Reviewed-on: MineClone2/MineClone2#3740
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-05-28 19:46:07 +00:00
uqers
7133031caf
Fix translations for ru, pl, ja, and fr
2023-05-27 01:42:59 +00:00
ancientmarinerdev
019717cab0
Merge pull request 'Add support for external custom skins mod' ( #3653 ) from skins into master
...
Reviewed-on: MineClone2/MineClone2#3653
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-05-26 20:55:53 +00:00