• 0

    posted a message on Microcode

    Everything runs its own version of instructions. I'm pretty sure the more common name is drivers. I'm surprised at how complex the instructions can get. I'd hate to be the person writing memory addresses into a bunch of computer chips. It is so easy to get distracted by the flashy display, and not realize what goes on beneath the surface. All of them are definitely unique. Imagine how hard it'd be if we didn't have a compiler or interepreter so we can write instructions in a human readable format. It's definitely not impossible. We would spend forever getting memory addresses right though.

    Posted in: Computer Science and Technology
  • 0

    posted a message on Getting close to the sun?

    It's been a long time since I've looked at the news, but hasn't there been a spacecraft that has studied the sun up close? Telescopes may get us a lot of information, but I think we still need to know more about the fusion occuring beneath the surface. I might want to see a working diagram of the atoms beneath the surface, and hope that a collider is able to reproduce it. Has there been a new super heat resistant material invented in order to support a supposed space ship? There are plenty of areas in space with extreme temperatures, we need to be prepared. Will at some point be able to contain material ejected from the sun, and use it to generate more electricity here on Earth? I know it's a sci-fi thing at it's core, but there has to be some real science that can support the concept.

    Posted in: Computer Science and Technology
  • 0

    posted a message on Shock absorber?

    Do these things actually exist? Basically a thing that pushes back on another force in order to help cancel out the pressure pushing on it by applying an equal yet opposite force to it. Basically a device based upon Newton's third law of motion. If it does, what is the physical limit on the amount of force it can apply? Can it be increased? If it is in the vacuum of space, will it still work? What about handling a steady output so that the time between the output intervals approach zero, in order to achieve the impression of working constantly? In advanced calculus terms, when the derirative of the force approachs zero. Can it handle mimicking more complex forces like encountering a handful of bumps among the road, or the constant pull of a black hole? I have a lot of questions. Thanks for reading.

    Posted in: Computer Science and Technology
  • 0

    posted a message on I need some advice on academic stuff

    To start I am in a programming class with a handful of students in it. We use a website to post all of our homework and programming activities. One student in there is falling behind, and I've tried to tutor her. I don't know if she is actually learning the subject matter or not. About five days ago, we had an activity that involved concatenating rows and columns. I was one of the first few people to upload. It is a post-first to view everyone else's entry, so we can critique each other's work. My friend uploaded something and then said it was the wrong project. She then said she'd look at my code to get hers to work. However when she posted again, it looked nearly identical to my entry. I used some obscure stuff like Stringbuilder and an obscure block of code designed to fill my arrays with random ASCII characters starting with lowercase a; which I listed the webpage where I found information on those subject on my assignment. I think she cheated on this, and flat out copied mine. Do I tell the teacher, and if so what do I say? I have a huge problem speaking in public, so I don't know if I can actually manage to get my point across.

    Posted in: General Off Topic
  • 0

    posted a message on Game crashes on World entry

    I would provide a crash report, but I do not know where to find one. Previously I have used resource and behavior packs, if that affects anything.

    Posted in: MCWIN10: Discussion
  • 0

    posted a message on Technology idea

    My idea is something that is supposed to help blind people. Sunglasses that come with a set of earphones and an infrared scanner. These sunglasses use echolocation like bats do. They determine what's in front of a person and then relay that information through the earphones.

    Posted in: Computer Science and Technology
  • 0

    posted a message on Set optional dependency for mod

    How do I set a dependency to be optional so that why my players do not need to download it in order to use my mod? I`m using a jar file that contains a JSONArray object that makes localizing my mod easier. It calls the google translate API meant for plugins. The dependency functions only run if a boolean I manually set is true. Also I am curious if there is there a built-in function to tell if the Minecraft forge installation is running from an IDE.

    Posted in: Modification Development
  • 1

    posted a message on Need Java Programmer to help update mod

    For anyone that was remotely curious, this mod is DeathJusty`s crazy turtle mod. The new mod is a terminator mod.

    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on getArmorModel(EntityLivingBase entity, ItemStack stack, int armorSlot) moved?

    I have been looking at the change log for Minecraft Forge, and I`ve ran into something I don`t understand.





    LexManos: Move getArmorModel hook up two lines so that the attributes and animation information is set. Closes #1939


    What does this mean? How can this be overrided? Thanks for answering my questions.

    Posted in: Modification Development
  • 0

    posted a message on Need Java Programmer to help update mod

    Skype will not run for me. Sorry, but I can do a large amount of blocks/items quickly. I can even do plants.

    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on Custom crop drops
    I am having difficulties trying to figure out this task. I want to use the same class for multiple crops. I need to set the properties after both the seed and crop are instantiated, however every time I try my game crashes. It looks like the block crop has to be registered first.
    Crash report
    ---- Minecraft Crash Report ----
    // Would you like a cupcake? Time: 3/26/17 2:31 PM
    Description: Unexpected error java.lang.NullPointerException: Unexpected error
    at net.minecraft.item.ItemSeeds.getPlant(ItemSeeds.java:57)
    at net.minecraft.block.Block.canSustainPlant(Block.java:1993)
    at net.minecraft.item.ItemSeeds.onItemUse(ItemSeeds.java:36)
    at net.minecraft.item.ItemStack.onItemUse(ItemStack.java:149)
    at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:445)
    at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1569)
    at net.minecraft.client.Minecraft.runTick(Minecraft.java:2123)
    at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1080)
    at net.minecraft.client.Minecraft.run(Minecraft.java:380)
    at net.minecraft.client.main.Main.main(Main.java:116)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
    at GradleStart.main(GradleStart.java:26) A detailed walkthrough of the error, its code path and all known details is as follows:
    --------------------------------------------------------------------------------------- -- Head --
    Stacktrace:
    at net.minecraft.item.ItemSeeds.getPlant(ItemSeeds.java:57)
    at net.minecraft.block.Block.canSustainPlant(Block.java:1993)
    at net.minecraft.item.ItemSeeds.onItemUse(ItemSeeds.java:36)
    at net.minecraft.item.ItemStack.onItemUse(ItemStack.java:149)
    at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:445)
    at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1569) -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [EntityPlayerSP['Player470'/246, l='MpServer', x=48.63, y=70.00, z=-160.02]]
    Chunk stats: MultiplayerChunkCache: 420, 420
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: 52.00,64.00,-156.00 - World: (52,64,-156), Chunk: (at 4,4,4 in 3,-10; contains blocks 48,0,-160 to 63,255,-145), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Level time: 3772 game time, 3772 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Forced entities: 85 total; [EntitySkeleton['Skeleton'/131, l='MpServer', x=54.88, y=55.00, z=-240.56], EntityCreeper['Creeper'/133, l='MpServer', x=60.50, y=40.00, z=-230.50], EntitySheep['Sheep'/134, l='MpServer', x=59.75, y=69.00, z=-199.50], EntityBat['Bat'/135, l='MpServer', x=61.01, y=19.05, z=-171.43], EntityCreeper['Creeper'/136, l='MpServer', x=54.44, y=58.00, z=-167.63], EntitySheep['Sheep'/137, l='MpServer', x=60.44, y=67.00, z=-169.44], EntitySheep['Sheep'/138, l='MpServer', x=57.31, y=66.00, z=-149.56], EntityCreeper['Creeper'/139, l='MpServer', x=55.42, y=18.22, z=-96.73], EntitySkeleton['Skeleton'/140, l='MpServer', x=48.50, y=30.00, z=-95.50], EntitySkeleton['Skeleton'/141, l='MpServer', x=52.84, y=32.00, z=-90.53], EntitySheep['Sheep'/144, l='MpServer', x=70.81, y=63.00, z=-193.16], EntitySheep['Sheep'/145, l='MpServer', x=64.47, y=68.00, z=-196.59], EntitySquid['Squid'/146, l='MpServer', x=77.05, y=62.50, z=-178.43], EntitySquid['Squid'/147, l='MpServer', x=72.35, y=62.13, z=-181.80], EntitySquid['Squid'/148, l='MpServer', x=78.22, y=59.13, z=-169.41], EntitySquid['Squid'/149, l='MpServer', x=77.88, y=59.00, z=-172.89], EntitySquid['Squid'/150, l='MpServer', x=76.62, y=59.89, z=-170.76], EntitySquid['Squid'/151, l='MpServer', x=77.51, y=56.00, z=-156.63], EntityZombie['Zombie'/152, l='MpServer', x=72.28, y=13.00, z=-120.66], EntityCreeper['Creeper'/153, l='MpServer', x=72.47, y=28.00, z=-123.09], EntityZombie['Zombie'/154, l='MpServer', x=80.16, y=13.00, z=-88.77], EntityZombie['Zombie'/159, l='MpServer', x=95.31, y=23.00, z=-222.53], EntitySquid['Squid'/160, l='MpServer', x=79.32, y=60.94, z=-166.09], EntitySquid['Squid'/161, l='MpServer', x=81.17, y=62.31, z=-174.09], EntitySquid['Squid'/162, l='MpServer', x=83.56, y=62.44, z=-157.52], EntitySkeleton['Skeleton'/163, l='MpServer', x=84.28, y=10.03, z=-95.72], EntityBat['Bat'/164, l='MpServer', x=82.07, y=14.02, z=-92.05], EntityZombie['Zombie'/170, l='MpServer', x=102.53, y=22.00, z=-218.06], EntitySquid['Squid'/171, l='MpServer', x=112.03, y=62.53, z=-214.91], EntityZombie['Zombie'/172, l='MpServer', x=102.88, y=25.00, z=-101.63], EntityZombie['Zombie'/173, l='MpServer', x=107.50, y=18.00, z=-104.13], EntityBat['Bat'/174, l='MpServer', x=96.97, y=26.10, z=-100.63], EntitySheep['Sheep'/51, l='MpServer', x=-31.84, y=65.00, z=-231.59], EntityRabbit['Rabbit'/52, l='MpServer', x=-23.53, y=68.00, z=-221.13], EntityZombie['Zombie'/53, l='MpServer', x=-17.53, y=59.00, z=-178.91], EntitySkeleton['Skeleton'/54, l='MpServer', x=-16.69, y=57.00, z=-184.84], EntityZombie['Zombie'/183, l='MpServer', x=125.50, y=14.00, z=-171.72], EntityBat['Bat'/55, l='MpServer', x=-30.56, y=16.10, z=-165.25], EntityCreeper['Creeper'/184, l='MpServer', x=115.66, y=23.00, z=-112.50], EntityBat['Bat'/56, l='MpServer', x=-17.75, y=31.10, z=-144.25], EntityCreeper['Creeper'/185, l='MpServer', x=112.50, y=25.00, z=-109.50], EntitySkeleton['Skeleton'/57, l='MpServer', x=-20.53, y=26.00, z=-156.59], EntityZombie['Zombie'/186, l='MpServer', x=112.50, y=25.00, z=-110.50], EntityBat['Bat'/63, l='MpServer', x=-10.34, y=63.00, z=-222.83], EntityBat['Bat'/64, l='MpServer', x=-2.44, y=20.05, z=-180.46], EntityBat['Bat'/65, l='MpServer', x=-15.28, y=18.74, z=-179.80], EntitySpider['Spider'/66, l='MpServer', x=-11.75, y=57.00, z=-184.00], EntityZombie['Zombie'/67, l='MpServer', x=-13.50, y=57.00, z=-182.31], EntityZombie['Zombie'/68, l='MpServer', x=-12.72, y=20.00, z=-163.72], EntityZombie['Zombie'/69, l='MpServer', x=-11.38, y=17.00, z=-166.94], EntitySkeleton['Skeleton'/70, l='MpServer', x=-11.09, y=38.00, z=-162.56], EntityZombie['Zombie'/71, l='MpServer', x=-3.44, y=23.00, z=-87.00], EntityZombie['Zombie'/72, l='MpServer', x=-9.72, y=22.29, z=-87.31], EntityCreeper['Creeper'/73, l='MpServer', x=-4.69, y=23.00, z=-89.13], EntityZombie['Zombie'/80, l='MpServer', x=12.50, y=41.00, z=-233.00], EntityCreeper['Creeper'/81, l='MpServer', x=8.91, y=39.00, z=-234.50], EntityCreeper['Creeper'/82, l='MpServer', x=1.25, y=52.00, z=-222.72], EntitySkeleton['Skeleton'/83, l='MpServer', x=0.50, y=46.00, z=-169.50], EntityCreeper['Creeper'/90, l='MpServer', x=26.19, y=41.09, z=-228.79], EntityCreeper['Creeper'/91, l='MpServer', x=30.94, y=39.00, z=-220.47], EntityZombie['Zombie'/92, l='MpServer', x=28.53, y=56.00, z=-216.72], EntitySheep['Sheep'/93, l='MpServer', x=22.26, y=71.02, z=-224.43], EntitySheep['Sheep'/94, l='MpServer', x=29.44, y=68.00, z=-210.63], EntitySheep['Sheep'/95, l='MpServer', x=31.16, y=68.00, z=-213.19], EntityRabbit['Rabbit'/96, l='MpServer', x=30.06, y=68.00, z=-215.38], EntityCreeper['Creeper'/97, l='MpServer', x=29.56, y=18.00, z=-190.06], EntitySheep['Sheep'/108, l='MpServer', x=44.94, y=69.00, z=-240.91], EntityZombie['Zombie'/110, l='MpServer', x=32.22, y=44.00, z=-230.56], EntityZombie['Zombie'/111, l='MpServer', x=32.22, y=32.00, z=-220.28], EntitySheep['Sheep'/112, l='MpServer', x=32.78, y=68.00, z=-214.81], EntityRabbit['Rabbit'/113, l='MpServer', x=37.50, y=68.00, z=-213.50], EntityRabbit['Rabbit'/114, l='MpServer', x=36.56, y=68.00, z=-215.94], EntityZombie['Zombie'/115, l='MpServer', x=35.40, y=51.00, z=-204.06], EntityEnderman['Enderman'/116, l='MpServer', x=36.78, y=50.00, z=-201.31], EntitySheep['Sheep'/117, l='MpServer', x=40.44, y=66.00, z=-199.50], EntitySheep['Sheep'/118, l='MpServer', x=41.53, y=66.00, z=-199.50], EntitySheep['Sheep'/119, l='MpServer', x=40.50, y=65.00, z=-197.50], EntityCreeper['Creeper'/120, l='MpServer', x=34.50, y=43.00, z=-179.50], EntityCreeper['Creeper'/121, l='MpServer', x=40.50, y=42.00, z=-181.50], EntityItem['item.item.sulphur'/122, l='MpServer', x=47.13, y=18.00, z=-168.41], EntityPlayerSP['Player470'/246, l='MpServer', x=48.63, y=70.00, z=-160.02], EntityZombie['Zombie'/123, l='MpServer', x=37.34, y=21.00, z=-154.66], EntityBat['Bat'/124, l='MpServer', x=49.26, y=41.77, z=-152.59], EntitySkeleton['Skeleton'/125, l='MpServer', x=46.50, y=35.00, z=-120.50], EntityBat['Bat'/126, l='MpServer', x=39.08, y=28.54, z=-127.30]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
    Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:383)
    at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2645)
    at net.minecraft.client.Minecraft.run(Minecraft.java:409)
    at net.minecraft.client.main.Main.main(Main.java:116)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
    at GradleStart.main(GradleStart.java:26) -- System Details --
    Details:
    Minecraft Version: 1.8.9
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_121, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 944978152 bytes (901 MB) / 1606942720 bytes (1532 MB) up to 3814195200 bytes (3637 MB)
    JVM Flags: 0 total;
    IntCache: cache: 5, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.19 Powered by Forge 11.15.1.1902 4 mods loaded, 4 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8.9-11.15.1.1902-1.8.9.jar)
    UCHIJAAAA Forge{11.15.1.1902} [Minecraft Forge] (forgeSrc-1.8.9-11.15.1.1902-1.8.9.jar)
    UCHIJAAAA roleplaymod{1.0} [Roleplay Mod] (bin)
    Loaded coremods (and transformers):
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.14008 Compatibility Profile Context 21.19.137.514' Renderer: 'AMD Radeon (TM) R9 380 Series'
    Launched Version: 1.8.9
    LWJGL: 2.9.4
    OpenGL: AMD Radeon (TM) R9 380 Series GL version 4.5.14008 Compatibility Profile Context 21.19.137.514, ATI Technologies Inc.
    GL Caps: Using GL 1.3 multitexturing.
    Using GL 1.3 texture combiners.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Shaders are available because OpenGL 2.1 is supported.
    VBOs are available because OpenGL 1.5 is supported. Using VBOs: No
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs:
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz

    Is there a way around this?
    Posted in: Modification Development
  • 0

    posted a message on ~DecoCraft 2.4.1!!~ Decorations for Minecraft! Updated to 1.11.2 !!! ~DecoCraft 2.4.1!!~
    I have fixed it, and I just have to push it in the next update, I was waiting for translations, but I can probably push it tonight :)


    I can automatically translate everything for free. This is one of the things I have worked on while trying to think up of a new mod idea.


    https://github.com/Team-Blade/test/tree/master/src/main/java/com/example/examplemod/localization

    Posted in: Minecraft Mods
  • 0

    posted a message on [Tool] Tabula/Techne to obj model converter.

    My jar file isn`t running for some reason.

    Posted in: Minecraft Tools
  • 0

    posted a message on [Forge][1.6.4 - 1.8] Custom Inventories in Items and Players

    Minecraft version 1.8.9

    Posted in: Mapping and Modding Tutorials
  • To post a comment, please .