add material base:metal + new sounds and materials update
This commit is contained in:
parent
8d6215476e
commit
70c919dfef
@ -1,5 +1,5 @@
|
||||
{
|
||||
"steps-sound": "steps/wood",
|
||||
"place-sound": "blocks/wood_place",
|
||||
"steps-sound": "steps/glass",
|
||||
"place-sound": "blocks/glass_place",
|
||||
"break-sound": "blocks/glass_break"
|
||||
}
|
||||
|
||||
5
res/content/base/block_materials/metal.json
Normal file
5
res/content/base/block_materials/metal.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"steps-sound": "steps/metal",
|
||||
"place-sound": "blocks/metal_place",
|
||||
"break-sound": "blocks/metal_break"
|
||||
}
|
||||
@ -1,4 +1,5 @@
|
||||
{
|
||||
"texture": "blue_lamp",
|
||||
"emission": [0, 0, 15]
|
||||
"emission": [0, 0, 15],
|
||||
"material": "base:glass"
|
||||
}
|
||||
@ -1,4 +1,5 @@
|
||||
{
|
||||
"texture": "green_lamp",
|
||||
"emission": [0, 15, 0]
|
||||
"emission": [0, 15, 0],
|
||||
"material": "base:glass"
|
||||
}
|
||||
@ -6,5 +6,6 @@
|
||||
"hitbox": [0.25, 0.0, 0.25, 0.5, 0.5, 0.5],
|
||||
"rotation": "pipe",
|
||||
"light-passing": true,
|
||||
"sky-light-passing": true
|
||||
"sky-light-passing": true,
|
||||
"material": "base:glass"
|
||||
}
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
{
|
||||
"texture": "metal"
|
||||
"texture": "metal",
|
||||
"material": "base:metal"
|
||||
}
|
||||
@ -10,5 +10,6 @@
|
||||
"model": "aabb",
|
||||
"hitbox": [0.25, 0.0, 0.25, 0.5, 1.0, 0.5],
|
||||
"light-passing": true,
|
||||
"rotation": "pipe"
|
||||
"rotation": "pipe",
|
||||
"material": "base:metal"
|
||||
}
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
{
|
||||
"texture": "red_lamp",
|
||||
"emission": [15, 0, 0]
|
||||
"emission": [15, 0, 0],
|
||||
"material": "base:glass"
|
||||
}
|
||||
@ -1,3 +1,4 @@
|
||||
{
|
||||
"texture": "rust"
|
||||
"texture": "rust",
|
||||
"material": "base:metal"
|
||||
}
|
||||
Binary file not shown.
BIN
res/content/base/sounds/blocks/glass_place.ogg
Normal file
BIN
res/content/base/sounds/blocks/glass_place.ogg
Normal file
Binary file not shown.
BIN
res/content/base/sounds/blocks/metal_break.ogg
Normal file
BIN
res/content/base/sounds/blocks/metal_break.ogg
Normal file
Binary file not shown.
BIN
res/content/base/sounds/blocks/metal_place_0.ogg
Normal file
BIN
res/content/base/sounds/blocks/metal_place_0.ogg
Normal file
Binary file not shown.
BIN
res/content/base/sounds/blocks/metal_place_1.ogg
Normal file
BIN
res/content/base/sounds/blocks/metal_place_1.ogg
Normal file
Binary file not shown.
BIN
res/content/base/sounds/steps/glass_0.ogg
Normal file
BIN
res/content/base/sounds/steps/glass_0.ogg
Normal file
Binary file not shown.
BIN
res/content/base/sounds/steps/glass_1.ogg
Normal file
BIN
res/content/base/sounds/steps/glass_1.ogg
Normal file
Binary file not shown.
BIN
res/content/base/sounds/steps/glass_2.ogg
Normal file
BIN
res/content/base/sounds/steps/glass_2.ogg
Normal file
Binary file not shown.
BIN
res/content/base/sounds/steps/glass_3.ogg
Normal file
BIN
res/content/base/sounds/steps/glass_3.ogg
Normal file
Binary file not shown.
BIN
res/content/base/sounds/steps/metal_0.ogg
Normal file
BIN
res/content/base/sounds/steps/metal_0.ogg
Normal file
Binary file not shown.
BIN
res/content/base/sounds/steps/metal_1.ogg
Normal file
BIN
res/content/base/sounds/steps/metal_1.ogg
Normal file
Binary file not shown.
BIN
res/content/base/sounds/steps/metal_2.ogg
Normal file
BIN
res/content/base/sounds/steps/metal_2.ogg
Normal file
Binary file not shown.
BIN
res/content/base/sounds/steps/metal_3.ogg
Normal file
BIN
res/content/base/sounds/steps/metal_3.ogg
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user