mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-28 09:36:27 -04:00
Make barrier texture alpha; Remove sounds from barrier
This commit is contained in:
parent
92ca046870
commit
5d13a24b73
2 changed files with 1 additions and 1 deletions
|
@ -2871,9 +2871,9 @@ minetest.register_node("default:cloud", {
|
|||
minetest.register_node("default:barrier", {
|
||||
description = S("Barrier"),
|
||||
tiles = {"default_barrier.png"},
|
||||
drawtype = "airlike",
|
||||
inventory_image = "default_cloud.png",
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_defaults(),
|
||||
groups = {not_in_creative_inventory = 1, cracky = 1},
|
||||
|
||||
on_blast = function() end,
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 123 B After Width: | Height: | Size: 112 B |
Loading…
Add table
Reference in a new issue