forked from VoxeLibre/VoxeLibre
master #13
NO11
commented 2022-01-06 17:06:24 +01:00
Owner
No description provided.
NO11
added 61 commits 2022-01-06 17:06:28 +01:00
6bef350be4
baisc glass support
0b6467d679
Reduce creeper run_velocity to 2.1, to fix #1691
68810a2a74
Change creeper fuse range and defuse range according to minecraft wiki: https://minecraft.fandom.com/wiki/Creeper and: https://minecraft.fandom.com/wiki/Explosion. Fix of #1689
10a5f8c4bf
Adding attribute hostile=true to charged creeper to fix that the charged creeper has no behavior: Issue #1756
03d22852ee
Replace mobs:boom with equivalent mcl_explosions.exlode() to fix game crash when creeper is right-clicked with flint and steel. Issue #1753
0cc0a7e01d
Make dripping particles MC-like
0e5ad8637d
Merge branch 'master' into dripping
7ed964756e
local luaentity
5515e2baa1
Add 64 items to inventory when creative is on
96c4fb60d8
Fix crash on startup during immediate runtime by mcl_burning
66c1b4a95f
Merge pull request 'fix_creeper' (#1896) from Dieter44/MineClone2:fix_creeper into master
bd14918543
Reduce defuse reach for charged creeper
ae8068cca6
Use stack_max instead of 64 for all items
30dd505985
Merge branch 'master' into inventory
d4da855570
Add button to switch between max stack size and just one item
d7e59f6a35
Add switch stack size overlay texture
642b9db035
localize wielditem in crossbow.lua (Fix #1901)
1483c45cc9
Merge branch 'master' into inventory
bcb6251d20
Use label instead of extra texture
add97d39a6
delete overlay texture
fdaaf0ec49
Use on_joinplayer instead of on_newplayer
79e1e2fa8f
Merge pull request 'Add 64 items to inventory when creative is on' (#1899) from NO11/MineClone2:inventory into master
d27109d807
Merge branch 'master' into dripping
7ef6613f09
Rename drippingwater mod to mcl_dripping
d2a03ec0b9
Rename entity ids
a9804879e2
Rename drippingwater to mcl_dripping in mod.conf and readme.txt
e2b22a62ce
Merge pull request 'Make dripping particles MC-like (rework drippingwater)' (#1898) from NO11/MineClone2:dripping into master
c757e98b4f
Fix #1911, error in lightning callback
9919011aca
Fix enchanted books losing their enchantments in creative inventory
30528b0a2c
Fix crash when opening a chest with an unknown node on top
6ca5799565
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
903d1777be
Use set_count instead of creating a new item and checking for enchanted books
9200c3fe44
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
b0aceae73d
Fix reference dupe glitches
46394e7e1f
Add obsidian boat that always sinks
9edf277905
Fix mobs spawn count
2127bb3ef1
Merge pull request 'Fix mobs spawner count' (#1915) from TioBlocos/MineClone2:fix-mobs-spawn into master
d3015edeb9
Fix reference dupes for droppers and dispensers
e6b200aaf3
Fix access to ender inventory without an ender chest
92686e5412
Fix broken mcl_util.calculate_durability
261faafb7c
Fix get_possible_enchantments to not return incompatible enchantments, even if treasure enchantments are allowed
882db9f873
Remove unused and completely unlogical enchantment_level paramenter from get_possible_enchantments
b3958a956d
Refactor random enchantment selection code
ec7e245b9d
Various fixes to the enchanting and loot system
0e9a56fa35
Add stacks to enchant_uniform_randomly
b945975427
Slime splitting: nil check child to prevent crash (that happened on oysterity-mcl2)
e4feb233e0
Fix hopper dupe
0c8e5dc7a4
Disable Nether portal node rotation by screwdriver
5a4abcbcb7
fixed daylightsensor's register_abms
14295cc4d7
Merge pull request 'Fixed daylightsensors' (#1928) from chmodsayshello/MineClone2:daylightsensorfix into master
e2360204a7
Revert "fixed daylightsensor's register_abms"
bfd1fd69d1
Fix potential crash when falling onto unknown node
12830781f8
Merge branch 'master' into connected_glass
a7e471de62
framed stained glass
e3129b057f
Merge pull request 'Optional connected glass support' (#1939) from AFCMS/MineClone2:connected_glass into master
7b47a15e34
Remove arrow entities when the player leaves to prevent killing on startup
7b46225176
Remove arrow entities when the player joins to prevent killing on startup (working fix)
7cc7fb1331
Make removing of arrow entities also work with mobs, remove arrows on respawn
627c37cd97
Fix pumpkin hud
11f3ad15ba
add logo
a8b974266c
Merge pull request 'Add 1024x1024 logo (basic and small versions)' (#1947) from AFCMS/MineClone2:new_logo into master
NO11
merged commit 4dce90543d into master 2022-01-06 17:06:38 +01:00
NO11
referenced this issue from a commit 2022-01-06 17:06:39 +01:00
Merge pull request 'master' (#13) from MineClone2/MineClone2:master into master
Loading…
Reference in New Issue
No description provided.
Delete Branch "VoxeLibre/VoxeLibre:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?