new reciepes

This commit is contained in:
Kacper Kostka
2023-02-03 07:03:12 +01:00
parent d18d3d3794
commit 7f9fe5adff
3 changed files with 67 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ local entity = {
rotation_direction = nil,
last_y_velocity = 0,
on_activate = function(self, staticdata)
local texture = textures_b[math.random(#textures_b)]
self.object:set_properties({textures = {texture}})