kay27
1a6f4960bf
Merge pull request 'Update Russian translation' ( #216 ) from U.N.Owen/MineClone5-translate-ru:master into master
...
Reviewed-on: MineClone5/MineClone5#216
2022-02-20 09:57:05 +00:00
3raven
4a803db66c
mcl_explosions.fr.tr
...
correction
2022-02-19 19:03:55 +00:00
3raven
a37f244c93
template.txt
2022-02-19 19:01:53 +00:00
Sab Pyrope
3a54254077
Update Russian translation
2022-02-19 21:16:43 +08:00
Niklp
9602f70e53
„mods/CORE/mcl_bubble_column/mod.conf“ hinzufügen
...
added mod.conf
2022-02-17 07:53:00 +00:00
1798643961
034f6b947d
Some Chinese translate
2022-02-16 16:26:49 +08:00
kay27
05281ad638
#193 Fix a typo
2022-02-13 04:01:09 +04:00
kay27
da833883b3
#193 Fix typos
2022-02-13 03:58:47 +04:00
kay27
62231b50b6
#193 Add mcl_time
2022-02-13 03:56:44 +04:00
kay27
22351ca1d8
#11 Fix various amethyst errors, write better seed function
2022-02-05 20:49:45 +04:00
kay27
19e77c755b
#11 Add geode
2022-02-05 03:58:05 +04:00
kay27
97896c19e9
Fix last mapgen v3 issues
2022-02-04 06:08:09 +04:00
kay27
080fe253ad
Remove crashes
2022-02-04 05:04:31 +04:00
kay27
7d57bb7d6e
Implement basic part of mapgen API v3
2022-02-04 04:44:41 +04:00
Nils Dagsson Moskopp
011423ac6d
Fix TGA file writing on Windows
...
Before this patch, the tga_encoder mod would write corrupted TGA files
on Windows: Bytes that looked like newlines were replaced by a carriage
return and a newline.
2022-02-02 01:48:45 +04:00
kay27
e10715aa59
Fix mapgen API.md
2022-02-01 06:36:19 +04:00
kay27
7b47e4d12b
Fix biomes 2/3
2022-02-01 04:44:05 +04:00
kay27
2f6242e04f
Fix biomes 1/3
2022-02-01 03:11:53 +04:00
NO411
a53a849d96
Add shields and offhand
2022-01-24 17:26:14 +01:00
kay27
c2b8991eb2
Merge mapgen_issue into testing
2022-01-19 05:00:28 +04:00
kay27
2a26adac0f
Fix End
2022-01-19 04:53:55 +04:00
kay27
a36f3ba7d0
Cleanup again
2022-01-19 04:09:19 +04:00
kay27
34c6bf3446
Restore igloos
2022-01-18 21:41:09 +04:00
kay27
d3265a2f72
Find better place for jungle temples again, add cobbles to support some stair parts
2022-01-17 05:54:36 +04:00
kay27
93922a00d5
Find better places for Jungle Templates
2022-01-17 04:26:37 +04:00
kay27
66fded90d5
Fix vines
2022-01-17 03:25:47 +04:00
kay27
6d4f7d2e62
Fix strongholds
2022-01-16 05:20:34 +04:00
kay27
95fd9e9105
Flush current work on spawnstruct, refactor strongholds
2022-01-16 04:46:07 +04:00
kay27
9d171a6b7b
Fix Nether roof light
2022-01-12 04:02:56 +04:00
kay27
c6754fd39e
Start adding new structures API
2022-01-12 03:27:28 +04:00
Guy Liner
49201116e8
Fixes problem where pillar like nodes could not be placed on
...
nodes that had the "on_rightclick" attribute.
Merge remote-tracking branch 'mcl2/rotate_fix' into rotate-fix
2022-01-11 10:37:53 -05:00
kay27
667ebf1385
Fix several mapgen_issue warnings
2022-01-07 08:41:04 +04:00
kay27
726159e796
Dedicate clay and structures from mapgen core
2022-01-07 06:24:11 +04:00
kay27
6c1d30a130
Polish new mapgen stuff
2022-01-05 06:43:16 +04:00
kay27
bcb93fb49c
Merge master into mapgen_issue
2022-01-03 20:12:50 +04:00
Guy Liner
f4e7911903
Removed a comment that was not needed and added a new line below the comment block
2022-01-02 17:32:43 -05:00
Guy Liner
b929c66adf
Removed mcl_util.rotate_axis_and_place function, replaced it with minetest.rotate_and_place
2022-01-02 17:28:19 -05:00
kay27
512042d8d6
Update mcl_bubble_column mod by j45
2021-12-11 03:13:45 +04:00
kay27
ea6d8f9e86
Merge remote-tracking branch 'mcl2/master' into testing
2021-12-09 03:07:00 +04:00
Lizzy Fleckenstein
ec7e245b9d
Various fixes to the enchanting and loot system
...
- enchanted loot generated by mapgen now uses PseudoRandom for randomness
- prevent fishing loot from generating loot 32767 times (!!!) when only 1 is needed
- bows and fishing rods obtained from the treasure section of fishing loot are now enchanted
- there is now a function to uniform enchant items other than books
2021-12-07 17:57:18 +01:00
kay27
93da5d3f77
Merge MineClone2/master
2021-12-05 05:10:29 +04:00
Lizzy Fleckenstein
92686e5412
Fix broken mcl_util.calculate_durability
2021-12-02 17:28:19 +01:00
iliekprogrammar
f61143758e
Fix small typo in API.md
2021-11-10 12:54:28 +08:00
iliekprogrammar
fa22ec4dd0
Add helper functions to update/merge tables.
2021-11-10 02:50:49 +08:00
Nils Dagsson Moskopp
4926c0560d
Speed up TGA encoding by creating fewer strings
2021-11-04 15:38:56 +01:00
Nils Dagsson Moskopp
23ca11c8e1
Use RLE compression in tga_encoder
2021-11-04 15:38:26 +01:00
NO11
6d22262c53
Merge branch 'master' into totem_particles
2021-10-25 17:09:24 +00:00
NO11
e4af02ea52
Add function to replace mobs
2021-10-05 04:15:48 +00:00
kay27
72e88f1980
Rename mapgen API methods, fix errors
2021-08-05 04:01:07 +04:00
kay27
2f8e30b1bb
Merge MineClone2/mapgen
2021-07-25 04:13:11 +04:00