Make barrier texture alpha; Remove sounds from barrier

This commit is contained in:
An0n3m0us 2019-10-01 19:13:22 +01:00
parent 92ca046870
commit 5d13a24b73
2 changed files with 1 additions and 1 deletions

View file

@ -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