diff --git a/res/content/base/blocks/torch.json b/res/content/base/blocks/torch.json index 93076841..b5b76e4f 100644 --- a/res/content/base/blocks/torch.json +++ b/res/content/base/blocks/torch.json @@ -9,7 +9,7 @@ ], "emission": [13, 13, 12], "model": "aabb", - "hitbox": [0.3, 0.0, 0.7, 0.125, 0.5, 0.125], + "hitbox": [0.4375, 0.0, 0.4375, 0.125, 0.5, 0.125], "light-passing": true, "obstacle": false, "rotation": "pipe" diff --git a/res/content/base/blocks/wallpaper.json b/res/content/base/blocks/wallpaper.json deleted file mode 100644 index d8624071..00000000 --- a/res/content/base/blocks/wallpaper.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "texture-faces": [ - "white", - "white", - "wallpaper_s", - "wallpaper_s", - "white", - "white" - ], - "emission": [0, 0, 0], - "model": "aabb", - "hitbox": [0.0, 0.0, 0.0, 1.0, 0.01, 1.0], - "light-passing": true, - "obstacle": false, - "rotation": "pipe" -} diff --git a/res/content/base/content.json b/res/content/base/content.json index 2429936e..71b5d16d 100644 --- a/res/content/base/content.json +++ b/res/content/base/content.json @@ -22,7 +22,6 @@ "pane", "pipe", "lightbulb", - "torch", - "wallpaper" + "torch" ] } diff --git a/res/content/base/textures/blocks/wallpaper_s.png b/res/content/base/textures/blocks/wallpaper_s.png deleted file mode 100644 index c13e1082..00000000 Binary files a/res/content/base/textures/blocks/wallpaper_s.png and /dev/null differ