Make an `item-entity` minable?
Posted: Wed Sep 28, 2016 3:51 pm
I'm trying to create a `raw-wood-on-ground` as an `item-entity` to allow `raw-wood` (an `item` with `place_result='raw-wood-on-ground'` setting) to be placed on the ground and mined in to `wood`.
However...
I'm not entirely sure that the custom `item-entity` called `raw-wood-on-ground` is being created, and furthermore, it seems that if it is being created it's not minable.
Has anyone done any experimentations with `item-entity` prototypes, and if so what did you find out about them?
EDIT: The reason I don't want to use a normal entity is that I'd like to retain the ability to pick up the logs (`F` key) should I decide not to mine them.
However...
I'm not entirely sure that the custom `item-entity` called `raw-wood-on-ground` is being created, and furthermore, it seems that if it is being created it's not minable.
Has anyone done any experimentations with `item-entity` prototypes, and if so what did you find out about them?
EDIT: The reason I don't want to use a normal entity is that I'd like to retain the ability to pick up the logs (`F` key) should I decide not to mine them.