15144 Commits

Author SHA1 Message Date
ryvnf
9d05fef0d2 Add translations from weblate
Co-authored-by: Zozosticot <Zozosticot@users.noreply.translate.codeberg.org>
Co-authored-by: bright <bright@users.noreply.translate.codeberg.org>
Co-authored-by: Dirk <Dirk@users.noreply.translate.codeberg.org>
2024-12-18 17:42:57 +00:00
cora
3d69189918 Fix param2 not being set when grass spreads 2024-12-18 16:56:51 +00:00
cora
31f3b1302b Call on rightclick for throwables 2024-12-18 16:47:02 +00:00
cora
d9f3d575aa Call on_rightclick of nodes when placing pufferfish 2024-12-18 16:47:02 +00:00
Elias Åström
bcdf22b7c2 Add language files so weblate can find mods 2024-12-18 16:34:19 +00:00
cora
4c3b327e70 Fix clocks not updating in itemframes 2024-12-17 16:57:28 +00:00
cora
fb1464615c Slightly enlarge clock item entity 2024-12-17 16:57:28 +00:00
cora
f9b630e73e Always turn running clocks into new single clock item 2024-12-17 16:57:28 +00:00
cora
d2c7cc887c Fix crash when recovery compass position not properly set 2024-12-16 16:00:30 +00:00
villager8472
79070d6bfa Add back recipe for crafting sticks from bamboo. 2024-12-15 18:21:59 +00:00
cora
6873af93d4
Fix possible crash if node isn't loaded when falling node falls on kelp 2024-12-14 16:54:23 +01:00
Elias Åström
d0c5aa1ed0 Update version to 0.109.1 2024-12-14 16:32:17 +01:00
Elias Åström
6f20043eda Run update-tr.sh 2024-12-14 16:31:58 +01:00
cora
55bad8a2e6 Don't show lodestone compass in creative 2024-12-14 15:07:11 +00:00
cora
43cd5ced66 Fix turning compass into lodestone compass 2024-12-14 15:07:11 +00:00
cora
7853b88a05 slightly refactor lodestone on_rc not to use string.find 2024-12-14 15:07:11 +00:00
cora
77eacef413 Only set position meta when activating lodestone compass 2024-12-14 15:07:11 +00:00
cora
82dcc8658b Add missing : to make aliases work 2024-12-14 15:07:11 +00:00
cora
d2c17d4dd5 Make compass API more practical to use from mods 2024-12-14 15:07:11 +00:00
cora
7b75d32f96 only update clock item entity every 5 seconds 2024-12-14 15:07:11 +00:00
cora
5ecb12a146 Pass dtime and moveresult to item_entity custom step function 2024-12-14 15:07:11 +00:00
cora
e9cf3fc284 Document new compass API 2024-12-14 15:07:11 +00:00
cora
fdf72b182d Api-fy compass registration 2024-12-14 15:07:11 +00:00
cora
4caea41380 Fix updating clock item entities 2024-12-14 15:07:11 +00:00
cora
aea4ee0572 Add custom on_step function for item entities 2024-12-14 15:07:11 +00:00
cora
6fc4cd6495 De-spaghettify mcl_compass 2024-12-14 15:07:11 +00:00
cora
4700cb6e8b Some basic cleanup in mcl_compass 2024-12-14 15:07:11 +00:00
cora
2aa4b8f25e Make compasses use item meta textures 2024-12-14 15:07:11 +00:00
cora
7add7fda45 cleanup mcl_clocks 2024-12-14 15:07:11 +00:00
cora
06947c9733 Make mcl_clocks use one item with item-meta textures 2024-12-14 15:07:11 +00:00
goblin_mode
26eaf4cf5f optimize redstone wire propagation 2024-12-14 15:05:07 +00:00
Elias Åström
64388c1155 update-tr.sh 2024-12-14 16:02:04 +01:00
ryvnf
93544b6c99 Import translations from weblate
Co-authored-by: bright <bright@users.noreply.translate.codeberg.org>
Co-authored-by: Zozosticot <Zozosticot@users.noreply.translate.codeberg.org>
2024-12-14 14:59:21 +00:00
Po Lu
941fd5dd35 Fix dispensing bone meal onto grass from below
* mods/ITEMS/mcl_core/functions.lua (bone_meal_grass): Search
for grass blocks around the node on which bone meal is being
used, not `above' which might as easily be a dispenser or player
beneath the block in question.
2024-12-12 16:16:04 +00:00
cora
e9e2e921e3 Fix a few instances of get_objects_inside_radius to use iterator
these seem to have snuck back in, the ones in mcl_pistons are fixed in
another PR
2024-12-12 16:00:24 +00:00
Elias Åström
05d9611a9d Fix outdated comment 2024-12-12 15:59:31 +00:00
Elias Åström
bc0aab84b4 Fix redstone block not powering comparator rear 2024-12-12 15:59:31 +00:00
Elias Åström
55dfebbc9a Remove power > 14 exception to comparator rear 2024-12-12 15:59:31 +00:00
Jürgen Rühle
69177522bf WIP: set comparator_signal = 0 to measurable nodes with power output 0
to override any opaque block power at the rear input
2024-12-12 15:59:31 +00:00
Jürgen Rühle
980f7e1d5c Rework comparator rear input 2024-12-12 15:59:31 +00:00
Elias Åström
5e4f762277 Remove out-commented code 2024-12-12 15:59:31 +00:00
Elias Åström
5b9c90c211 Only measure "direct" power in comparator 2024-12-12 15:59:31 +00:00
Elias Åström
055695c689 Add "direct" option param to get_power 2024-12-12 15:59:31 +00:00
Elias Åström
6f7d00408d Remove outdated note in mcl_redstone docs 2024-12-12 15:59:31 +00:00
Elias Åström
8c15a076f1 Fix redstone block missing from creative inv 2024-12-12 15:59:31 +00:00
Elias Åström
ac497b2c6c Add opaquely_powered and use it for redstone block 2024-12-12 15:59:31 +00:00
Elias Åström
3d59c80231 Make redstone torch blink 8 times before burnout 2024-12-12 15:59:10 +00:00
Elias Åström
c72a540d9d Move bamboo aliases to COMPAT 2024-12-12 15:57:18 +00:00
Elias Åström
f7cd80db40 Remove extra_nodes = false variable for mcl_bamboo 2024-12-12 15:57:18 +00:00
Jürgen Rühle
1f0ab21c5a Use "Bark" instead of "Wood" 2024-12-12 15:57:18 +00:00