white_coarse = {
texture = "rock-1";
label = "Coarse White";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_block;
generate = true;
mid_solidity = 0.5;
white_smooth = {
texture = "rock-2";
label = "Smooth White";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_block;
generate = true;
mid_solidity = 0.6;
white_hard = {
texture = "rock-3";
label = "Hard White";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_block;
generate = true;
min_solidity = 0.7;
white_slab = {
texture = "rock-1";
label = "White Slab";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_low_slab;
};
white_stair = {
texture = "rock-1";
label = "White Stair";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_stair;
};
texture = "rock-1";
rgb_mod = [ 1, 0, 0 ];
label = "Coarse Red";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_block;
generate = true;
mid_solidity = 0.5;
texture = "rock-2";
rgb_mod = [ 1, 0, 0 ];
label = "Smooth Red";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_block;
generate = true;
mid_solidity = 0.6;
texture = "rock-3";
rgb_mod = [ 1, 0, 0 ];
label = "Hard Red";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_block;
generate = true;
min_solidity = 0.7;
texture = "rock-3";
rgb_mod = [ 1, 0, 0 ];
label = "Red Slab";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_low_slab;
};
red_stair = {
texture = "rock-3";
rgb_mod = [ 1, 0, 0 ];
label = "Red Stair";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_stair;
};
texture = "rock-1";
rgb_mod = [ 0, 1, 0 ];
label = "Coarse Green";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_block;
generate = true;
mid_solidity = 0.5;
texture = "rock-2";
rgb_mod = [ 0, 1, 0 ];
label = "Smooth Green";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_block;
generate = true;
mid_solidity = 0.6;
texture = "rock-3";
rgb_mod = [ 0, 1, 0 ];
label = "Hard Green";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_block;
generate = true;
min_solidity = 0.7;
texture = "rock-1";
rgb_mod = [ 0, 1, 0 ];
label = "Green Slab";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_low_slab;
};
green_stair = {
texture = "rock-1";
rgb_mod = [ 0, 1, 0 ];
label = "Green Stair";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_stair;
};
rgb_mod = [ 0, 0, 1 ];
outline = [ 0.75, 0.75, 0.75 ];
label = "Coarse Blue";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_block;
generate = true;
mid_solidity = 0.5;
rgb_mod = [ 0, 0, 1 ];
outline = [ 0.75, 0.75, 0.75 ];
label = "Smooth Blue";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_block;
generate = true;
mid_solidity = 0.6;
rgb_mod = [ 0, 0, 1 ];
outline = [ 0.75, 0.75, 0.75 ];
label = "Hard Blue";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_block;
generate = true;
min_solidity = 0.7;
rgb_mod = [ 0, 0, 1 ];
outline = [ 0.75, 0.75, 0.75 ];
label = "Blue Slab";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_low_slab;
};
blue_stair = {
rgb_mod = [ 0, 0, 1 ];
outline = [ 0.75, 0.75, 0.75 ];
label = "Blue Stair";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_stair;
};
grav_spherical = {
texture = "gravity-neutral";
label = "Spherical Gravity";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_block;
};
grav_directed = {
textures = [ "gravity-directed", "gravity-neutral" ];
label = "Directed Gravity";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = pipe_block;
};
texture = "rock-2";
rgb_mod = [ 1, 1, 0 ];
label = "Light";
+ place_sound = "thump";
+ remove_sound = "plop";
luminosity = 15;
shape = uniform_block;
generate = true;
debug = {
texture = "debug";
label = "Debug Cube";
+ place_sound = "thump";
+ remove_sound = "plop";
shape = uniform_block;
};