Help Sign In/Register

Minecraft Forums

Advanced Search
  • News
  • Rules
  • Forum
  • Chat
  • Mods
  • Maps
  • Resource Packs
  • MC Station
  • Free Minecraft Server Hosting
Desktop View
  • Home
  • Member List
  • Spector171's Profile
  • Send Private Message
  • View Spector171's Profile
  • Spector171
  • Registered Member
  • Member for 7 years, 10 months, and 17 days
    Last active Sun, Dec, 30 2018 05:39:41
  • 0 Followers
  • 100 Total Posts
  • 0 Thanks
  • Member
  • Posts
  • Threads
  • Reputation
  • Comments
  • Forum Posts
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next
  • View Spector171's Profile

    0

    Dec 23, 2018
    Spector171 posted a message on Question about Tabula (Solved)
    Quote from Ryuu_OwO»

    The "center of the model" is the center of the block under your model.


    Thank you!

    Posted in: Modification Development
  • View Spector171's Profile

    0

    Dec 21, 2018
    Spector171 posted a message on Question about Tabula (Solved)

    I was wondering what Tabula considers to be the 'center' of a model? Is the center of the model the center of the block above the reference, or is it the position of the first element placed by the user? Are there any consequences if a model is created off-center?

    Posted in: Modification Development
  • View Spector171's Profile

    0

    Jul 6, 2018
    Spector171 posted a message on [Forge Multipart] ProjectRed - v4.7.0pre12.95 - 02/08/2016

    Would love to, but the only Array tile currently supported on IC chips are Null Cells. There is also currently a bug with IC gates that causes my 4:16 demux solution using buffer and inverter gates to get stuck on world reload.

    Posted in: Minecraft Mods
  • View Spector171's Profile

    0

    Jun 27, 2018
    Spector171 posted a message on [Forge Multipart] ProjectRed - v4.7.0pre12.95 - 02/08/2016

    Right after my last post, It dawned on me that it would be even better to completely disable the individual layers of the decoder when not in use.

    This is the revised design: https://gyazo.com/def0fb5ec43ba01925a0c9fa3bf08fb6

    The smaller 1x4 array on the left represents the 4 most significant bits of the address. A layer of AND cells was added to the start of the decoder. A buffer gate was placed facing the first row of the decoder to account for the fact that it remains off if the decoder is not given any inputs. This essentially prevents the entire decoder from updating if it is not currently relevant to the address.

    Posted in: Minecraft Mods
  • View Spector171's Profile

    0

    Jun 27, 2018
    Spector171 posted a message on [Forge Multipart] ProjectRed - v4.7.0pre12.95 - 02/08/2016

    Building an 8:256 Memory Address Decoder, here is the first slice of it: https://gyazo.com/65aa25cb63b1bf604f518d3516e52c91

    Rather than building one massive array, I've decided to split it up into 16 individual parts and stack them vertically. The buffer gates to the bottom left of the decoder act as a selector using the 4 high-order bits of the address. What I'm wondering is if it would be more efficient (in terms of signal propagation speed/update lag) to just build the entire 8-bit decoder as a single array. Input is appreciated.

    Posted in: Minecraft Mods
  • View Spector171's Profile

    0

    May 1, 2018
    Spector171 posted a message on WarpDrive: custom ships, laser cannons and modular force fields!

    I am revisiting this mod, and have to say that I love the additions! I noticed that there was mention of a starmap somewhere, where exactly do I find this?

    Posted in: Minecraft Mods
  • View Spector171's Profile

    0

    Dec 24, 2016
    Spector171 posted a message on WarpDrive: custom ships, laser cannons and modular force fields!

    Here is a screenshot of my mods folder, there are no plugins on the server.

    Posted in: Minecraft Mods
  • View Spector171's Profile

    0

    Dec 24, 2016
    Spector171 posted a message on WarpDrive: custom ships, laser cannons and modular force fields!

    It happened again, but this time it took out a rather large chunk of a ship(not a chunk as in 16x16, the ship had a large uneven section where blocks did not get replaced), not just one type of block. I restored the server to a backup and the use of WarpDrive has stopped until I can figure out this bug. I am going to turn on WD console output and hopefully get a log file tomorrow.

    Posted in: Minecraft Mods
  • View Spector171's Profile

    0

    Dec 23, 2016
    Spector171 posted a message on WarpDrive: custom ships, laser cannons and modular force fields!

    One of the players has reported a very odd (seemingly) bug with WarpDrive to me: after completing a jump, they found that a number of their ship's hull blocks had not been placed. I had seen the ship previously, and can confirm that the hull was complete earlier that day. What I find so bizarre about this is that it was not just a chunk of his ship missing, it was only the hull blocks on a certain part of his ship. These are WarpDrive superior hull blocks, and the grey frame is made out of colored quartz blocks. I do not know if this has any significance to the issue, but our server has set a rather high maximum jump range (10k-ish blocks). Screenshot attached to this post.

    Posted in: Minecraft Mods
  • View Spector171's Profile

    0

    Dec 23, 2016
    Spector171 posted a message on WarpDrive: custom ships, laser cannons and modular force fields!

    Is there someplace where I can see a list of the mods whose blocks are supported for turning? Also, is there someplace where I can request that turning support be added to a mod, or are there instructions on how I can add this support myself?

    Posted in: Minecraft Mods
  • View Spector171's Profile

    0

    Nov 13, 2016
    Spector171 posted a message on WarpDrive: custom ships, laser cannons and modular force fields!

    Thank you, that was very helpful. Now I was wondering if either MFR Rednet cables or EnderIO conduits work properly with turning?

    Posted in: Minecraft Mods
  • View Spector171's Profile

    0

    Nov 7, 2016
    Spector171 posted a message on WarpDrive: custom ships, laser cannons and modular force fields!

    I have two questions:

    will the 1.7.10 version of the mod continue to receive updates after the port to 1.10, even if infrequent? And secondly, would it be possible for you to add a method to the ship controller for setting the jump data based on directional vector and distance? I do not know how this would be accomplished in LUA, and if there is a way could you please explain it?

    Posted in: Minecraft Mods
  • View Spector171's Profile

    0

    Apr 24, 2016
    Spector171 posted a message on WarpDrive: custom ships, laser cannons and modular force fields!

    I am not sure that I understand what you are trying to say. Could you please, to give an example, write out the code that would need to be executed n order to beam a player to relative coordinates 2000,0,0? The transporter has a completely full energy buffer.

    Posted in: Minecraft Mods
  • View Spector171's Profile

    0

    Apr 24, 2016
    Spector171 posted a message on WarpDrive: custom ships, laser cannons and modular force fields!

    Also, how exactly does the transporter work? According to the config (max power and power per block) it should have a range of 10000 blocks. But when i try to energize to further away it does not work.

    Posted in: Minecraft Mods
  • View Spector171's Profile

    0

    Apr 24, 2016
    Spector171 posted a message on WarpDrive: custom ships, laser cannons and modular force fields!

    What does the weapon controller block do? it is not listed in the wiki. Also, many of the ship controller methods are still not listed.

    Posted in: Minecraft Mods
  • To post a comment, please login.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next

Social Media

Services

Sign In

Help

Advertise

Resources

Terms of Service

Privacy Policy

Our Communities

  • MMO-Champion
  • HearthPwn
  • Minecraft Forum
  • Overframe
  • MTG Salvation
  • DiabloFans

MOBAFire Network

  • MOBAFire.com
  • Leaguespy.gg
  • CounterStats.net
  • Teamfight Tactics
  • WildRiftFire.com
  • RuneterraFire.com
  • SMITEFire.com
  • DOTAFire.com
  • ArtifactFire.com
  • HeroesFire.com
  • VaingloryFire.com
  • MMORPG.com

© 2022 Magic Find, Inc. All rights reserved.

Mobile View