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
b07e6fccdc
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.
2023-01-11 02:22:30 -05:00
Michieal
04efa74115
Prevent growing "around" things in the way.
2023-01-11 02:19:19 -05:00
Michieal
2e8f56d098
Merge branch 'master' into mcl_bamboo_too
2023-01-10 22:29:28 -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
Michieal
aad2d114f9
temp commit. recolor of the planks and scaffolds.
2023-01-10 20:49:38 -05:00
ancientmarinerdev
2ed3c1c480
Merge pull request 'Mob Fixes' ( #3242 ) from mob_fixes into master
...
Reviewed-on: MineClone2/MineClone2#3242
Reviewed-by: Michieal <michieal@noreply.git.minetest.land>
2023-01-11 01:11:07 +00:00
ancientmarinerdev
111c885417
Added burger alias
2023-01-11 01:07:18 +00:00
ancientmarinerdev
8e1f00d428
Villager breeding is now unburgered. Burger now needs right click to initiate follow.
2023-01-11 01:07:18 +00:00
ancientmarinerdev
4fd4425aae
Improved mob debug
2023-01-11 01:07:18 +00:00
ancientmarinerdev
ac4cd2c325
Improve performance for head swivel check
2023-01-11 01:07:18 +00:00
ancientmarinerdev
01c8009c6a
Tidy on_step function
2023-01-11 01:07:18 +00:00
ancientmarinerdev
ef90820f67
Fix farm animals so they don't get into combat state
2023-01-11 01:07:18 +00:00
ancientmarinerdev
d6d11b9526
Zombie villagers cannot despawn during curing process
2023-01-11 01:07:17 +00:00
ancientmarinerdev
b0264b2736
Endermen now despawn when not holding a block.
2023-01-11 01:07:17 +00: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
PrairieWind
b3da85be64
Merge pull request 'mcl_music_without_menu_music' ( #3291 ) from mcl_music_without_menu_music into master
...
Reviewed-on: MineClone2/MineClone2#3291
Reviewed-by: PrairieWind <prairie.astronomer1@gmail.com>
2023-01-10 19:15:22 +00:00
ancientmarinerdev
3ed32abc4e
Add credit for nether music
2023-01-10 19:05:56 +00:00
kay27
9db6050638
Fix music interruption
2023-01-10 19:05:56 +00:00
kay27
7ceb953a56
Add different music for different dimensions
2023-01-10 19:05:56 +00:00
kay27
1894d8c5f0
Fix mcl_music: play to all players, play every day, overworld only
2023-01-10 19:05:56 +00:00
kay27
419d61edde
Add trivial mcl_music mod and a piano track by diminixed
2023-01-10 19:05:55 +00:00
PrairieWind
9820309762
Merge pull request 'mcl_crimson_update' ( #3289 ) from mcl_crimson_update into master
...
Reviewed-on: MineClone2/MineClone2#3289
Reviewed-by: PrairieWind <prairie.astronomer1@gmail.com>
2023-01-10 18:17:39 +00:00
Michieal
726eba7ed8
Make bamboo fence/gate less yellow. It's bamboo, not corn XD
2023-01-10 04:42:31 -05:00
Michieal
f46581905a
Added veins to the Hyphae log sides.
2023-01-10 04:30:29 -05:00
Michieal
4f6de581dd
fixed the warped fungus mushroom texture.
...
fixed the warped fungus selection box.
2023-01-10 04:29:47 -05:00
Michieal
eb8f7360a2
Merge branch 'master' into mcl_bamboo_too
2023-01-09 18:56:05 -05:00
ancientmarinerdev
db62631540
Merge pull request 'mcl_lectern' ( #3282 ) from mcl_lectern into master
...
Reviewed-on: MineClone2/MineClone2#3282
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-01-09 22:33:31 +00:00
ancientmarinerdev
fb30564827
Ooooooh, lecterns. My favourite.
2023-01-09 22:32:14 +00:00
Michieal
8c355db3ce
Made Lecterns solid.
2023-01-09 22:32:14 +00:00
Michieal
eae08f3010
Finished Lecterns.
...
Added in License.txt.
2023-01-09 22:32:14 +00:00
Michieal
4701c4d6e7
Built basic lectern model, texture, and node definition.
...
Created crafting recipe.
Marked Lecterns as WIP.
Started defining placement.
Added in README.txt.
2023-01-09 22:32:14 +00:00
Michieal
8df0b2a48e
Made changes to the MapGen definitions because with the new grow code, bamboo creates its own height, and therefore places its own top. And, having multiple tops looks funny.
2023-01-09 16:31:02 -05:00
ancientmarinerdev
66f368531d
Merge pull request 'Fix Country Lode HUD Issue' ( #3268 ) from advancement_bug_fix into master
...
Reviewed-on: MineClone2/MineClone2#3268
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-01-09 21:17:41 +00:00
PrairieWind
7cb5c55d68
Update Translation Files
...
Fixes the translation error for other languages
2023-01-09 13:36:36 -07: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
Michieal
533f59bf27
Merge branch 'master' into mcl_bamboo_too
2023-01-06 18:08:33 -05:00
Michieal
3074c15d14
clear up comment confusion.
...
Factored out hard coded names for variable names.
removed "minecraft" from README.md.
2023-01-06 18:07:30 -05:00
Michieal
132178b8c7
clear up comment confusion.
2023-01-06 17:46:54 -05:00
Michieal
ede21a8627
revert f92ea77849
...
revert accidental second commit.
Mega commit. lol.
Did a LOT of refactoring.
Cleaned up some vestigial code.
Cleaned up aliases.
2023-01-06 22:43:41 +00:00
Michieal
82fae13b47
Merge remote-tracking branch 'origin/mcl_bamboo_too' into mcl_bamboo_too
2023-01-06 17:41:57 -05:00
Michieal
f92ea77849
Mega commit. lol.
...
Did a LOT of refactoring.
Cleaned up some vestigial code.
Cleaned up aliases.
2023-01-06 17:41:01 -05:00
Michieal
7ebf9b7ab8
Mega commit. lol.
...
Did a LOT of refactoring.
Cleaned up some vestigial code.
Cleaned up aliases.
2023-01-06 17:40:35 -05:00
Michieal
07a56165ed
update optional depends.
2023-01-06 20:23:59 +00:00
Michieal
ee0b355f51
Fix licensing.
2023-01-06 20:21:08 +00:00