Jump to content

Lotte

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Lotte

  1. Hi! I'm Lotte, and I'm French so my English isn't the best. I've been modding a little, and I really wish to make a machinery/tech one. Tho, well, I have no clue how to figure out to implements cables/wires. I've been asking few people for help, but they couldn't help or simply said it was too hard. I've been following Harry Talks's tutorials about energy, but he said doing a cables tutorial was out of his reach. Basically, I'm looking to make three different types of blocks for now: > Producers who can generate and store a slightly bit of energy v > Storages who stores tons of energy v > Machines who uses energy So I would need cables to link them together, I've been thinking to give a look at the code of hoppers, but ehhh... If it could work as Industrial Craft 2, that would be perfect!
  2. Thanks for your help! I threw Intellij IDEA away for Eclipse, and it worked without any problem with the files I used... so no idea, but thanks anyway! ?
  3. I guess that should be clear, but I'm getting fastly confused with all my different files and such since I'm all new... Can you please explain what I have done wrong and if possible what I need to do? ;~; EDIT: I just learned how to use the different settings for blocks such as setHardness and all, and my block words fine. Only the textures is going wrong. ;c
  4. I also just tried to add a new block, which worked perfectly fine, with the material and creative tab I wanted and such! Besides the texture, which is still that old purple-black checkerboard one...
  5. Sigh... been trying to run my files with eclipse, but I always ended up having error messages. I'm really sorry, I tried... At least, I wish that can help?
  6. Yes it is! If you need any screen or anything, please ask away! And I'm using Intellij IDEA, and my "ressources" folder is a "Sources Root". (Again, sooorry for the delay... I was sleeping. >.<)
  7. Sorry for the delay, everything's new for me, so GitHub is... There you go, I hope I did things right: https://github.com/LotteWiltshy/lottycraft-mod
  8. Heyyy! I'm Lotte, I'm French so my English won't be perfect. I've always wanted to make a mod, and I'm a huuuge newbie with Java and anything about programming since I pretty much just got throw into it... ;~; So I followed few tutorials on YouTube and got it all right! My mod appeared and everything, I've tried to add two items and they both appears as well. Tho, little problem... they both doesn't have any texture, instead of that, they got replaced by that old glitchy purple-black squares with modid:itemname#inventory ("lottycraft:copper_ingot#inventory" in my case) written on it in cyan. So I checked my JSON files few times and... I don't see any problem so far from what I've seen on Google. :c The names matches with the 16x16 PNG files, same goes with the modid and everything. Here is my References Class from com.lotty.lottycraft.utils: { public static final String MOD_ID = "lottycraft"; public static final String NAME = "LottyCraft"; public static final String VERSION = "1.0"; public static final String ACCEPTED_VERSION = "[1.12.2]"; public static final String CLIENT_PROXY_CLASS = "com.lotty.lottycraft.proxy.ClientProxy"; public static final String COMMON_PROXY_CLASS = "com.lotty.lottycraft.proxy.CommonProxy"; } And here is one of my JSON file from ressources.assets.lottycraft.models.item: { "parent": "item/generated", "textures": { "layer0": "lottycraft:items/copper_ingot" } } About my PNG files, I've placed them into ressources.assets.lottycraft.textures.items, and of course, I named one of them "copper_ingot". I also made the ressources.assets.lottycraft.lang files, but I guess it doesn't have anything to deal with those. If anyone could help me, it would be very very sweet of you! Just keep in mind I baaarely understands how things works in that world yet, so don't use too difficult stuff please... ^~^ An early thanks! And in any case, here's my Discord: LewdyLoli#5257 (...don't worry about the name.)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.