Merge branch 'model3dview' into update-gfx-pipeline

This commit is contained in:
MihailRis
2025-05-30 21:37:25 +03:00
29 changed files with 473 additions and 130 deletions
+1 -1
View File
@@ -63,4 +63,4 @@ cache_names(block)
cache_names(item)
local scripts_registry = require "core:internal/scripts_registry"
scripts_registry.build_classification()
scripts_registry.build_registry()
-3
View File
@@ -523,9 +523,6 @@ function time.post_runnable(runnable)
table.insert(__post_runnables, runnable)
end
assets = {}
assets.load_texture = core.__load_texture
-- --------- Deprecated functions ------ --
local function wrap_deprecated(func, name, alternatives)
return function (...)