Commit Graph

69 Commits

Author SHA1 Message Date
cora
9cea10a706 fix more blast resistance and hardness values 2022-06-13 02:48:00 +02:00
PrairieAstronomer
91f8f44e17 The End? Advancement 2022-06-11 15:35:48 -06:00
NO11
5fedd914fb Fix strange behaviour when filling end portal with bedrock inside (#1749) 2021-09-04 19:14:08 +00:00
AFCMS
667ef5cad5 cache doc modpath 2021-07-22 00:46:43 +02:00
NO11
3b3922b2d6 Unify code style 2021-06-15 17:37:03 +00:00
NO11
f28a5b90fc Fix #1804 (remove portal frame with ender eye from creative inventory) 2021-06-15 14:33:40 +00:00
AFCMS
cd33d406b2 fix many codestyle issues (functions, strings, modpaths) 2021-05-29 16:12:33 +02:00
AFCMS
c1a717238b [mcl_portals] fix warnings 2021-05-22 23:07:56 +02:00
Elias Fleckenstein
c93a865098 Remove empty line from mcl_portals 2021-04-06 11:59:22 +02:00
Elias Fleckenstein
90f312f772 Add credits overlay prototype 2021-04-04 19:13:46 +02:00
AFCMS
e20e0fab71 remobe backward compatibility for portals 2021-04-02 14:16:14 +02:00
AFCMS
8f30e223e2 I hate reverting something xD 2021-03-16 17:39:06 +01:00
Elias Fleckenstein
aeb7078c05 Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
Elias Fleckenstein
82e113f0fc Update usages of alpha to the 5.4 convention 2021-02-18 10:58:50 +01:00
Elias Fleckenstein
bec5339fc6 Update existing occurences of use_texture_alpha to the Minetest 5.4 convention if the feature is detected 2021-02-18 10:39:19 +01:00
kay27
c4dce1df25 Fix already created End portals 2021-01-21 18:35:04 +04:00
kay27
fe33f172d4 Add player-friendly respawn place search algorithm, fix https://git.minetest.land/Wuzzy/MineClone2/issues/515 https://git.minetest.land/Wuzzy/MineClone2/issues/972 https://git.minetest.land/Wuzzy/MineClone2/issues/981 2021-01-16 18:51:30 +04:00
Elias Fleckenstein
a49e3c9068 Fix #703 2021-01-06 13:39:19 +01:00
Elias Fleckenstein
3787b95e0f Fix #700 2021-01-06 13:01:27 +01:00
Wuzzy
52681658ef Add epic end portal open sound 2020-12-06 00:27:10 +01:00
Wuzzy
c106a62979 Use minetest.is_creative_enabled 2020-07-10 16:45:40 +02:00
Elias Åström
6315490b14 Update the rest of the blast resistance values
The values have been updated according to this list:

https://minecraft.gamepedia.com/Module:Blast_resistance_values
2020-04-19 13:08:36 +02:00
Wuzzy
c5e4ec5e27 Use ephemeral sounds 2020-04-07 00:55:45 +02:00
Wuzzy
cbda2ef326 Add _tt_help to many more items 2020-03-08 03:30:40 +01:00
Wuzzy
ba74546d48 Add extended tooltips 2020-02-19 04:54:17 +01:00
Wuzzy
e569885fab End portal frame: Bulk set nodes 2020-01-06 16:51:40 +01:00
Wuzzy
9b8d6c4cec Destroy end portal when surrounding bedrock goes 2020-01-06 16:49:22 +01:00
Wuzzy
1a02ccd36f Add more node groups 2019-12-13 10:20:08 +01:00
Wuzzy
7b24ede582 Remove a couple of FIXMEs and legacy 2019-10-16 08:33:22 +02:00
Wuzzy
967905264d Make many help texts translatable and fix bugs 2019-03-25 12:05:57 +01:00
Wuzzy
3cdf570460 The End: Remove 2 helper recipes, update help 2019-03-10 03:22:35 +01:00
Wuzzy
eff91038e8 Fix crash if item dropped in end portal in the end 2019-03-09 10:08:53 +01:00
Wuzzy
47c817d75a New translation system, part 8: Items, part 4 2019-03-08 00:22:28 +01:00
Wuzzy
312b17a958 Check protection for most nodes 2019-02-08 21:59:01 +01:00
Wuzzy
e789801662 Replace getpos() with get_pos() 2019-02-01 06:33:07 +01:00
Wuzzy
1082c995fe Rework end portal node
- Add 1/16 high collisionbox on bottom
- Make walkable
- Disable jump
2018-05-16 19:25:55 +02:00
Wuzzy
f62f627443 Add end portal frame with eye into creative inv. 2018-05-13 05:23:38 +02:00
Wuzzy
a62b5de79e Cake+cauldron+endportalfr. put signal 4 comparator 2018-05-13 00:33:26 +02:00
Wuzzy
16bb9b8901 Localize various unneeded global variables 2018-01-26 22:37:42 +01:00
Wuzzy
55c714ec48 Warn player about the incomplete End dimension 2017-12-13 02:55:23 +01:00
Wuzzy
664c24ce7d Eyes of ender now fly to End portal shrines! 2017-12-10 22:20:48 +01:00
Wuzzy
d2a7bd1a53 Disallow screwdriver rotation of end portal frame 2017-12-09 15:01:41 +01:00
Wuzzy
5f4d73143e Destroy end portal if end portal frame with eye is removed 2017-12-09 14:58:06 +01:00
Wuzzy
351f1834a3 Add Spawn API 2017-11-24 07:04:03 +01:00
Wuzzy
b1d15fb667 Update sky instant if teleport between dimensions 2017-11-24 03:48:32 +01:00
Wuzzy
b0c87f74fe Move world-related functions to mcl_worlds 2017-11-24 03:10:02 +01:00
Wuzzy
aa8507f94a Fix End portal platform sometimes not spawning 2017-11-22 06:18:08 +01:00
Wuzzy
7a8dad991b Refactor mcl_portals 2017-11-21 22:58:11 +01:00
Wuzzy
f1ac073cb1 Implement end portal frame 2017-11-21 09:54:45 +01:00
Wuzzy
cb898ddbfa Update End portal help 2017-11-21 07:39:56 +01:00