Merge branch 'main' into update-items

This commit is contained in:
MihailRis
2025-02-18 18:39:37 +03:00
18 changed files with 93 additions and 48 deletions
@@ -1,5 +1,6 @@
{
"steps-sound": "steps/grass",
"place-sound": "blocks/ground_place",
"break-sound": "blocks/ground_break"
"break-sound": "blocks/ground_break",
"hit-sound": "blocks/ground_hit"
}
+2 -1
View File
@@ -1,5 +1,6 @@
{
"steps-sound": "steps/ground",
"place-sound": "blocks/ground_place",
"break-sound": "blocks/ground_break"
"break-sound": "blocks/ground_break",
"hit-sound": "blocks/ground_hit"
}
+2 -1
View File
@@ -1,5 +1,6 @@
{
"steps-sound": "steps/stone",
"place-sound": "blocks/stone_place",
"break-sound": "blocks/stone_break"
"break-sound": "blocks/stone_break",
"hit-sound": "blocks/stone_hit"
}
+2 -1
View File
@@ -1,5 +1,6 @@
{
"steps-sound": "steps/wood",
"place-sound": "blocks/wood_place",
"break-sound": "blocks/wood_break"
"break-sound": "blocks/wood_break",
"hit-sound": "blocks/wood_hit"
}
+1 -1
View File
@@ -2,5 +2,5 @@
"texture": "dirt",
"material": "base:ground",
"surface-replacement": "base:grass_block",
"base:durability": 1.0
"base:durability": 1.5
}
+1 -1
View File
@@ -8,7 +8,7 @@
"replaceable": true,
"grounded": true,
"model": "X",
"hitbox": [0.15, 0.0, 0.15, 0.7, 0.7, 0.7],
"hitbox": [0.15, 0.0, 0.15, 0.7, 0.5, 0.7],
"base:durability": 0.0,
"base:loot": []
}
+1 -1
View File
@@ -8,7 +8,7 @@
"grass_side",
"grass_side"
],
"base:durability": 1.3,
"base:durability": 1.7,
"base:loot": [
{"item": "base:dirt.item"}
]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -355,7 +355,7 @@ function __vc_on_hud_open()
hud._set_debug_cheats(value)
end)
input.add_callback("devtools.console", function()
if hud.is_paused() then
if menu.page ~= "" then
return
end
time.post_runnable(function()
@@ -363,7 +363,7 @@ function __vc_on_hud_open()
end)
end)
input.add_callback("hud.chat", function()
if hud.is_paused() then
if menu.page ~= "" then
return
end
time.post_runnable(function()