Glass shards can be refined by welder (#2576)

* Added refine component for glass shard

* Add refinable to rest of the shards

* Fixed windows shard count

* Now objects can vary refine time

* Windows will spawn correct shards after destruction

* Added all requested changes

* Client ignore as well

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Alex Evgrashin
2020-11-22 07:05:30 +03:00
committed by GitHub
parent eb97168e30
commit ccb7719935
4 changed files with 101 additions and 11 deletions

View File

@@ -210,8 +210,9 @@
"CrematoriumEntityStorage",
"RandomArcade",
"RandomSpriteState",
"WelderRefinable",
"ConveyorAssembly",
"TwoWayLever"
"TwoWayLever",
};
}
}