Commit Graph

690 Commits

Author SHA1 Message Date
Wuzzy
a08152d8fb Localize some variables in mcl_core 2020-06-03 20:19:27 +02:00
Elias Åström
2e79f1f0ed Check if there is room for tree to grow
Previously tree saplings would grow regardless of the blocks above it.
This could be abused to destroy bedrock and other nodes.

To solve this, checks are added for nodes around the trees.  The volume
checked depends on the tree type.  The volume for each tree has been set
so reject trees where branches would grow into other nodes.  Some nodes
types like torches, plants and wood are ignored in the checks.

Saplings in a 2x2 formation will grow into normal trees if there is no
room for a huge tree.  Oak trees has separate checks for balloon oak
trees and normal oak trees, if there is no room for a balloon oak, it
becomes a normal oak tree.
2020-05-23 19:37:02 +02:00
Wuzzy
c156398fb5 Merge branch 'translate-fr' of https://git.minetest.land/lrocher/MineClone2 into translate_fr 2020-05-09 18:57:40 +02:00
Rocher Laurent
e058ee8487 Fix some template.txt 2020-05-05 21:02:48 +02:00
Rocher Laurent
c9a37d0dbc Translate In French 2020-05-05 21:02:21 +02:00
Rocher Laurent
4957bd1118 Translate In French 2020-05-03 22:39:07 +02:00
Wuzzy
3087621b11 Merge branch 'mcl_explosions' 2020-04-30 20:55:10 +02:00
Wuzzy
eea07f0ce7 Fix incomplete dry grass replacement LBM 2020-04-27 14:05:09 +02:00
Wuzzy
e268370452 Add fire metadata to many nodes (unused for now) 2020-04-18 23:24:42 +02:00
Elias Åström
063595ac3c Change blast resistance of nodes in mcl_core
The new blast resistance values are copied from the Minecraft wiki.

https://minecraft.gamepedia.com/Explosion
2020-04-17 20:47:12 +02:00
Wuzzy
d9cff3ef82 Make bark nodes usable as fuel 2020-04-08 13:15:22 +02:00
Wuzzy
c5e4ec5e27 Use ephemeral sounds 2020-04-07 00:55:45 +02:00
wuniversales
3772dd51cc Update Spanish translation 2020-03-15 08:32:00 +01:00
Wuzzy
28b2085492 Bump golden apple hunger points to 20 2020-03-12 02:35:02 +01:00
Wuzzy
6b529e1204 Colorize some item tooltips 2020-03-12 02:29:30 +01:00
Wuzzy
feba60cad8 Translate all extended tooltips to German 2020-03-12 01:35:11 +01:00
Wuzzy
070e928bf0 Merge branch 'tt' 2020-03-10 18:21:32 +01:00
Wuzzy
cbda2ef326 Add _tt_help to many more items 2020-03-08 03:30:40 +01:00
wuniversales
f93d3a897e Update Spanish translation 2020-02-23 16:26:21 +01:00
Wuzzy
ba74546d48 Add extended tooltips 2020-02-19 04:54:17 +01:00
wuniversales
15481cb24d Add Spanish translation 2020-02-04 21:43:50 +01:00
Wuzzy
834c8cbc3a Disable jump in cobweb 2020-01-30 16:36:28 +01:00
Wuzzy
bc7b86b61a Fix incorrect liquid backface culling 2020-01-19 22:56:37 +01:00
Wuzzy
f2b7392a30 Use "minetest" instead of "core" table 2020-01-06 13:02:30 +01:00
Wuzzy
87449b5719 Make ice texture opaque by default
Because of glitchy translucency in Minetest
2019-12-19 17:55:43 +01:00
Wuzzy
085e6f306a Use fallback grass color for unknown values 2019-12-17 02:01:34 +01:00
Wuzzy
a5b4a261dc Dry grass replacement: Use fallback param2 2019-12-16 23:59:49 +01:00
Wuzzy
92ef7c3b9a Simplify rotation of pillar-like nodes 2019-12-14 23:42:17 +01:00
Wuzzy
101c9b7322 Use minetest.LIGHT_MAX 2019-12-14 18:57:17 +01:00
Wuzzy
741b32e8d0 Tweak grass palette 2019-12-14 03:10:16 +01:00
Wuzzy
aaedf6517a Update grass block param2 when placing snow nodes 2019-12-14 01:52:01 +01:00
Wuzzy
5f2cc506f0 Fix broken legacy dry grass LBM 2019-12-14 01:41:49 +01:00
Wuzzy
c90f693c06 Smoother dirt texture from PP 2019-12-14 01:03:44 +01:00
Wuzzy
c149f5ca3c Update PP grass textures 2019-12-14 00:45:57 +01:00
Wuzzy
40453d597b Add LBM to kill old drygrass nodes 2019-12-14 00:03:43 +01:00
Wuzzy
3e3ed630e5 Add per-biome grass coloring 2019-12-13 23:48:13 +01:00
Wuzzy
6002cd0af5 Fix tallgrass, fern, bonemeal for new grass color 2019-12-13 15:32:57 +01:00
Wuzzy
9c55b6c9c9 Update grass color after placing grass block 2019-12-13 14:18:35 +01:00
Wuzzy
325801efd7 First step towards param2-based grass color 2019-12-13 14:03:12 +01:00
Wuzzy
2e09febaae Rename Moss Stone to Mossy Cobblestone 2019-12-11 04:24:32 +01:00
Wuzzy
f91619cae1 New PP cobblestone and brick block textures 2019-12-11 04:17:38 +01:00
Wuzzy
753acdf272 Update sand, sandstone, TNT, iron nugget textures 2019-12-11 03:37:53 +01:00
Wuzzy
a177d3cbba More saturated grass color 2019-12-11 02:02:16 +01:00
Wuzzy
bbcab7275e Make ladders rotatable 2019-12-09 17:51:35 +01:00
Wuzzy
748b5d4a4b Localize a variable 2019-09-19 00:35:28 +02:00
Wuzzy
6e9d712c5e Fix ice not melting properly by non-Sun light 2019-06-02 10:12:36 +02:00
Wuzzy
ab81dfb4b4 Stop fire spread if enable_fire=false 2019-04-09 15:25:27 +02:00
Wuzzy
967905264d Make many help texts translatable and fix bugs 2019-03-25 12:05:57 +01:00
Wuzzy
c5db9987c3 Fix various typos in German translation 2019-03-25 11:01:52 +01:00
Wuzzy
435ae85d68 Fix grass block crash in v6 2019-03-25 09:38:39 +01:00
Wuzzy
1b7c41fc81 Grass block: Change grass color depending on biome 2019-03-25 09:25:52 +01:00
Wuzzy
2f346cfc1d Change stained glass canonical color 2019-03-24 10:51:45 +01:00
Wuzzy
5c1717971b Squash help entries for stained glass and panes 2019-03-24 10:31:58 +01:00
Wuzzy
2582350504 mcl_core: Rename locale template 2019-03-24 09:37:48 +01:00
Wuzzy
7604b77dd6 Add generic strings for stained glass 2019-03-24 09:37:15 +01:00
Wuzzy
a54abc7de9 Add translation for water/lava interactions 2019-03-24 08:03:50 +01:00
Wuzzy
9385458632 German translation: mcl_signs to xpanes 2019-03-16 00:07:44 +01:00
Wuzzy
1c27cbe4f6 German translation: mcl_mobitems to mcl_potions 2019-03-15 09:50:32 +01:00
Wuzzy
661e10e992 Fix crash when dying cuz fire, lava or magmablock 2019-03-15 07:10:18 +01:00
Wuzzy
e764851775 German translation: Dunkeleiche → Schwarzeiche 2019-03-15 03:47:16 +01:00
Wuzzy
7935e64637 Cleanup ambigious sandstone groups, change meaning
- Change meaning of "sandstone" group to include sandstone of any color
- Add "normal_sandstone" group
- Rename "redsandstone" group to "red_sandstone"
2019-03-12 01:50:42 +01:00
Wuzzy
5dd650e921 Change wording: “decorational” → “decorative” 2019-03-09 17:01:36 +01:00
Wuzzy
79a3eb23a7 Add German translation of mcl_core 2019-03-09 04:45:43 +01:00
Wuzzy
a15c58a2dc Fix typos in mcl_core 2019-03-09 03:58:41 +01:00
Wuzzy
049c632276 Generalize node damage death message 2019-03-08 21:59:16 +01:00
Wuzzy
daed3059bf Predict water when digging ice 2019-03-08 04:42:24 +01:00
Wuzzy
f40eeb4477 Make barrier particles glow in the dark 2019-03-08 03:47:14 +01:00
Wuzzy
e4fbbeddb2 New translation system, part 6: Items, part 2 2019-03-07 23:40:57 +01:00
Wuzzy
03c6beb971 Remove mcl_imitation_mode 2019-03-01 18:04:43 +01:00
Wuzzy
1556e6cb3e Ice: Use after_dig_node instead of after_destruct 2019-02-22 06:13:31 +01:00
Wuzzy
6e8be2a2c3 Fix vine not dropping all vines when dug w/ shears 2019-02-22 06:08:48 +01:00
Wuzzy
aa3739528b Fix weird arguments given to is_protected 2019-02-11 21:27:17 +01:00
Wuzzy
9e57828958 Add tileable_vertical to covered dirt nodes 2019-02-09 21:28:53 +01:00
Wuzzy
27fa2c2e66 Clean up item categorization in creative inv. 2019-02-06 11:15:53 +01:00
Wuzzy
b6c21ee841 Make in-water color less opaque 2019-02-06 08:08:51 +01:00
Wuzzy
4f2cd559da Rename textures that clash with MTG
cactus, hotbar, some wools
2019-02-04 12:21:58 +01:00
Wuzzy
1f1361d179 Add paramtype="light" to lava ... 2019-02-01 06:23:12 +01:00
Wuzzy
626f7f6e97 Delete senseless argument in minetest.remove_node 2019-01-31 05:32:10 +01:00
Wuzzy
7465d7a107 Fix stained glass not propagating sunlight 2019-01-30 04:54:30 +01:00
Wuzzy
e38fadd863 Remove packed ice crafting recipe for now
Ice cannot be obtained legally yet (missing silk touch).
2018-12-07 21:37:52 +01:00
Wuzzy
5b6ae370e2 Make smooth stone cookable 2018-12-03 16:47:11 +01:00
Wuzzy
ec8d43b4a3 Make packed ice craftable 2018-12-03 16:06:22 +01:00
Wuzzy
d0cdb0f390 Add fake_liquid group to cobweb 2018-05-29 20:11:27 +02:00
Wuzzy
6894721e8d Fix trunk of balloon oak 1 not being force-placed 2018-05-13 18:53:42 +02:00
Wuzzy
d5d65f4a84 Tweaking of the new tree schematics 2018-05-13 18:39:47 +02:00
Wuzzy
b992100106 More variations of mega spruces and large oaks 2018-05-13 18:03:57 +02:00
Wuzzy
7821a69226 Make saplings break when pushed by piston 2018-03-13 02:47:54 +01:00
Wuzzy
3e7ad08db0 Set is_ground_content=false for some nodes 2018-01-31 19:36:27 +01:00
Wuzzy
7196485294 Remove sunlight propagation for various nodes 2018-01-28 20:21:02 +01:00
Wuzzy
16bb9b8901 Localize various unneeded global variables 2018-01-26 22:37:42 +01:00
Wuzzy
c9812c5acf Minor vines help change 2018-01-23 06:42:46 +01:00
Wuzzy
647524f503 Rework the overly weird vine growth algorithm 2018-01-23 06:40:07 +01:00
Wuzzy
0405b2aa2c Fix some Lua warnings 2018-01-23 05:19:05 +01:00
Wuzzy
064858ff59 “Still <Liquid>” → “<Liquid> Source” 2018-01-23 04:12:44 +01:00
Wuzzy
6f8b524d07 Update emerald help text 2018-01-12 17:56:02 +01:00
Wuzzy
30517ecb98 Add lava place sound 2018-01-12 02:26:12 +01:00
Wuzzy
71e663efe6 Merge branch 'lever' 2018-01-08 21:00:36 +01:00
Wuzzy
d4d03526db Cocoas now use attached_node_facedir
This fixes some annoying bugs when removing jungle trees nearby
2018-01-08 20:19:33 +01:00
Wuzzy
dff88c70b3 Optimize top snow level 8 rendering 2018-01-07 23:43:23 +01:00
Wuzzy
c26c6e012b Update top snow and ice help 2018-01-07 23:37:02 +01:00
Wuzzy
86c24532f9 Implement 8 top snow layers 2018-01-07 23:21:47 +01:00
Wuzzy
d19bfb3406 Implement snow placement restriction 2018-01-07 21:34:42 +01:00
Wuzzy
fc0516cb71 Melt ice and top snow @ light >= 12 2018-01-07 21:01:34 +01:00
Wuzzy
3f0bfa0aa8 Add maphack privilege for advanced blocks like command blocks 2017-12-13 00:30:23 +01:00
Wuzzy
aff2020731 Remove redundant code in mcl_core 2017-12-10 18:38:37 +01:00
Wuzzy
5851bf5a0e Increase in-water opacity 2017-12-06 01:01:58 +01:00
Wuzzy
83f7655f31 Don't rotate ladder and vine 2017-12-05 14:17:07 +01:00
Wuzzy
b221ca379c Make bark craftable 2017-11-24 04:55:02 +01:00
Wuzzy
b0c87f74fe Move world-related functions to mcl_worlds 2017-11-24 03:10:02 +01:00
Wuzzy
f5de6db4aa Add grass path and farmland to creative inventory 2017-11-23 00:32:51 +01:00
Wuzzy
a66df6bc9a Add polished stone and smoother sandstone 2017-11-22 23:42:39 +01:00
Wuzzy
7cc6b9eada Add 6 bark blocks 2017-11-22 22:58:45 +01:00
Wuzzy
07219b96b1 Fix shears not wear off if dig tallgrass etc. 2017-11-20 09:35:08 +01:00
Wuzzy
a1e53fa129 Use dry grass blocks in the Nether 2017-11-20 05:37:04 +01:00
Wuzzy
a9d95dea23 Use hardware coloring for tallgrass and friends 2017-11-16 03:13:19 +01:00
Wuzzy
8db574d30e Clean up grass block group stuff 2017-11-15 20:27:29 +01:00
Wuzzy
192a440745 Tweak selection boxes of plantlike nodes 2017-11-15 04:40:29 +01:00
Wuzzy
9507aa6a90 Make grass block dry when placed next to dry grass 2017-11-15 03:47:08 +01:00
Wuzzy
72f5591400 Add dry-colored grass/fern variants 2017-11-14 23:44:53 +01:00
Wuzzy
aaef558909 Convert all sounds (except music) to mono 2017-11-13 01:24:24 +01:00
Wuzzy
b4f1d2c521 Move eternal fire ignition code to the actual node 2017-11-11 19:52:11 +01:00
Wuzzy
d66de5adfb Reduce frequency of vines ABM to reduce load 2017-11-02 23:52:09 +01:00
Wuzzy
2a8fcd119b Fix vines destruction not destoying hanging vines 2017-11-02 23:42:20 +01:00
Wuzzy
1e2343d649 Make floating vines decay
Also destroy them immediately with leafdecay and when try try to grow but notice they have been floating the whole time.
2017-11-02 23:21:04 +01:00
Wuzzy
f1bbb1237b Enable waving small plants and leaves
Caveats: Double plants do not wave
2017-09-13 06:50:54 +02:00
Wuzzy
b357e927b4 Update jungle bush schematic and use oak leaves 2017-09-13 02:29:09 +02:00
Wuzzy
50bb82c20f Reduce jungle leaves decay distance back to 4 2017-09-12 05:39:55 +02:00
Wuzzy
427eb32448 Add a second huge jungle tree schematic, tweak the 1st one 2017-09-12 05:35:02 +02:00
Wuzzy
4d63d5b36d Add higher jungle tree schematic 2017-09-12 05:22:37 +02:00
Wuzzy
33e8d1dd99 Rename clay and block of clay 2017-09-11 02:26:43 +02:00
Wuzzy
452c720a18 Remove unused mushroom file 2017-09-10 06:48:27 +02:00
Wuzzy
b70b836efd Tweak Mesa Plateau F biome 2017-09-10 06:34:28 +02:00
Wuzzy
f64423e983 Redo acacia schematics completely 2017-09-09 08:06:02 +02:00
Wuzzy
01f5cc7515 Add mega spruces to sapling growth 2017-09-09 05:35:32 +02:00
Wuzzy
e433be1472 Add mega taiga spruces and more spruces 2017-09-09 05:04:39 +02:00
Wuzzy
fc2d9b3d32 Add swampland biome 2017-09-08 19:54:24 +02:00
Wuzzy
d55f83346e Fire on bedrock in the End is now eternal 2017-09-08 15:28:38 +02:00
Wuzzy
3db3193494 Disable grass spread functions for snowed dirtlike 2017-09-08 00:13:20 +02:00
Wuzzy
5c906f4af6 Update sounds of snowed dirtlike blocks 2017-09-07 06:57:55 +02:00
Wuzzy
196d5a35a7 Remove unused oak schematics 2017-09-07 03:27:22 +02:00
Wuzzy
661b586a64 Refactor snow cover code 2017-09-06 19:46:51 +02:00
Wuzzy
9fb148f8bf Make grass block and friends snowed if placed below snow cover 2017-09-06 19:33:39 +02:00
Wuzzy
576af661b1 Refactor code of snowed nodes 2017-09-06 19:19:25 +02:00
Wuzzy
a31da5efd5 Don't call minetest.add_item for empty itemstring 2017-09-05 15:15:00 +02:00
Wuzzy
d8f3a5ee7f Add large oak trees 2017-09-05 08:18:00 +02:00
Wuzzy
1d862ae019 Fix too low spruces 2017-09-05 06:47:30 +02:00
Wuzzy
86921c0968 Tweak many tree schematics
Trunks are now force_place.
More randomness.
2017-09-05 06:41:48 +02:00
Wuzzy
bc218b081a Update special spruce schematics 2017-09-05 04:17:35 +02:00
Wuzzy
594aebfa45 Add new spruce schematics 2017-09-05 03:51:13 +02:00
Wuzzy
92c162250b Simplify selection box for slime block 2017-09-01 20:55:33 +02:00
Wuzzy
56b18a078b Simplified slime block texture by kingoscargames 2017-09-01 00:48:49 +02:00
Wuzzy
c315973648 Add a 3rd huge spruce tree variant 2017-08-31 22:36:02 +02:00
Wuzzy
7a47e0dd6d Remove 2 deprecated vm:update_map functions 2017-08-31 22:34:01 +02:00
Wuzzy
8ee837d158 Make huge spruce trees growable by sapling 2017-08-31 22:16:08 +02:00
Wuzzy
6b0203f03f Add lollipop spruce 2017-08-31 20:12:44 +02:00
Wuzzy
52648bcc16 Add small balloon oak (oak variant)
For ca. every 12 oaks, there is 1 small ballon oak.
2017-08-31 18:33:49 +02:00
Wuzzy
a4363b975d Change jungle tree schematic, update jungle biome 2017-08-31 18:04:40 +02:00
Wuzzy
0a957ee2ef New oak and birch tree schematics
Also fix broken glacier biome
2017-08-31 04:56:09 +02:00
Wuzzy
6fb46629c3 Fix broken leafdecay for jungle bush and acacia 2017-08-31 03:28:32 +02:00
Wuzzy
7d87b6c742 Update sapling help 2017-08-31 02:59:53 +02:00
Wuzzy
b9a5843ec7 Implement proper 2×2 sapling check 2017-08-31 02:44:03 +02:00
Wuzzy
3ef0afd3c0 Fix generated dark oak leaves not decaying 2017-08-31 02:15:09 +02:00
Wuzzy
4f20ab1950 Simplify leafdecay stuff, add leafdecay factoid 2017-08-31 02:06:35 +02:00
Wuzzy
65ec2c9b54 Add simple 2×2 sapling check
Still not fully complete
2017-08-31 01:53:25 +02:00
Wuzzy
a5b19bc3a3 Fix bad huge jungle tree schematic 2017-08-31 01:52:48 +02:00
Wuzzy
dc8faa69a4 Increase jungle leaves decay distance to 6
(so the huge jungle trees work)
2017-08-31 01:51:25 +02:00
Wuzzy
47161169a6 Refactor tree growing code 2017-08-30 23:23:15 +02:00
Wuzzy
6aa66cf7db Add jungle bushes 2017-08-30 00:32:11 +02:00
Wuzzy
dffc47d8e6 Add acacia schematics 2017-08-29 22:56:22 +02:00
Wuzzy
c335356723 Use new acacia tree schematic, remove apple tree 2017-08-29 22:39:22 +02:00
Wuzzy
33fa50cc1a Update glass textures by kingoscargames 2017-08-28 01:38:41 +02:00
Wuzzy
6f59b14420 Add all ice to slippery=3 group 2017-08-26 16:00:32 +02:00
Wuzzy
058049897c Drop sugar canes when dirt/etc. below was dug 2017-08-22 17:14:27 +02:00
Wuzzy
3d1ea57e4b Allow to place sugar canes on sugar canes 2017-08-22 15:20:00 +02:00
Wuzzy
cc93cd33e2 Ice does not turn into water in the Nether 2017-08-21 19:12:37 +02:00
Wuzzy
a622105084 Use classic v6 again 2017-08-21 13:43:16 +02:00
Wuzzy
1b269809a9 Add oak schematic 2017-08-21 13:35:28 +02:00
Wuzzy
9810b0a2ab Generate huge jungle trees, tweak mesa biome 2017-08-21 13:24:42 +02:00
Wuzzy
5ef6cb1f83 Update dark sapling tree growth 2017-08-21 13:02:42 +02:00
Wuzzy
b62349bc9f Remove unused jungle tree generation code 2017-08-21 12:50:35 +02:00
Wuzzy
67b9deaf88 Add roofed forest with dark oaks 2017-08-21 04:50:45 +02:00
Wuzzy
4f03f1c516 Merge branch 'biomes' 2017-08-21 03:43:07 +02:00
Wuzzy
a69ab5ec34 Remove fallen log schematics and mushrooms on logs 2017-08-21 02:31:10 +02:00
Wuzzy
4dc1d6b43b Fix outdated get_node_group 2017-08-18 21:36:28 +02:00
Wuzzy
ac55b024b8 Fix accidental global in mcl_core 2017-08-18 21:34:28 +02:00
Wuzzy
022682a75e Refactor: Drop legacy get_mapgen_params 2017-08-18 21:25:29 +02:00
Wuzzy
3fefbf5fc4 Add realm barrier between End and Overworld void 2017-08-17 19:59:43 +02:00
Wuzzy
266fde8ff2 Import biomes, gt2mc2 and related files from mc2plus
gt2mc2 contains aliases. This mod is temporary and should be removed later.

Kudos to maikerumine!
2017-08-15 19:40:53 +02:00
Wuzzy
e9c4259c61 Clarify vine creeping condition 2017-08-12 15:35:29 +02:00
Wuzzy
a64fd0fb66 Kill depending vine below after destroying vine 2017-08-12 04:11:07 +02:00
Wuzzy
e5a34367c9 Use new Minetest settings API syntax for most mods 2017-08-09 16:17:00 +02:00
Wuzzy
5023e0247d Disallow placement of void and realm barrier 2017-08-08 23:35:06 +02:00
Wuzzy
58a17444ba Add realm barrier node to separate realms 2017-08-08 23:19:44 +02:00
Wuzzy
25015f9d32 Reduce sapling growth chances 2017-08-04 21:20:42 +02:00
Wuzzy
9ebabff5f4 Add another growth stage for saplings 2017-08-04 21:05:58 +02:00
Wuzzy
bbb2edc0d8 Make cobweb drop itself when dug by shears 2017-08-03 03:41:08 +02:00
Wuzzy
54fb702c8f Shears selfdrop dead bush, tall grass, fern, vine, leaves 2017-08-03 02:27:55 +02:00
Wuzzy
e955be8e03 Fix digging groups for sandstone 2017-08-03 00:56:12 +02:00
Wuzzy
3fe4070494 Use other PP variant of brick block texture 2017-07-28 14:46:52 +02:00
Wuzzy
66f1fe3ff4 Fix shulker box top textures, change clay textures
Thanks, kingoscargames!
2017-07-27 14:34:14 +02:00
Wuzzy
77c1df1e08 Tweak spruce leaves color 2017-07-26 22:29:53 +02:00
Wuzzy
11bd39774a Register horse armor smelting recipes elsewhere 2017-07-26 19:34:47 +02:00
Wuzzy
cd0ae350bd Eliminate black iron … mostly 2017-07-26 06:39:38 +02:00
Wuzzy
df8efb050e Tweak textures: Clay, flint (and steel), gravel 2017-07-24 02:44:50 +02:00
Wuzzy
3455030aa5 Change smooth sandstone textures 2017-07-24 02:12:55 +02:00
Wuzzy
f724d812b7 Redo sandstone top/bottom textures (no tiling) 2017-07-24 02:09:07 +02:00
Wuzzy
d399c39be0 More visible grass path textures 2017-07-24 00:48:43 +02:00
Wuzzy
5768ade21c Tweak mossy stone bricks texture 2017-07-22 14:07:16 +02:00
Wuzzy
854d5ff4e0 Rotate ore images 2017-07-22 13:33:02 +02:00
Wuzzy
9092d7465a Tweak water post effect color 2017-07-22 13:14:48 +02:00
Wuzzy
3dfd039a44 Tweak stone-related textures 2017-07-21 12:19:56 +02:00
Wuzzy
09886f75f5 Simplify glass textures 2017-07-21 01:43:06 +02:00
Wuzzy
c784636230 Compress mcl_core texture 2017-07-21 00:00:34 +02:00
Wuzzy
ddc05ba01e Make emerald stuff green 2017-07-20 23:59:57 +02:00
Wuzzy
e65029394f Replace most textures with Pixel Perfection
- Using the converter script
- A bunch of textures are still missing
2017-07-20 20:20:45 +02:00
Wuzzy
d6e49d7277 Use good old grass side overlay again 2017-07-19 19:04:05 +02:00
Wuzzy
37fe7653da Move stained glass textures to mcl_core 2017-07-17 18:14:11 +02:00
Wuzzy
ba0d15608e Pixel perfection liquid textures 2017-07-17 12:20:15 +02:00
Wuzzy
4802b7320c Make ice spawn water when broken above block 2017-07-08 18:34:56 +02:00
Wuzzy
07bb0e0cb1 Fix broken texture on bottom of grass path 2017-07-08 18:08:02 +02:00
Wuzzy
7d2ffe1c92 More mcl_core refactoring 2017-07-07 16:52:28 +02:00
Wuzzy
722d4cb500 Heavily refactor nodes in mcl_core 2017-07-07 16:37:05 +02:00
Wuzzy
5312352e9e Fix sapling place sound, place only on certain blocks 2017-07-07 15:25:39 +02:00
Wuzzy
20bd869738 Remove stone, cobble and friends from deco group 2017-07-06 00:03:36 +02:00
Wuzzy
ca01259b59 Set list of nodes which can be taken by endermen 2017-07-05 20:14:37 +02:00
Wuzzy
38cf151806 Fix many crashes when placing item on unknown node 2017-06-29 13:02:53 +02:00
Wuzzy
fa3ca02906 Fix crash with unknown item in water 2017-06-29 11:49:51 +02:00
Wuzzy
6a74301637 Clear snowy block below after flooding top snow 2017-06-20 15:40:49 +02:00
Wuzzy
bb0123c789 Set transparency rules for many blocks 2017-06-13 14:46:21 +02:00
Wuzzy
b77b7c8840 Allow free placement of grass 2017-06-09 21:37:39 +02:00
Wuzzy
df446efb04 Simplify cactus placement code 2017-06-09 21:13:02 +02:00
Wuzzy
f26c193760 Restrict sugar cane placement 2017-06-09 21:07:00 +02:00
Wuzzy
765a2bc51e Change flower placement rules 2017-06-09 19:41:23 +02:00
Wuzzy
ca49e4fcd0 Jack up slime block bounciness 2017-06-09 00:40:48 +02:00
Wuzzy
b1b73dd100 Don't crash if liquid_range==nil for liquids 2017-06-08 03:11:59 +02:00
Wuzzy
5e614b4436 New node sounds: water, metal, plant/leaves 2017-06-06 21:10:24 +02:00
Wuzzy
3e69ae2588 Tweak selection box of tallgrass, saplings, reeds 2017-06-06 12:44:58 +02:00
Wuzzy
3e58fe6cd8 Add v6-style sapling growth for jungle trees
Taken from Minetest Game 0.4.15. Needs to be replaced later
2017-06-03 03:21:25 +02:00
Wuzzy
835d5592ec Update iron nugget texture 2017-06-01 22:33:39 +02:00
Wuzzy
ad41c9b77a Don't use minetest.inventorycube for stained glass 2017-05-31 18:18:31 +02:00
Wuzzy
3c3ed3d344 Fix packed ice being transparent to light 2017-05-31 16:21:12 +02:00
Wuzzy
6edd418c7f Move wieldhand.png to mcl_tools 2017-05-30 16:04:47 +02:00
Wuzzy
24c34b206f Fix acacia/spruce sapling not growing correctly 2017-05-30 15:31:04 +02:00
Wuzzy
7d6bfceeba Don't spread grass block/mycelium below liquid 2017-05-28 00:46:09 +02:00
Wuzzy
e75f08f1db Fix place sound played when vines placement failed 2017-05-27 18:31:10 +02:00
Wuzzy
2b4dc9fdfa Remove debug message 2017-05-26 21:27:48 +02:00
Wuzzy
bf9c990760 New vines growth algorithm (WIP) 2017-05-26 21:25:25 +02:00
Wuzzy
2b558e0b54 Update vines placement rules and help 2017-05-26 20:58:13 +02:00
Wuzzy
de10e2e1a8 Grow proper acacia tree from acacia saplings 2017-05-26 02:36:25 +02:00
Wuzzy
b5b8561483 Tree grown from spruce sapling matches v6 pines 2017-05-26 02:16:41 +02:00
Wuzzy
3461893961 Remove unused sound in slime block 2017-05-26 01:34:43 +02:00
Wuzzy
a6a28e752d Add sounds for slime block 2017-05-26 01:33:26 +02:00
Wuzzy
316ee94c2d Clean up and rename textures in mcl_core 2017-05-26 01:06:54 +02:00
Wuzzy
794ec7b386 Update lava/water help 2017-05-23 06:18:57 +02:00
Wuzzy
0fe26b785e Make water/lava interactions much more MC-like 2017-05-23 05:31:07 +02:00
Wuzzy
c2c9a2f4a4 Prevent eating most things at full hunger bar 2017-05-23 02:04:27 +02:00
Wuzzy
b8cc752e79 Rename: playerplus→mcl_playerplus, drop compat. 2017-05-23 00:53:55 +02:00
Wuzzy
ce3d3e06e9 Fix missing footstep sound for block of clay 2017-05-22 23:23:53 +02:00
Wuzzy
c4094e17ea Reduce lava flowing range to 3 2017-05-22 22:31:22 +02:00
Wuzzy
fbee20d80f Remove unused freezemelt attribute from water nodes 2017-05-22 21:01:11 +02:00
Wuzzy
ceac155074 Increase water surface opacity 2017-05-22 20:58:57 +02:00
Wuzzy
7c89679a1c Make underwater view much darker 2017-05-22 20:53:40 +02:00
Wuzzy
e58b65100b Make lava post_effect_color fully opaque 2017-05-22 19:37:35 +02:00
Wuzzy
d5cda21ef5 Change water post_effect_color to match texture 2017-05-22 19:33:51 +02:00
Wuzzy
d199819f14 Change screen color when inside lava 2017-05-22 19:31:31 +02:00
Wuzzy
95e4a5a177 Fix sources with param2==0 not washing stuff away 2017-05-22 18:56:46 +02:00
Wuzzy
0f4573c594 Update help of all food items 2017-05-21 04:21:12 +02:00
Wuzzy
3291fcb054 Add saturation value to food items 2017-05-20 17:45:04 +02:00
Wuzzy
c98c0bc6e6 Wash away carpets and cobwebs 2017-05-20 05:09:29 +02:00
Wuzzy
5f35bd2d2d Proper implemetation of liquid flow node actions 2017-05-20 05:05:58 +02:00
Wuzzy
c49e8dfba0 Destroy some nodes by flowing lava 2017-05-20 04:11:14 +02:00
Wuzzy
7140bf71d8 Play sound for cooling lava 2017-05-20 03:36:07 +02:00
Wuzzy
f7b75834f1 Ignite air above lava sources 2017-05-20 03:24:36 +02:00
Wuzzy
e2e2a99d6b Remove igniter group 2017-05-20 02:46:47 +02:00
Wuzzy
609a967c32 Fix broken stained glass crafting (no groups) 2017-05-15 20:42:23 +02:00
Wuzzy
ab9b2056d9 Stained glass is now transparent to sunlight 2017-05-15 01:16:30 +02:00
Wuzzy
91dc94a41f Don't wash away nodes diagonally 2017-05-15 01:09:33 +02:00
Wuzzy
7ac57b7a0b Don't wash away dig_by_water when above water 2017-05-15 01:00:10 +02:00
Wuzzy
da3205837b Add label to all ABMs 2017-05-15 00:45:54 +02:00
Wuzzy
ad73e81a64 Use minetest.get_nodes_in_area for grass spread 2017-05-15 00:30:49 +02:00
Wuzzy
9dd6350f7d Add back the grass path ABM again 2017-05-14 22:58:37 +02:00
Wuzzy
4d5f1d9d47 Update farmland and grass path help 2017-05-14 22:55:46 +02:00
Wuzzy
3f57f80d54 Grass Path+Farmland→Dirt if below solid, instantly 2017-05-14 22:44:34 +02:00
Wuzzy
d20de89780 Slowly turn grass path below solid node to dirt 2017-05-14 22:25:56 +02:00
Wuzzy
c201ee7533 Add plant group to plants, required for farmland 2017-05-14 21:37:21 +02:00
Wuzzy
ba87295fa4 Don't catch_up on grass block spread 2017-05-14 19:49:04 +02:00
Wuzzy
f9d63ecf61 Update dirt help 2017-05-14 02:51:03 +02:00
Wuzzy
31fa759947 Turn grass block and mycelium back to dirt in dark 2017-05-14 02:23:46 +02:00
Wuzzy
8e2d601f85 Prevent placing most plants on mycelium 2017-05-14 01:45:57 +02:00
Wuzzy
5a746b5f29 Make sugarcanes a non-mycelium plant 2017-05-14 00:49:35 +02:00
Wuzzy
04478e5cd3 Uproot plant when mycelium spreads to dirt below 2017-05-14 00:42:20 +02:00
Wuzzy
6221b060fc Spread grass and mycelium on a 3×5×3 area only 2017-05-14 00:02:39 +02:00
Wuzzy
5fb6784813 Spread grass block and mycelium to lit dirt 2017-05-13 23:32:43 +02:00
Wuzzy
bb965b6d63 Make still water detach dug_by_water nodes as well 2017-05-09 19:53:07 +02:00
Wuzzy
58383c9db1 Don't auto-remove snow cover 2017-04-01 17:09:33 +02:00
Wuzzy
68e6439e1c Revert "Don't auto-remove snow cover"
This reverts commit 8e3015a208.
2017-04-01 17:08:47 +02:00
Wuzzy
8e3015a208 Don't auto-remove snow cover 2017-04-01 07:42:59 +02:00
Wuzzy
a977aca40e Lower chances for snow cleanup ABM 2017-04-01 07:30:40 +02:00
Wuzzy
415f981d71 Fix rare snow/grass flickering 2017-04-01 07:29:22 +02:00
Wuzzy
1bca50e2e8 Remove snow covers periodically 2017-04-01 07:24:56 +02:00
Wuzzy
6a628dfbc8 Tweak sounds of snowy dirt blocks 2017-04-01 07:15:45 +02:00
Wuzzy
99d44f526c Change dirt snow surface when placing snow on top 2017-04-01 07:10:05 +02:00
Wuzzy
6eed06f7fc Add equivalence code for the snowy dirt blocks 2017-04-01 06:51:55 +02:00
Wuzzy
a4eba91c1e Add snowy variants of 3 dirt blocks 2017-04-01 06:44:02 +02:00
Wuzzy
01200e9214 Implement proper bone meal behaviour for saplings 2017-04-01 02:29:36 +02:00
Wuzzy
2dd774475f Check node rightclick for cacti and large plants 2017-03-29 23:42:28 +02:00
Wuzzy
30564e494e Make many blocks drop when pushed by piston 2017-03-29 22:58:31 +02:00
Wuzzy
e695a24c8f Add cobweb sounds, fix indentation 2017-03-28 01:34:13 +02:00
Wuzzy
277a54a34d Add help alias for flowing water/lava 2017-03-22 18:55:02 +01:00
Wuzzy
7369474bc6 Fix incorrect cactus collision box 2017-03-21 22:18:54 +01:00
Wuzzy
faa7e5016d Decrease collision box of cactus 2017-03-21 21:52:22 +01:00
Wuzzy
bcc07bb2aa Allow placing cactus only on cactus or any sand 2017-03-21 21:48:26 +01:00
Wuzzy
19e2d5f09e Change inventory/wield image for void item 2017-03-21 20:01:30 +01:00
Wuzzy
3a79827269 Update sapling light and help 2017-03-20 18:56:00 +01:00
Wuzzy
9dd8cebcef Sunlight propagates through deadbush and tallgrass 2017-03-20 18:47:44 +01:00
Wuzzy
838b126cea Add Help alias for lit redstone ore 2017-03-20 18:15:08 +01:00
Wuzzy
b1b45274e4 Add Help entry aliases for many core items 2017-03-20 18:12:05 +01:00
Wuzzy
712f295edc Reveal a few basic help entries by default 2017-03-20 16:38:16 +01:00
Wuzzy
1b3a2550f1 Add help texts for deco and building blocks 2017-03-18 18:01:28 +01:00
Wuzzy
c2fbe2ad55 Add various factoids and complete some food help 2017-03-18 17:18:12 +01:00
Wuzzy
d0b1f843ee Move tall grass to mcl_flowers mod
Alias registered
2017-03-14 20:05:07 +01:00
Wuzzy
80ad2677c8 Tweak color of fern and tall grass 2017-03-14 19:13:14 +01:00
Wuzzy
d27ebcda21 Dead bush is now replacable + better selbox 2017-03-14 16:24:54 +01:00
Wuzzy
3256ac1966 Update stone help 2017-03-14 05:59:58 +01:00
Wuzzy
050d08019e Fix red sand help 2017-03-14 05:58:10 +01:00
Wuzzy
d535d0e19e Grass paths can be turned into farmland by hoes 2017-03-12 01:57:31 +01:00
Wuzzy
54c2a1e696 Finish off mcl_core node help 2017-03-11 17:32:39 +01:00
Wuzzy
2635880096 Don't allow placement of vines on ceiling 2017-03-11 17:04:38 +01:00
Wuzzy
7d74916ee4 Help: xpanes, walls, jungle tree 2017-03-11 16:56:37 +01:00
Wuzzy
005b509938 Add is_ground_content=false to some nodes 2017-03-11 16:36:05 +01:00
Wuzzy
549f541877 Add 4 Minecraft material groups
So they can be used by the noteblock
2017-03-11 05:34:58 +01:00
Wuzzy
4caf0add5e Add item help texts all over the place 2017-03-11 01:51:06 +01:00
Wuzzy
eb521ccbc6 Add help texts for a couple of mcl_core blocks 2017-03-10 22:27:27 +01:00
Wuzzy
4b4520156d Fix missing placement sound of last ladder place 2017-03-10 20:32:06 +01:00
Wuzzy
7b1ea87e18 Add help texts for many random items like paper 2017-03-10 03:06:33 +01:00
Wuzzy
78e0e97756 Move core textures into new mod 2017-03-09 05:42:33 +01:00
Wuzzy
6f8eedcf63 Make all saplings grow (but not correct shape) 2017-03-08 02:00:17 +01:00
Wuzzy
1cf9e3701d Simplify sapling growth code 2017-03-08 01:54:04 +01:00
Wuzzy
04960c8ab9 Drop vines when digging with shears 2017-03-08 00:37:07 +01:00
Wuzzy
dcb7090a34 Fix crash when digging vines, fix shears bugs 2017-03-08 00:33:05 +01:00
Wuzzy
cac94551df Prevent leafdecay for player-placed leaves 2017-03-08 00:25:04 +01:00
Wuzzy
e941ce5708 Decrease leaves in giant jungle trees 2017-03-08 00:13:04 +01:00
Wuzzy
4cb6101cf8 Increase leafdecay distance to 4 2017-03-08 00:10:22 +01:00
Wuzzy
5d9c9aa29b Grow giant jungle tree from jungle sapling 2017-03-08 00:05:38 +01:00
Wuzzy
442b2a21c9 Add growth stages, kinda fix jungle sapling 2017-03-07 23:28:54 +01:00
Wuzzy
269c9d764f Tweak sapling growth frequency 2017-03-07 22:55:49 +01:00
Wuzzy
0e8b6d3e75 Fix oak wood planks have long dig time w/ axe 2017-03-06 04:51:26 +01:00
Wuzzy
7915ca8938 Don't take ladder twice when placing
Also don't take ladder when failing to place
2017-03-05 19:46:23 +01:00
Wuzzy
7a4b107d75 Fix silent ladder placement 2017-03-04 16:55:57 +01:00
Wuzzy
4b6c9e3192 Remove “unknown node” particles when dig barrier 2017-03-02 22:55:07 +01:00