@@ -148,6 +148,7 @@ for s in ipairs(states) do
148
148
paramtype = " light" ,
149
149
paramtype2 = " facedir" ,
150
150
groups = dgroups ,
151
+ is_ground_content = false ,
151
152
_mcl_hardness = 0.8 ,
152
153
_sound_def = {
153
154
key = " node_sound_metal_defaults" ,
@@ -203,6 +204,7 @@ for s in ipairs(states) do
203
204
fixed = { - 5 / 16 , - 4 / 16 , - 8 / 16 , 5 / 16 , 5 / 16 , 8 / 16 }
204
205
},
205
206
groups = dgroups ,
207
+ is_ground_content = false ,
206
208
_mcl_hardness = 0.8 ,
207
209
_sound_def = {
208
210
key = " node_sound_metal_defaults" ,
@@ -254,10 +256,11 @@ minetest.register_node(nodename_valve_loaded, {
254
256
fixed = { - 5 / 16 , - 4 / 16 , - 8 / 16 , 5 / 16 , 5 / 16 , 8 / 16 }
255
257
},
256
258
groups = {snappy = 3 , pipe = 1 , not_in_creative_inventory = 1 , dig_generic = 4 , axey = 1 , handy = 1 , pickaxey = 1 },
259
+ is_ground_content = false ,
257
260
_mcl_hardness = 0.8 ,
258
261
_sound_def = {
259
- key = " node_sound_metal_defaults" ,
260
- },
262
+ key = " node_sound_metal_defaults" ,
263
+ },
261
264
walkable = true ,
262
265
on_place = pipeworks .rotate_on_place ,
263
266
after_dig_node = function (pos )
@@ -307,10 +310,11 @@ minetest.register_node("pipeworks:grating", {
307
310
sunlight_propagates = true ,
308
311
paramtype = " light" ,
309
312
groups = {snappy = 3 , pipe = 1 , dig_generic = 4 , axey = 1 , handy = 1 , pickaxey = 1 },
313
+ is_ground_content = false ,
310
314
_mcl_hardness = 0.8 ,
311
315
_sound_def = {
312
- key = " node_sound_metal_defaults" ,
313
- },
316
+ key = " node_sound_metal_defaults" ,
317
+ },
314
318
walkable = true ,
315
319
pipe_connections = { top = 1 },
316
320
after_place_node = function (pos )
@@ -335,10 +339,11 @@ minetest.register_node(nodename_spigot_empty, {
335
339
paramtype = " light" ,
336
340
paramtype2 = " facedir" ,
337
341
groups = {snappy = 3 , pipe = 1 , dig_generic = 4 , axey = 1 , handy = 1 , pickaxey = 1 },
342
+ is_ground_content = false ,
338
343
_mcl_hardness = 0.8 ,
339
344
_sound_def = {
340
- key = " node_sound_metal_defaults" ,
341
- },
345
+ key = " node_sound_metal_defaults" ,
346
+ },
342
347
walkable = true ,
343
348
pipe_connections = { left = 1 , right = 1 , front = 1 , back = 1 ,
344
349
left_param2 = 3 , right_param2 = 1 , front_param2 = 2 , back_param2 = 0 },
@@ -373,10 +378,11 @@ minetest.register_node(nodename_spigot_loaded, {
373
378
paramtype = " light" ,
374
379
paramtype2 = " facedir" ,
375
380
groups = {snappy = 3 , pipe = 1 , not_in_creative_inventory = 1 , dig_generic = 4 , axey = 1 , handy = 1 , pickaxey = 1 },
381
+ is_ground_content = false ,
376
382
_mcl_hardness = 0.8 ,
377
383
_sound_def = {
378
- key = " node_sound_metal_defaults" ,
379
- },
384
+ key = " node_sound_metal_defaults" ,
385
+ },
380
386
walkable = true ,
381
387
pipe_connections = { left = 1 , right = 1 , front = 1 , back = 1 ,
382
388
left_param2 = 3 , right_param2 = 1 , front_param2 = 2 , back_param2 = 0 },
@@ -432,10 +438,11 @@ minetest.register_node(nodename_panel_empty, {
432
438
paramtype = " light" ,
433
439
paramtype2 = " facedir" ,
434
440
groups = {snappy = 3 , pipe = 1 , dig_generic = 4 , axey = 1 , handy = 1 , pickaxey = 1 },
441
+ is_ground_content = false ,
435
442
_mcl_hardness = 0.8 ,
436
443
_sound_def = {
437
- key = " node_sound_metal_defaults" ,
438
- },
444
+ key = " node_sound_metal_defaults" ,
445
+ },
439
446
walkable = true ,
440
447
on_place = pipeworks .rotate_on_place ,
441
448
after_dig_node = function (pos )
@@ -455,10 +462,11 @@ minetest.register_node(nodename_panel_loaded, {
455
462
paramtype = " light" ,
456
463
paramtype2 = " facedir" ,
457
464
groups = {snappy = 3 , pipe = 1 , not_in_creative_inventory = 1 , dig_generic = 4 , axey = 1 , handy = 1 , pickaxey = 1 },
465
+ is_ground_content = false ,
458
466
_mcl_hardness = 0.8 ,
459
467
_sound_def = {
460
- key = " node_sound_metal_defaults" ,
461
- },
468
+ key = " node_sound_metal_defaults" ,
469
+ },
462
470
walkable = true ,
463
471
on_place = pipeworks .rotate_on_place ,
464
472
after_dig_node = function (pos )
@@ -488,10 +496,11 @@ minetest.register_node(nodename_sensor_empty, {
488
496
paramtype = " light" ,
489
497
paramtype2 = " facedir" ,
490
498
groups = {snappy = 3 , pipe = 1 , dig_generic = 4 , axey = 1 , handy = 1 , pickaxey = 1 },
499
+ is_ground_content = false ,
491
500
_mcl_hardness = 0.8 ,
492
501
_sound_def = {
493
- key = " node_sound_metal_defaults" ,
494
- },
502
+ key = " node_sound_metal_defaults" ,
503
+ },
495
504
walkable = true ,
496
505
on_place = pipeworks .rotate_on_place ,
497
506
after_dig_node = function (pos )
@@ -530,10 +539,11 @@ minetest.register_node(nodename_sensor_loaded, {
530
539
paramtype = " light" ,
531
540
paramtype2 = " facedir" ,
532
541
groups = {snappy = 3 , pipe = 1 , not_in_creative_inventory = 1 , dig_generic = 4 , axey = 1 , handy = 1 , pickaxey = 1 },
542
+ is_ground_content = false ,
533
543
_mcl_hardness = 0.8 ,
534
544
_sound_def = {
535
- key = " node_sound_metal_defaults" ,
536
- },
545
+ key = " node_sound_metal_defaults" ,
546
+ },
537
547
walkable = true ,
538
548
on_place = pipeworks .rotate_on_place ,
539
549
after_dig_node = function (pos )
@@ -600,6 +610,7 @@ for fill = 0, 10 do
600
610
paramtype = " light" ,
601
611
paramtype2 = " facedir" ,
602
612
groups = {snappy = 3 , pipe = 1 , tankfill = fill + 1 , not_in_creative_inventory = 1 , dig_generic = 4 , axey = 1 , handy = 1 , pickaxey = 1 },
613
+ is_ground_content = false ,
603
614
_mcl_hardness = 0.8 ,
604
615
_sound_def = {
605
616
key = " node_sound_metal_defaults" ,
@@ -631,6 +642,7 @@ for fill = 0, 10 do
631
642
paramtype = " light" ,
632
643
paramtype2 = " facedir" ,
633
644
groups = sgroups ,
645
+ is_ground_content = false ,
634
646
_mcl_hardness = 0.8 ,
635
647
_sound_def = {
636
648
key = " node_sound_metal_defaults" ,
@@ -661,10 +673,11 @@ minetest.register_node(nodename_fountain_empty, {
661
673
sunlight_propagates = true ,
662
674
paramtype = " light" ,
663
675
groups = {snappy = 3 , pipe = 1 , dig_generic = 4 , axey = 1 , handy = 1 , pickaxey = 1 },
676
+ is_ground_content = false ,
664
677
_mcl_hardness = 0.8 ,
665
678
_sound_def = {
666
- key = " node_sound_metal_defaults" ,
667
- },
679
+ key = " node_sound_metal_defaults" ,
680
+ },
668
681
walkable = true ,
669
682
pipe_connections = { bottom = 1 },
670
683
after_place_node = function (pos )
@@ -699,10 +712,11 @@ minetest.register_node(nodename_fountain_loaded, {
699
712
sunlight_propagates = true ,
700
713
paramtype = " light" ,
701
714
groups = {snappy = 3 , pipe = 1 , not_in_creative_inventory = 1 , dig_generic = 4 , axey = 1 , handy = 1 , pickaxey = 1 },
715
+ is_ground_content = false ,
702
716
_mcl_hardness = 0.8 ,
703
717
_sound_def = {
704
- key = " node_sound_metal_defaults" ,
705
- },
718
+ key = " node_sound_metal_defaults" ,
719
+ },
706
720
walkable = true ,
707
721
pipe_connections = { bottom = 1 },
708
722
after_place_node = function (pos )
@@ -752,10 +766,11 @@ minetest.register_node(nodename_sp_empty, {
752
766
paramtype = " light" ,
753
767
paramtype2 = " facedir" ,
754
768
groups = {snappy = 3 , pipe = 1 , dig_generic = 4 , axey = 1 , handy = 1 , pickaxey = 1 },
769
+ is_ground_content = false ,
755
770
_mcl_hardness = 0.8 ,
756
771
_sound_def = {
757
- key = " node_sound_metal_defaults" ,
758
- },
772
+ key = " node_sound_metal_defaults" ,
773
+ },
759
774
walkable = true ,
760
775
on_place = pipeworks .rotate_on_place ,
761
776
after_dig_node = function (pos )
@@ -777,10 +792,11 @@ minetest.register_node(nodename_sp_loaded, {
777
792
paramtype = " light" ,
778
793
paramtype2 = " facedir" ,
779
794
groups = {snappy = 3 , pipe = 1 , not_in_creative_inventory = 1 , dig_generic = 4 , axey = 1 , handy = 1 , pickaxey = 1 },
795
+ is_ground_content = false ,
780
796
_mcl_hardness = 0.8 ,
781
797
_sound_def = {
782
- key = " node_sound_metal_defaults" ,
783
- },
798
+ key = " node_sound_metal_defaults" ,
799
+ },
784
800
walkable = true ,
785
801
on_place = pipeworks .rotate_on_place ,
786
802
after_dig_node = function (pos )
0 commit comments