• 1

    posted a message on [1.15.2] Ruins (Structure Spawning System)

    I'm fleshing out my series' of statues and airships. The plan is to go all out on Atlantis. As always, the builds speak for themselves.

    Posted in: Minecraft Mods
  • 1

    posted a message on Skins wont refresh

    Each player has a cache that is used to display other players' skins. This is refreshed when they log in, not when the player who changes their skin logs in.

    Posted in: Skins
  • 1

    posted a message on [1.15.2] Ruins (Structure Spawning System)

    Select the contents of the second rule and put it after a comma into the first, then remove the second rule. Print the contents of the first rule three more times, after commas for each one.


    There are other ways to weight each one, and the contents of each option needs to be correct, or potentially failing past the point if it runs into contents that throw an error, which you can check by printing the other rule by itself to make sure it prints when called.

    Posted in: Minecraft Mods
  • 1

    posted a message on [1.15.2] Ruins (Structure Spawning System)

    The /testruin command loads a template called with it from disk every time it is executed, as it was designed for testing so it needs to get the new files. Anything that spawns in with /testruin should be checked to make sure it can place the file into the world instantly.


    Other than that, minecraft itself is designed to operate in vertical sections of the world, from 0 to 255, and is set up better for vertical spawning than for flat spawns with an extremely wide footprint.

    Posted in: Minecraft Mods
  • 1

    posted a message on [1.15.2] Ruins (Structure Spawning System)

    There are certain steps that are commonly handled by editing the TML files in a text editor, this is one of them.


    After the air (that needs to spawn in as air) is filled in with an otherwise unused block, the structure is saved as a template, and the entry in the file is changed to "air" instead of whatever block was used to represent it for the save.


    This is usually one of the very last steps of structure development, as saving it again after spawning will undo the step.

    Posted in: Minecraft Mods
  • 1

    posted a message on [1.15.2] Ruins (Structure Spawning System)

    I would guess that you are in a superflat world, since Ruins tries to keep from breaking the bottom of the world, as bedrock is meant to be permanent in general.

    Posted in: Minecraft Mods
  • 1

    posted a message on [1.15.2] Ruins (Structure Spawning System)

    Those blocks look exactly like the most widely used signature blocks from Chisel (also used in the Crashlanding 1.6 pack).

    I dusted off my old 1.7 reactor room template from the summer of 2015 and identified the blocks as:


    chisel:factoryblock-6 for the yellow-black striped caution blocks (they also make an orange-white set)

    chisel:factoryblock-1 for the main blocks in the rusted girders.

    chisel:stonebricksmooth-10 and 12 for the cement texture (or I might be thinking of chisel:cobblestone-10 which was a block I tended to use a lot)


    I remember that some chisel blocks' names were changed slightly in later versions of the game, and in 1.7 Tinkers Construct had the super-fun slime-pads that launched players a hundred blocks into the air with a hang glider, which were an integral part of all my bases, and even now I find a place to put a vertical shaft in my facilities just in case they bring the block back.

    Posted in: Minecraft Mods
  • 2

    posted a message on [1.15.2] Ruins (Structure Spawning System)

    I've uploaded my updated set, link is in the sig line.


    The Statue of liberty arm in the ocean might break the immersion, so a heads up on that, can't remember if it was in the previous release.


    A few of the ships were overhauled and the new houses are labelled as shacks and sheds.

    Posted in: Minecraft Mods
  • 1

    posted a message on [1.15.2] Ruins (Structure Spawning System)

    When starting a new world, under superflat there is a customize button.


    The next screen shows the layers in the world in blocks. At the lower right is a button called "Presets", press it to go to the next screen.


    At the top of that screen it has a box with text in it. That is the world code, and there are videos explaining it in detail. To add more dirt layers change the corresponding number.


    The text in the box is a very long line., press ALT and A at the same time to select the entire line, then ALT-C and ALT-V to bring it into a text file so you can see the entire line at once while editing it.


    I just now checked all this in 1.13.2, the text box for the world code is just in a slightly different place from where it was in previous versions.

    Posted in: Minecraft Mods
  • 1

    posted a message on [1.15.2] Ruins (Structure Spawning System)

    Looking good.


    Just be aware that areas covered with auto-lamps such as cities can have extreme lag spikes at every sunrise and sunset, on the order of a full second, using just as many lamps as pictured above (70 or so). Of course they would produce the most lag per lamp if each lamp was in it's own chunk.

    Posted in: Minecraft Mods
  • To post a comment, please .