Guest User

Untitled

a guest
Jul 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Can you spot the problem?
  2.  
  3. Quote from the previous version of the mod:
  4. datablock fxDTSBrickData( mc_blockData_sand )
  5. {
  6. brickFile = "Add-Ons/System_Minecraft/blocks/sand.blb";
  7. category = "Minecraft";
  8. subCategory = "Blocks";
  9. uiName = "Sand";
  10. iconName = "Add-Ons/System_Minecraft/icons/sand";
  11.  
  12. isMC = true;
  13. mcHealth = 4;
  14. mcBlastResistance = 2.5;
  15. };
  16.  
  17. Quote from the current version of the mod:
  18. datablock fxDTSBrickData(mc_blockData_Sand)
  19. {
  20. brickFile = "Add-ons/System_Minecraft/Blocks/Sand.blb";
  21. category = "Minecraft";
  22. subCategory="Natural";
  23. uiName = "Sand";
  24. iconName = "";
  25. };
Add Comment
Please, Sign In to add comment