Advertisement
Draco18s

Baux Dist Test

Aug 11th, 2015
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.50 KB | None | 0 0
  1.             <IfCondition condition=':= hardBauxiteDist = "surfaceClouds"'>
  2.                 <!-- Main placement -->
  3.                 <Cloud name='BauxiteDenseCoreA' block='minecraft:glass' inherits='SubSurfaceBauxite'>
  4.                     <DrawWireframe>:=drawWireframes</DrawWireframe>
  5.                     <WireframeColor>0x20E1A75B</WireframeColor>
  6.                     <seed> 43293 </seed>
  7.                     <PlacesBeside block='minecraft:wool' />
  8.                 <!-- Sides -->
  9.                     <Cloud name='BauxiteSurroundingClay' block='minecraft:wool:12' inherits='SurfaceClay'>
  10.                         <DrawWireframe>:=drawWireframes</DrawWireframe>
  11.                         <WireframeColor>0x08FFFFFF</WireframeColor>
  12.                         <Setting name='ParentRangeLimit' avg='1' range='0' />
  13.                         <Setting name='CloudRadius' avg='35' range='0' />
  14.                         <Setting name='CloudThickness' avg='10' range='0' />
  15.                         <seed> 43293 </seed>
  16.                     </Cloud>
  17.                     <Cloud name='BauxiteLayerOne' block='minecraft:wool:5' inherits='SurfaceBauxite'>
  18.                         <DrawWireframe>:=drawWireframes</DrawWireframe>
  19.                         <WireframeColor>0x209F8C74</WireframeColor>
  20.                         <Setting name='ParentRangeLimit' avg='1' range='0' />
  21.                         <PlacesBeside block='minecraft:wool:12' />
  22.                         <seed> 43293 </seed>
  23.                     </Cloud>
  24.                     <Cloud name='BauxiteLayerTwo' block='minecraft:wool:1' inherits='SubSurfaceBauxite'>
  25.                         <DrawWireframe>:=drawWireframes</DrawWireframe>
  26.                         <WireframeColor>0x20614813</WireframeColor>
  27.                         <Setting name='ParentRangeLimit' avg='1' range='0' />
  28.                         <PlacesBeside block='minecraft:wool:5' />
  29.                         <seed> 43293 </seed>
  30.                     </Cloud>
  31.                 </Cloud>
  32.             </IfCondition>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement