Elias Åström
5ac8b78dca
Prevent portal lighting without 2 node clearance
2023-05-11 23:41:39 +02:00
Elias Åström
35a3b1eb0a
Cleanup portal code
2023-05-11 23:41:39 +02:00
Elias Åström
4cfb081ce5
Unregister portal if it is missing
2023-05-11 23:41:39 +02:00
Elias Åström
6ff0c8f1b6
Unregister portals on destroy
2023-05-11 23:41:39 +02:00
Elias Åström
1722603b25
Fix portal metadata
2023-05-11 23:41:39 +02:00
Elias Åström
97ec8aef0b
Make portal exit position consistent
2023-05-11 23:41:39 +02:00
Elias Åström
449588d0a7
Add dig_by_water to snow cover node
2023-05-11 23:41:39 +02:00
Elias Åström
b4e9e2aa4f
Use dig_by_water group instead of deco_block
2023-05-11 23:41:39 +02:00
Elias Åström
153a8be15c
Use check_and_light_portal in portal construction
2023-05-11 23:41:39 +02:00
Elias Åström
dacdfa95b7
Link portals by distance from destination coord
2023-05-11 23:41:39 +02:00
Elias Åström
1676443575
Update README about nether portal construction
2023-05-11 23:41:39 +02:00
Elias Åström
6ab46db07c
Add ryvnf to authors of mcl_portals
2023-05-11 23:41:39 +02:00
Elias Åström
7b9aed58ba
Add teleportation sound
2023-05-11 23:41:39 +02:00
Elias Åström
f13488017a
Use add_particle instead add_particlespawner
2023-05-11 23:41:39 +02:00
Elias Åström
b842b48190
Rewrite the nether portal code
2023-05-11 23:41:39 +02:00
Elias Åström
81070553e1
Removing portal lighting from fire nodes
...
Portals are lighted using _on_ignite instead.
2023-05-11 23:41:39 +02:00
Elias Åström
0003f3335b
Fix tool wear being incorrect
2023-05-11 18:32:44 +02:00
cora
bcdd533bc8
Fix undeclared global
2023-05-07 01:17:54 +02:00
cora
a9caddc86e
Pumpkin carving, dirt path making and tree stripping does custom wear
2023-05-07 01:17:54 +02:00
cora
28916ea45d
Document tool callbacks in API.md
2023-05-07 01:17:54 +02:00
cora
4bc2e60606
Move wearing of tools to mcl_tools tool callbacks
2023-05-07 01:17:54 +02:00
cora
87b01dd3af
Use the callback name directly in the chain definition
2023-05-07 01:17:54 +02:00
cora
42e96066b3
Remove undecay/unpreserve group; use tool callbacks everywhere
2023-05-07 01:17:54 +02:00
cora
985bebb6f2
Add comment describing the decaychain definition
2023-05-07 01:17:54 +02:00
cora
f75c96f020
Remove superfluous comment
2023-05-07 01:17:53 +02:00
cora
8891d0f1d8
put back assert when registering decaychain
2023-05-07 01:17:53 +02:00
cora
7d381b7830
Refactor decaychain registration
...
to make the main registration function less confusing
2023-05-07 01:17:53 +02:00
cora
8b9e90d9cc
Some decaychains cleanup
2023-05-07 01:17:53 +02:00
cora
b5531f6eff
Use _mcl_on_axe_place
2023-05-07 01:17:53 +02:00
cora
e6d0493036
Add aliases for old waxed copper nodes
2023-05-07 01:17:53 +02:00
cora
d17a35264c
Add cut copper stairs and slabs decaychains
2023-05-07 01:17:53 +02:00
cora
665d24d7ee
Add cut copper decaychain
2023-05-07 01:17:53 +02:00
cora
e486b6f3d0
Remove old waxed node defintions
2023-05-07 01:17:53 +02:00
cora
276554c2f5
Add preserves_copper group to honeycombs
2023-05-07 01:17:53 +02:00
cora
d77850b14b
Remove old callbacks and functions file
2023-05-07 01:17:53 +02:00
cora
cd55abb816
Add decaychains API
2023-05-07 01:17:53 +02:00
Elias Åström
0bd156a625
Improve /clearmobs command
...
Add "tamed" parameter to remove tamed (but not nametagged) mobs. Also
allow range to be used with specific mob types to remove.
2023-05-06 15:04:43 +02:00
cora
fe47b4473c
remove extra checks for river water cauldrons
2023-05-05 17:32:21 +00:00
cora
ac602ada0f
remove extra checks for lava cauldron in mcl_buckets
2023-05-05 17:32:21 +00:00
cora
bc056acbef
Move cauldron filling code to mcl_cauldrons
2023-05-05 17:32:21 +00:00
cora
7ad6bf3193
Use _on_bucket_place for mangrove roots
2023-05-05 17:32:21 +00:00
cora
3b70409407
Add buckets on_place callbacks
2023-05-05 17:32:21 +00:00
cora
49b12c2e34
Add callbacks for picks and swords
...
even if not used by anything (yet)
2023-05-05 17:04:35 +00:00
cora
3c4e9afdb0
Move pumpkin carving code to mcl_farming
2023-05-05 17:04:35 +00:00
cora
73dd33b85c
Move tree stripping to mcl_core
2023-05-05 17:04:35 +00:00
cora
fd8a662034
Move grass path code to mcl_core
2023-05-05 17:04:35 +00:00
cora
4c8026ff93
Add general on_tool_place func
2023-05-05 17:04:35 +00:00
cora
90a5b84de9
Add _mcl_on_strip callback when rightclicking with axe
2023-05-05 17:04:35 +00:00
anarquimico
9089fac3c3
Add brazilian portuguese translations
2023-05-05 16:59:15 +00:00
FossFanatic
90ae28ff8d
Fix broken explosions griefing setting
...
This commit adds some lines of code which make sure that nothing gets destroyed when TNT griefing is disabled.
Try different fix for broken setting
Rename some things
This commit renames `tnt_griefing` to `explosions_griefing` to better reflect what this setting now does.
Rename some things
This commit renames `tnt_griefing` to `explosions_griefing` to better reflect what this setting now does.
Rename some things
This commit renames `tnt_griefing` to `explosions_griefing` to better reflect what this setting now does.
2023-05-05 16:57:55 +00:00