NO11
|
5515e2baa1
|
Add 64 items to inventory when creative is on
|
2021-11-12 21:49:47 +00:00 |
NO11
|
be2e4614d0
|
Merge pull request 'master' (#12) from MineClone2/MineClone2:master into master
Reviewed-on: NO11/MineClone2#12
|
2021-11-12 21:46:31 +00:00 |
NO11
|
7ed964756e
|
local luaentity
|
2021-11-12 18:00:04 +00:00 |
NO11
|
0e5ad8637d
|
Merge branch 'master' into dripping
|
2021-11-12 17:54:30 +00:00 |
NO11
|
0cc0a7e01d
|
Make dripping particles MC-like
|
2021-11-12 17:49:27 +00:00 |
NO11
|
490e40d042
|
Bone meal particles: add some velocity, correct glow
|
2021-11-12 15:41:09 +00:00 |
NO11
|
f233fb5d30
|
Merge pull request 'Several fixes for applying bone meal to grass (Fix #900)' (#1894) from NO11/MineClone2:bone_meal into master
Reviewed-on: MineClone2/MineClone2#1894
|
2021-11-12 15:02:30 +00:00 |
NO11
|
9e4e7f0695
|
Merge branch 'master' into bone_meal
|
2021-11-12 15:02:13 +00:00 |
NO11
|
2a08f31435
|
Use particlespawners for better performance (sponge particles)
|
2021-11-12 14:09:59 +00:00 |
iliekprogrammar
|
740f7583ef
|
Add Dieter44 to CREDITS.md
|
2021-11-12 02:49:18 +08:00 |
iliekprogrammar
|
0564121183
|
Code style for #1890
|
2021-11-12 02:36:17 +08:00 |
iliekprogrammar
|
bca5033fb2
|
Merge pull request 'Implement health regeneration correctly' (#1890) from Dieter44/MineClone2:fixHealthRegen into master
Reviewed-on: MineClone2/MineClone2#1890
|
2021-11-11 18:33:57 +00:00 |
Dieter44
|
03d22852ee
|
Replace mobs:boom with equivalent mcl_explosions.exlode() to fix game crash when creeper is right-clicked with flint and steel. Issue #1753
|
2021-11-11 16:56:44 +01:00 |
Dieter44
|
10a5f8c4bf
|
Adding attribute hostile=true to charged creeper to fix that the charged creeper has no behavior: Issue #1756
|
2021-11-11 16:50:29 +01:00 |
Dieter44
|
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
|
2021-11-11 16:47:32 +01:00 |
Dieter44
|
0b6467d679
|
Reduce creeper run_velocity to 2.1, to fix #1691
|
2021-11-11 16:03:04 +01:00 |
NO11
|
8979230c42
|
Several fixes for applying bone meal to grass
|
2021-11-10 17:15:27 +00:00 |
NO11
|
fafa47d643
|
Merge pull request 'master' (#11) from MineClone2/MineClone2:master into bone_meal
Reviewed-on: NO11/MineClone2#11
|
2021-11-10 17:13:54 +00:00 |
iliekprogrammar
|
f61143758e
|
Fix small typo in API.md
|
2021-11-10 12:54:28 +08:00 |
iliekprogrammar
|
fa22ec4dd0
|
Add helper functions to update/merge tables.
|
2021-11-10 02:50:49 +08:00 |
Dieter44
|
017bf705e9
|
Fixing that player can regenerate health in death screen and then respawn without HP being set to maximum
|
2021-11-09 19:35:32 +01:00 |
Lizzy Fleckenstein
|
a7bc460fae
|
Fix boat and enchanting book texture glitches / warnings
|
2021-11-09 17:39:39 +01:00 |
Dieter44
|
e82d21040c
|
minor changes, ipairs() replaced with pairs()
|
2021-11-08 19:15:56 +01:00 |
iliekprogrammar
|
0491b814dd
|
Merge pull request 'Simple bone meal API (Fix #1862)' (#1892) from NO11/MineClone2:bone_meal into master
Reviewed-on: MineClone2/MineClone2#1892
|
2021-11-08 16:53:01 +00:00 |
Dieter44
|
2f05388541
|
Add one food_tick_timer per player instead of using one for all players.
|
2021-11-08 15:49:05 +01:00 |
Dieter44
|
976f522b9d
|
Combine slowFoodTickTimer and fastFoodTickTimer to a single food_tick_timer
|
2021-11-08 15:33:53 +01:00 |
NO11
|
51dffc6c53
|
Merge branch 'master' into bone_meal
|
2021-11-08 13:16:39 +00:00 |
NO11
|
30ce6f8a77
|
Fix typo min -> max
|
2021-11-08 13:16:20 +00:00 |
Lizzy Fleckenstein
|
a34ae040c8
|
Add ContentDB links
|
2021-11-08 14:02:22 +01:00 |
Lizzy Fleckenstein
|
a410a7fabe
|
Merge pull request 'Add OpenCollective link and credits' (#1893) from EliasFleckenstein03/MineClone2:opencollective into master
Reviewed-on: MineClone2/MineClone2#1893
|
2021-11-08 11:48:10 +00:00 |
Lizzy Fleckenstein
|
ea46c8741b
|
Add OpenCollective link and credits
|
2021-11-07 20:29:11 +01:00 |
NO11
|
5b52deaa8a
|
Merge branch 'master' into bone_meal
|
2021-11-06 13:38:20 +00:00 |
NO11
|
7bbc1e9951
|
Add API.md for bone meal API
|
2021-11-06 13:34:22 +00:00 |
Lizzy Fleckenstein
|
0dd780ee2a
|
Merge pull request 'Implement grass palette conversion, Add sugar cane colorisation' (#1889) from EliasFleckenstein03/MineClone2:tint into master
Reviewed-on: MineClone2/MineClone2#1889
|
2021-11-06 13:29:39 +00:00 |
NO11
|
1b259f928b
|
Add simple bone meal API
- callback api
- particle api
|
2021-11-06 13:12:03 +00:00 |
Dieter44
|
d0d60804a3
|
Implemented health regeneration mechanics as described in minecraft wiki. Saturation values and different regeneration speeds now used.
|
2021-11-04 21:01:28 +01:00 |
Dieter44
|
d1d11f9740
|
Fixed debug hudbars for player saturation and exhaustion when mcl_hunger_debug=true is set in .config file
|
2021-11-04 20:58:54 +01:00 |
Nils Dagsson Moskopp
|
4926c0560d
|
Speed up TGA encoding by creating fewer strings
|
2021-11-04 15:38:56 +01:00 |
Nils Dagsson Moskopp
|
23ca11c8e1
|
Use RLE compression in tga_encoder
|
2021-11-04 15:38:26 +01:00 |
Elias Fleckenstein
|
88e084cbca
|
Merge pull request 'Rework XP API' (#1888) from EliasFleckenstein03/MineClone2:xp into master
Reviewed-on: MineClone2/MineClone2#1888
|
2021-11-04 13:36:13 +00:00 |
Lizzy Fleckenstein
|
be86b603f8
|
Update README.md to reflect new contribution guidelines
|
2021-11-04 13:14:35 +01:00 |
iliekprogrammar
|
f4803a35c4
|
Merge pull request 'Update contribution guidelines' (#1881) from EliasFleckenstein03/MineClone2:guidelines into master
Reviewed-on: MineClone2/MineClone2#1881
|
2021-11-04 12:06:32 +00:00 |
Lizzy Fleckenstein
|
ce4c0ed4c1
|
free -> free/libre
|
2021-11-04 12:56:34 +01:00 |
Lizzy Fleckenstein
|
4a3a8841cd
|
Add ingame credits script to release process
|
2021-11-04 12:31:13 +01:00 |
Lizzy Fleckenstein
|
649f481b51
|
provide example for non-descriptive title
|
2021-11-04 12:28:36 +01:00 |
Lizzy Fleckenstein
|
b937b38b1c
|
Separate translations and assets
|
2021-11-04 12:26:14 +01:00 |
Lizzy Fleckenstein
|
f9e7f58492
|
Reword necessary PR feedback section
|
2021-11-04 12:21:06 +01:00 |
Lizzy Fleckenstein
|
a77e79d985
|
where the real troublespots are -> places to investigate optimization issues
|
2021-11-03 21:15:20 +01:00 |
Lizzy Fleckenstein
|
24ca8252a9
|
community wants -> community feedback
|
2021-11-03 21:14:22 +01:00 |
Lizzy Fleckenstein
|
c6e9d763d6
|
repo -> repository (in release process documentation)
|
2021-11-03 21:09:57 +01:00 |