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
Jürgen Rühle
0fd7fb6a6f
No need to wrap mcl_trees.strip_tree
2024-12-12 15:57:18 +00:00
Jürgen Rühle
d0c8e8fd0f
Change bark block description to Wood
...
...since we already use `Stripped Wood` for the stripped bark blocks.
2024-12-12 15:57:18 +00:00
Jürgen Rühle
5d781f3fea
Bamboo can't be smelted to charcoal
2024-12-12 15:57:18 +00:00
Jürgen Rühle
eff863d56f
Replace bamboo bark nodes by aliases
...
They can be reenabled by changing a setting in mcl_bamboo\init.lua.
2024-12-12 15:57:18 +00:00
Jürgen Rühle
6b1160989e
Make bamboo bark dependent on extra_nodes setting
...
...because it is doesn't exist in MC.
2024-12-12 15:57:18 +00:00
Jürgen Rühle
f9b3e85985
Block of bamboo is not a tree log
2024-12-12 15:57:18 +00:00