Jump to content

Mbridge material


Umbrella

Recommended Posts

Hi,

 

In the materials.xml file, I can see "bridge" material with very high structural integrity:

- Mbridge_wood: 200 / 5 = 40 (glue/mass = SI)

- Mbridge_concrete: 40/10 = 40

etc...

 

The SI is much higher than the wood/concrete material (respectively wood: 40/5=8 and concrete=12). I guess they are used for bridges generated on the map.

 

My question is: can we craft (or collect and place somewhere else) any block with these materials ?

 

Thank you

Link to comment
Share on other sites

Easyest mod would be a recipe that allow you to craft the Bridge blocks.

 

Or if you simply need something really special (but only available in CM menue) my undestroyable blocks have only 1 Weight and 3000 Glue value. (only for the case you need really something extrem for a Construction)

https://7daystodie.com/forums/showthread.php?103985-Vanilla-modlet-collection

New version for 17.2 should come out today or tomorrow

Link to comment
Share on other sites

If you want a template for a modlet here is one of mine.

(say if you need more to start)

<configs>
<append xpath="/recipes">
	<recipe name="+SelfUpgradingSteelframe" count="1" craft_time = "30" >
		<ingredient name="rebarFrameBlock" count="1"/>
		<ingredient name="resourceConcreteMix" count="12"/>			
		<ingredient name="resourceForgedSteel" count="12"/>						
	</recipe>
	<recipe name="pouredRConcreteBlock" count="1" craft_time = "30" >
		<ingredient name="rebarFrameBlock" count="1"/>
		<ingredient name="resourceConcreteMix" count="12"/>								
	</recipe>		
</append>
</configs>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...