PC Was ist dass ??

Its probaly a submarine from the movie "Das Boot" or one eyeball belonging to the guy that played Derrick der kriminal polizei in that series from the 80s...basing this on OP`s german...german-ish german post

 
It looks like you are in the World Editor. That's what the loot boxes look like in there.

 
I've gotten one of those from a quest POI before in SP Survival no mods. Only happened once in many quests.

-Morloc

 
OK as serious answer

This is a placeholder block that during Worldgeneration will be transformed in one of the containers of the "Loot Forest" list.

Code:
<!-- When unwrapping a prefab into the world, replace the lootForest block with one of the following -->
<placeholder name="cntForestRandomLootHelper">
	<block name="cntTrashPile01" prob="0.1"/>
	<block name="cntTrashPile02" prob="0.1"/>
	<block name="cntTrashPile03" prob="0.1"/>
	<block name="cntTrashPile04" prob="0.1"/>
	<block name="cntTrashPile05" prob="0.1"/>
	<block name="cntTrashPile06" prob="0.1"/>
	<block name="cntTrashPile07" prob="0.1"/>
	<block name="cntTrashPile08" prob="0.1"/>
	<block name="cntTrashPile09" prob="0.1"/>
	<block name="cntBackpack01" prob="0.03"/>
	<block name="cntBackpack03" prob="0.03"/>
	<block name="cntDuffle01" prob="0.03"/>
	<block name="cntSportsBag01" prob="0.03"/>
	<block name="cntSportsBag02" prob="0.03"/>
	<block name="cntPurse01" prob="0.03"/>
</placeholder>
So its still blue. Damn can say its a Bug or i get problems with DC

Blue_Beetle_04.jpg


 
Last edited by a moderator:
Back
Top