Skip to content
Kiro edited this page Aug 25, 2019 · 19 revisions

List of Problems

I installed Little Tiles but the game is crashing
Every LittleTiles structure I make is invisible
All blocks become invisible when painted.
All blocks become black when painted
I created a door but it won't open. I'm right clicking but nothing is happening. Why is that?
I'm getting a "Not enough space for material" when I try to hammer a block.
I can't break my doors.
What happens if I use a mod block (like from the Chisel mod) in a LT Structure and later delete that mod? Will my LT Structure disappear?
What if I change the resource pack then?
"Structure not Loaded" message
Does redstone work with doors?
Can you add corner slices?
Is there a site where we can upload and share structures?
Do tiles maintain certain block characteristics?
Is there any way to make a structure emit light without using a light emiting block?
Is there a limit to the amount of structures I can place?
Can you port newer features back to 1.7.10/1.8.9/1.10.2?
What about future versions, such as 1.13 or 1.14? Are there any mods that are incompatible with LittleTiles?
Is there any place where I can keep contact with other players that use this mod, or the mod author himself?

I installed the LittleTiles mod but Minecraft is crashing.

There are multiple reasons as to why this could be happening:

  1. CreativeCore is not installed;

  2. CreativeCore and LittleTiles versions are not compatible. Always pick a LittleTiles version then select the latest CreativeCore version released prior to it;

  3. You didn't download it from Curse. Always download the mods from Curse. Other sites have corrupt versions and may include viruses;

  4. You're using versions not compatible to your Minecraft version;


Every LittleTiles structure I make is invisible. How can I fix this?

First of all, make sure you tried the solutions presented on the question above. If everything is in order and you use Optifine, make sure to Enable VBOs. If grass and leaves are invisible, try setting Mipmap level to at least 1.

If you're using pre100 or beyond for 1.12.2 with Optifine, make sure it's at least the E1 version. Earlier versions no longer works on pre100 and above.


All blocks become invisible if I try to paint them. How do I fix this?

Make sure the alpha value (the last color slider) is not set to 0.


All blocks become black if I try to paint them. How do I fix this?

Enable Smooth Lighting.


I created a door but it won't open. I'm right clicking but nothing is happening. Why is that?

Most likely something is blocking the door. In order of the door to work, the space the door would occupy in the open and closed states needs to be vacant.


I'm getting a "Not enough space for material" when I try to hammer a block.

In survival, you need a Little Container to store the bits you hammered. If you don't have one, or don't have enough space in one, then this message appears.


I can't break my doors.

In cases of doors that have movements that will make them not allign correcly with the grid system, doors stay in a "entity" state. As such, you'll have to close it so it goes back to the original position. If you selected the "Stay Animated Option", you'll have to right click the door with a wrench and select "Destroy Animation". You'll not get the door back in this case, however.


What happens if I use a mod block (like from the Chisel mod) in a LT Structure and later delete that mod? Will my LT Structure disappear?

No, it won't. For example, let's say you made a table using spruce planks for the legs and a Marble block from Chisel as the surface. Removing the Chisel mod will cause the surface of the table to display a pink/black checkered texture (default missing texture), while the legs will still be spruce.


What if I change the resource pack then?

All LT Structures take their textures from the blocks used to build them. If the texture of these blocks changes (via a resource pack) so will the textures on the LT Structure.


I'm trying to break something but it says "Structure not Loaded" and won't allow me to break it. What do I do?

In these cases, equip the wrench and break the structure in question. Other mods like WorldEdit also work. Reloading the chunk may also work in specific cases.


Does redstone work with the doors?

Not yet. Redstone support is planned for a future release. In the meantime, there's a command called /lt-open that can be used via command block. More information on the Useful Commands and Keybinds section.


Can you add corner slices?

Short answer is no. Long answer is: it's not completely out of the question, but it would take a lot of work to figure out all the complex calculations that allow buildng in all angles. Slices by themselves generated a lot of bugs, so you can imagine how much bugfixing corner slices would require. It would be nice to have, yes, but there are other things which are easier to implement and more useful in the long run.


Is there a site where we can upload and share structures?

Not yet, but it's planned. Our current focus is finishing all the features for the 1.5 release, then we can think about other stuff. For now, visit our Discord and check the #export channel, where people are free to post their creations for others to use! You can also visit our subreddit too!


Do tiles maintain certain block characteristics?

For the most part, yes. A structure made of glowstone will emit light, a door made of obsidian will be blast resistant and a hanging concrete structures will still release falling powder particle.


Is there any way to make a structure emit light without using a light emiting block?

Shift right clicking a block using a glowstone dust will make that structure emit light. Doing it again removes this effect.


Is there a limit to the amount of structures I can place?

Yes, there is. It's very difficult to reach, but there is a limit of tiles per Chunk, denominated Chunk Storage Limit. After reaching this limit, any additional tiles won't be saved when leaving the world. An alternative to this would be to install the Cubic Chunks mod, as it uses, well, cubic chunks, decreasing the chance of going over the limit.


Can you port newer features back to 1.7.10/1.8.9/1.10.2/1.11?

At the moment, our only focus is to develop for 1.12.2. Since Team Creative only has 1 active developer, supporting multiple versions would slow down development of new features. New releases of older version will only occur for major bug fixes, if those happen. Eventually, support will be dropped completely for older versions.


What about future versions, such as 1.13 or 1.14?

Porting to 1.13 is out of the question, but a 1.14 port will be considered once Forge development reaches stability and LT version 1.5.0 is released.


Are there any mods that are incompatible with LittleTiles?

Yes. Please check the Mod Compatibility section for more detail.


Is there any place where I can keep contact with other players that use this mod, or the mod author himself?

Why, yes there is! Join us on Discord!


...

More questions will be added as they are made.

Clone this wiki locally