1
0
mirror of https://github.com/veden/Rampant.git synced 2025-03-17 20:58:35 +02:00

added tick to chunkGenerationEvent for hives

This commit is contained in:
Aaron Veden 2021-12-04 11:52:05 -08:00
parent 31c50a15c8
commit ca72e200cb
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84

View File

@ -855,6 +855,7 @@ local function onEntitySpawned(event)
local x,y = positionToChunkXY(entity.position)
onChunkGenerated({
surface = entity.surface,
tick = event.tick,
area = {
left_top = {
x = x,