1F616EMO
430f5b05ab
mcl_itemframes
2022-02-23 23:58:05 +01:00
1F616EMO
e4a311e28a
mcl_clock
2022-02-23 23:58:05 +01:00
1F616EMO
6a115a68ef
mcl_armor_stand
2022-02-23 23:58:05 +01:00
1F616EMO
f3d0ec845c
mcl_spawn
2022-02-23 23:58:05 +01:00
1F616EMO
563daeed8a
mcl_wip
2022-02-23 23:58:05 +01:00
1F616EMO
a6c3cab791
mclx_fences
2022-02-23 23:58:05 +01:00
1F616EMO
bb4ddee570
mcl_compass
2022-02-23 23:58:05 +01:00
1F616EMO
fe3e80bc0e
lightning
2022-02-23 23:58:05 +01:00
1F616EMO
59fe078fd7
mcl_playerplus
2022-02-23 23:58:05 +01:00
1F616EMO
dba08ddc1f
mcl_torches
2022-02-23 23:58:05 +01:00
1F616EMO
551bf917e2
mcl_void_damage
2022-02-23 23:58:05 +01:00
1F616EMO
26dadb1846
mcl_falling_nodes
2022-02-23 23:58:05 +01:00
1F616EMO
33a353e20d
mcl_privs
2022-02-23 23:58:05 +01:00
1F616EMO
f02f3c9f40
screwdriver
2022-02-23 23:58:05 +01:00
1F616EMO
410c1ecd1f
mcl_hbarmor
2022-02-23 23:58:05 +01:00
1F616EMO
ba172f0847
mcl_explosions
2022-02-23 23:58:05 +01:00
1F616EMO
ad42c3588b
mcl_farming
2022-02-23 23:58:05 +01:00
1F616EMO
9734c74c56
(WIP) mcl_farming
2022-02-23 23:58:05 +01:00
1F616EMO
c3dd5e6c2c
MORE MESS SORRY XD
2022-02-23 23:58:05 +01:00
1F616EMO
21808390f9
Revert "add translates for `mcl_boats`"
...
This reverts commit 2ee84f2ad3bd1f067a43c9382d7fc70f30fab9f0.
2022-02-23 23:58:05 +01:00
1F616EMO
cc87791327
add translates for `mcl_boats`
...
Co-authored-by: Emojigit <emojigit@noreply.git.minetest.land>
2022-02-23 23:58:04 +01:00
1F616EMO
f8cd01a15e
add translate of README.md
2022-02-23 23:58:04 +01:00
1F616EMO
a8aabb2329
add translate for `doc_identifier`
2022-02-23 23:58:04 +01:00
1F616EMO
4f00b62a18
add zh_TW translate to `mcl_beds` and `mcl_core`
2022-02-23 23:58:04 +01:00
cora
97412b139a
Merge pull request 'Add @epCode logo ( fix #1955 )' ( #2021 ) from AFCMS/MineClone2:epCode-logo into master
...
Reviewed-on: MineClone2/MineClone2#2021
2022-02-23 17:55:50 +00:00
AFCMS
ceb27b6929
obtimize icons again
...
`optipng -strip all -o9`
2022-02-23 16:30:08 +01:00
AFCMS
b2614f8d78
make menu icon smaller (128x)
2022-02-23 16:30:07 +01:00
AFCMS
84596b2ebb
add @epCode logo
2022-02-23 16:30:07 +01:00
cora
6bb6966752
Merge pull request 'Add Barrel' ( #1977 ) from AFCMS/MineClone2:barrels into master
...
Reviewed-on: MineClone2/MineClone2#1977
Reviewed-by: cora <cora@noreply.git.minetest.land>
2022-02-22 19:38:04 +00:00
AFCMS
360a1604ba
Revert "move barrels to mcl_chests"
...
This reverts commit a272322cb5
.
2022-02-22 20:20:21 +01:00
AFCMS
61f4c5b885
apply @kay27 fix to `mcl_util.drop_items_from_meta_container`
2022-02-22 18:08:26 +01:00
AFCMS
a272322cb5
move barrels to mcl_chests
2022-02-22 18:08:25 +01:00
AFCMS
9112915ddd
fix barrel top texture rotation
2022-02-22 18:08:25 +01:00
AFCMS
397c243e89
cleanup barrel TODO list
2022-02-22 18:08:25 +01:00
AFCMS
c64d0e4558
simplify random dropping position code
2022-02-22 18:08:24 +01:00
AFCMS
61e54ed617
rename `mcl_util.drop_items_container_get` to `drop_items_from_meta_container`
2022-02-22 18:08:24 +01:00
AFCMS
0988637ea1
add barrel tooltip help text
2022-02-22 18:08:24 +01:00
AFCMS
b88060dbfb
add doc description to barrels
2022-02-22 18:08:23 +01:00
AFCMS
e3e06b4a4b
fix broken tree placement
2022-02-22 18:08:23 +01:00
AFCMS
34b445b04a
fixes
2022-02-22 18:08:22 +01:00
AFCMS
d41a836514
add craft
2022-02-22 18:08:22 +01:00
AFCMS
80fb59f9ac
add barrel
2022-02-22 18:08:22 +01:00
cora
dae7c22dd9
Merge pull request 'PLAYER/mcl_playerplus: Do not send redundant bone position and properties' ( #1990 ) from fix-playerplus-packetspam into master
...
Reviewed-on: MineClone2/MineClone2#1990
2022-02-22 17:00:29 +00:00
cora
a9357f7380
Do not send redundant bone position and properties
2022-02-22 11:15:56 +00:00
cora
dcfbfd67b8
Merge pull request 'Quick fix: Reinstate nil check in on_place_bucket.' ( #2018 ) from kabou/MineClone2:fix-buckets-cauldrons into master
...
Reviewed-on: MineClone2/MineClone2#2018
Reviewed-by: AFCMS <afcms@noreply.git.minetest.land>
Reviewed-by: cora <cora@noreply.git.minetest.land>
2022-02-21 19:54:35 +00:00
kabou
af132cc523
Reinstate nil check in on_place_bucket.
...
* Oops, nil checks on registered_node[name] were erroneously optimized
away, risking crashes. Reinstate those checks.
2022-02-21 18:00:56 +01:00
cora
a0b5e4dd0b
Merge pull request 'fix filling cauldrons with water buckets and some minor refactoring.' ( #2011 ) from kabou/MineClone2:fix-buckets-cauldrons into master
...
Reviewed-on: MineClone2/MineClone2#2011
Reviewed-by: cora <cora@noreply.git.minetest.land>
2022-02-21 15:18:02 +00:00
kabou
e54502edd6
Add more local aliases for minetest.* namespace functions
...
* Add locals for
- minetest.is_creative_enabled
- minetest.is_protected
- minetest.record_protection_violation
2022-02-20 20:24:55 +01:00
kabou
639bf936c5
Use alias for minetest.* namespace function call.
...
* Fix one missed minetest.get_node use in earlier commit.
2022-02-20 19:52:05 +01:00
kabou
d2261426c3
Remove redundant variables in on_place_bucket.
...
The function on_place_bucket defined a couple of variables that were
used only once or in a redundant check. After removal of the redundant
check in a previous commit, all use-once variables can now be substituted
with their assignment expressions.
2022-02-20 18:46:23 +01:00