Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Not On Windows Computer/Laptop... ??
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 1
Sn0w

Not On Windows Computer/Laptop... ??

By Sn0w, January 15, 2018 in Modder Support

  • Reply to this topic
  • Start new topic

Recommended Posts

Sn0w    0

Sn0w

Sn0w    0

  • Tree Puncher
  • Sn0w
  • Members
  • 0
  • 1 post
Posted January 15, 2018 (edited)

              Okay, so I am not on any Windows device, and on the files page it only shows me a download for Windows edition. Is there download versions for other devices? For example, I am on a Chromebook and it likes to limit me on what I can open and download. I have had problems with it in the past, so I can expect that it will happen if I try to download the files. If there isn't any other versions, then I would like to suggest making those versions so anyone signed up on any device can use it. Thank you for your time. :)

                                                                                                                                                                                                                                   ~Sn0w❄️

 

 

Spoiler

Note; I did try downloading it after posting, and it did not let me open it.>:(

Edited January 15, 2018 by Sn0w
Needed to add spoiler.
  • Quote

Share this post


Link to post
Share on other sites

Draco18s    2417

Draco18s

Draco18s    2417

  • Reality Controller
  • Draco18s
  • Members
  • 2417
  • 16015 posts
Posted January 15, 2018

Have you tried...

 

installer.png

  • Quote

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Share this post


Link to post
Share on other sites

KittenKoder    6

KittenKoder

KittenKoder    6

  • Stone Miner
  • KittenKoder
  • Members
  • 6
  • 77 posts
Posted January 16, 2018 (edited)
13 hours ago, Sn0w said:

              Okay, so I am not on any Windows device, and on the files page it only shows me a download for Windows edition. Is there download versions for other devices? For example, I am on a Chromebook and it likes to limit me on what I can open and download. I have had problems with it in the past, so I can expect that it will happen if I try to download the files. If there isn't any other versions, then I would like to suggest making those versions so anyone signed up on any device can use it. Thank you for your time. :)

                                                                                                                                                                                                                                   ~Sn0w❄️

 

 

  Hide contents

Note; I did try downloading it after posting, and it did not let me open it.>:(

Chromebook is not my preferred flavor of Linux, but it is Linux. ;) Use the Linux steps to get it working.

Edited January 16, 2018 by KittenKoder
  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7711

diesieben07

diesieben07    7711

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7711
  • 56562 posts
Posted January 17, 2018

A Chromebook is not a device you want to be playing Minecraft on. It's not easy to even get Java working.

  • Quote

Share this post


Link to post
Share on other sites

Blockmaster2008    0

Blockmaster2008

Blockmaster2008    0

  • Tree Puncher
  • Blockmaster2008
  • Members
  • 0
  • 1 post
Posted October 27, 2020

hey uhh, anyone else on chromebook know how to install mods? I got forge and optifine installed but that was with the help of a youtube vid and I can't find any videos for other mods.

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7711

diesieben07

diesieben07    7711

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7711
  • 56562 posts
Posted October 27, 2020

You install mods by putting them in the mods folder.

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • diesieben07
      Question about itemstack capabilities of crafting results

      By diesieben07 · Posted just now

      Yeah, it would be better to just lazily initialize the values in the capability. However AttachCapabilitiesEvent is triggered directly from the ItemStack constructor. So it is impossible to have an ItemStack object and not have AttackCapabilitiesEvent fire for it.
    • Beethoven92
      [1.16] InputEvent.KeyInputEvent never fired

      By Beethoven92 · Posted 5 minutes ago

      They are basically the same. With the annotation method you can also specify the Dist where this event handler will be loaded on. What is wrong with your code is that your method is not declared as static. Take a look here for more info on events: https://mcforge.readthedocs.io/en/latest/events/intro/
    • DARKHAWX
      [1.16] InputEvent.KeyInputEvent never fired

      By DARKHAWX · Posted 18 minutes ago

      Hey there,   I'm trying to setup a basic keybinding, but I can't seem to get the event to fire. Here's my code for subscribing to the event:   @Mod.EventBusSubscriber public class ModKeyInputs { @SubscribeEvent public void onKeyInput(InputEvent.KeyInputEvent event) { if (ModKeyBindings.OPEN_DIVINE_FAVOUR_RELATIONSHIP.isPressed()) { Minecraft.getInstance().displayGuiScreen(new DivineFavourRelationshipsScreen(Minecraft.getInstance().player)); } } }   Now I've put a breakpoint in the method there at the start, and I can never get it to fire. Am I subscribing to this event incorrectly?   As a side note, is there much difference between using @Mod.EventBusSubscriber on a class versus MOD_EVENT_BUS.register(ModKeyInputs.class); in the constructor of the main mod class?
    • Tavi007
      Question about itemstack capabilities of crafting results

      By Tavi007 · Posted 19 minutes ago

      just two maps and two strings. I use json files, so anyone can override them with datapacks. Basically each item, that should have default values, also has a corresponding json file. (if an item does not have a corresponding json file, then it will get default default values.)   The information in the files are loaded into a Map<ResourceLocation, DataFromJson> once when the server starts, so i can get them whenever i need them. When the attach event (or the item craft event) trigger i resolve the resourceLocation, get the DataFromJson and then set the itemstack capability. As long as the Map doesn't get humongous, this method shouldn't be a performance issure.
    • StormyRiley1
      When I generate a world it stays at 100%

      By StormyRiley1 · Posted 23 minutes ago

      https://drive.google.com/file/d/1uhUglwuMq_nroPQpDWXsBxggv9MwzXyS/view?usp=sharing there you go
  • Topics

    • DARKHAWX
      2
      [1.16] InputEvent.KeyInputEvent never fired

      By DARKHAWX
      Started 18 minutes ago

    • Tavi007
      3
      Question about itemstack capabilities of crafting results

      By Tavi007
      Started 53 minutes ago

    • StormyRiley1
      4
      When I generate a world it stays at 100%

      By StormyRiley1
      Started 12 hours ago

    • Fizedi
      0
      Loot table change for chest in plains house

      By Fizedi
      Started 50 minutes ago

    • diseasedworm
      1
      A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException

      By diseasedworm
      Started 5 hours ago

  • Who's Online (See full list)

    • Tavi007
    • StormyRiley1
    • diesieben07
    • troublemaker_47
    • samjviana
    • Beethoven92
    • randomdude12300
    • red-pxl
    • DARKHAWX
    • Fizedi
    • Choonster
    • CookieLukas
    • forgnog
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Not On Windows Computer/Laptop... ??
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community