zuul4242 0 Posted August 9, 2016 Share Posted August 9, 2016 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"}, } } Quote Link to post Share on other sites
natedogith1 4 Posted August 27, 2016 Share Posted August 27, 2016 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 Quote Link to post Share on other sites
zuul4242 0 Posted August 30, 2016 Author Share Posted August 30, 2016 Thanks for the reply. I tried all of those in my 3d printer, but they all resulted in the pink and black checker thing. Quote Link to post Share on other sites