Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
zuul4242

3d printer - how to find fluid textures?

Recommended Posts

Hello all,

 

I'm new to the 3d printer.  I want to create some shapes with textures that comes from fluids... Specifically:

 

1. Molten Enderium (Tinker's Construct)

2. Matter Plasma (Matter Overdrive)

3. Seared Stone (Tinker's Construct)

4. Resonant Ender (Thermal Foundation)

 

Basically, I'm looking for textures that shimmer.  I cannot seem to identify those textures.  

 

The closest I can get is using the water, lava, and portal texture (see below). 

 

Have you found any way of getting at fluid textures I listed above?  or something similar?  Any help would be appreciated.

 

{
  label = "Circle portal bottom",
  shapes={
      {0,0,15,16,1,16,texture="obsidian"},
 
      {6,0,14,10,1,15,texture="portal"},
      {10,0,14,16,1,15,texture="obsidian"},
      {0,0,14,6,1,15,texture="obsidian"},
 
      {4,0,13,12,1,14,texture="portal"},
      {12,0,13,16,1,14,texture="obsidian"},
      {0,0,13,4,1,14,texture="obsidian"},
 
      {3,0,12,13,1,13,texture="portal"},
      {13,0,12,16,1,13,texture="obsidian"},
      {0,0,12,3,1,13,texture="obsidian"},
 
      {2,0,11,14,1,12,texture="portal"},
      {14,0,11,16,1,12,texture="obsidian"},
      {0,0,11,2,1,12,texture="obsidian"},
 
      {2,0,10,14,1,11,texture="portal"},
      {14,0,10,16,1,11,texture="obsidian"},
      {0,0,10,2,1,11,texture="obsidian"},
 
      {1,0,9,15,1,10,texture="portal"},
      {15,0,9,16,1,10,texture="obsidian"},
      {0,0,9,1,1,10,texture="obsidian"},
 
      {1,0,8,15,1,9,texture="portal"},
      {15,0,8,16,1,9,texture="obsidian"},
      {0,0,8,1,1,9,texture="obsidian"},
 
      {1,0,7,15,1,8,texture="portal"},
      {15,0,7,16,1,8,texture="obsidian"},
      {0,0,7,1,1,8,texture="obsidian"},
      
      {1,0,6,15,1,7,texture="portal"},
      {15,0,6,16,1,7,texture="obsidian"},
      {0,0,6,1,1,7,texture="obsidian"},
      
      {2,0,5,14,1,6,texture="portal"},
      {14,0,5,16,1,6,texture="obsidian"},
      {0,0,5,2,1,6,texture="obsidian"},
      
      {2,0,4,14,1,5,texture="portal"},
      {14,0,4,16,1,5,texture="obsidian"},
      {0,0,4,2,1,5,texture="obsidian"},
      
      {3,0,3,13,1,4,texture="portal"},
      {13,0,3,16,1,4,texture="obsidian"},
      {0,0,3,3,1,4,texture="obsidian"},
      
      {4,0,2,12,1,3,texture="portal"},
      {12,0,2,16,1,3,texture="obsidian"},
      {0,0,2,4,1,3,texture="obsidian"},
            
      {6,0,1,10,1,2,texture="portal"},
      {10,0,1,16,1,2,texture="obsidian"},
      {0,0,1,6,1,2,texture="obsidian"},
 
      {0,0,0,16,1,1,texture="obsidian"},
  }
  
}
 
Link to post
Share on other sites

As a general rule of thumb, the name of a texture is modid + ":" + blockName

 

And after a bit of searching, I believe the fluids you're looking for have the following texture names:

 

tconstruct:molten_enderium
 
mo:matter_plasma
 
tconstruct:molten_stone
 
thermalfoundation:fluid/Fluid_ender_Still
thermalfoundation:fluid/Fluid_ender_Flow
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.