10243 Commits

Author SHA1 Message Date
cora
79d0ec54b3 Make extended pet control default to false
this was never supposed to be default on
2023-05-19 00:12:19 +02:00
cora
73f7228083 Fix crash when rightclicking axolotl 2023-05-18 12:41:58 +02:00
Elias Åström
8bf0c80173 Remove footer 2023-05-12 23:11:00 +02:00
Elias Åström
368e461969 Fix alpha on second N in header 2023-05-12 02:28:04 +02:00
Elias Åström
548f6e26be Make creative digging speed instantaneous 2023-05-11 23:47:45 +02:00
Johannes Fritz
b06ab1e529 Fix verbose tool info on non-tools 2023-05-11 23:47:45 +02:00
Johannes Fritz
489932ca36 Fix mesh hand unknown item bug + fix fast digging disabled for simple skins 2023-05-11 23:47:45 +02:00
Johannes Fritz
d3aa33915b Add survival tool capabilites to all items 2023-05-11 23:47:45 +02:00
Johannes Fritz
46cdc8b9b0 Add a creative dig speed setting 2023-05-11 23:47:45 +02:00
Johannes Fritz
375e58cab9 Slowing creative digging 2023-05-11 23:47:45 +02:00
Elias Åström
4d518df970 Fix teleport sound 2023-05-11 23:41:39 +02:00
Elias Åström
248af89f78 Make teleport delay be 0 on creative mode 2023-05-11 23:41:39 +02:00
Elias Åström
1812f507f6 Add backwards compatibility for old portal meta 2023-05-11 23:41:39 +02:00
Elias Åström
f27fddbad4 Do not call get_mod_storage multiple times 2023-05-11 23:41:39 +02:00
Elias Åström
b4d0ab55a1 Remove mention of temporary crafting recipes 2023-05-11 23:41:39 +02:00
Elias Åström
1ffaa084c0 Remove mention of saplings in chests on v6 mapgen 2023-05-11 23:41:39 +02:00
Elias Åström
8d644aa86f Document custom portal shapes as a bonus feature 2023-05-11 23:41:39 +02:00
Elias Åström
cbb4457e83 Minor fixes 2023-05-11 23:41:39 +02:00
Elias Åström
5a0962855e Always register portals on usage
This is to make them link correctly on return if mod storage has been
cleared or when playing on a map download.
2023-05-11 23:41:39 +02:00
Elias Åström
4199dbfcee Add log messages 2023-05-11 23:41:39 +02:00
Elias Åström
10a35906a5 Update comment 2023-05-11 23:41:39 +02:00
Elias Åström
232a9c9545 Simplify mcl_vars.get_node 2023-05-11 23:41:39 +02:00
Elias Åström
908ac737a1 Use mcl_vars.get_node in get_portal
Otherwise it is possible for the node to be "ignore".
2023-05-11 23:41:39 +02:00
Elias Åström
d8daf923b6 Simplify usage of mod storage 2023-05-11 23:41:39 +02:00
Elias Åström
ca0ac52f68 Use pos_to_dimension instead of y_to_layer 2023-05-11 23:41:39 +02:00
Elias Åström
f567c51184 Make player look out from exit portal 2023-05-11 23:41:39 +02:00
Elias Åström
65ede81b95 Initialize portals without metadata when entering 2023-05-11 23:41:39 +02:00
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