Jump to content

ClaraArmada

Members
  • Posts

    19
  • Joined

  • Last visited

Converted

  • Gender
    Female

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ClaraArmada's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. the issue has been fixed, no need to reply
  2. I'm having an issue even after adding biome modifier, I may be stupid, but why does my rock feature not generate? serilis/forge/biome_modifier/add_rock.json: https://pastebin.com/Mi4aDckF serilis/worldgen/configured_feature/rock_placed.json: https://pastebin.com/16g7izqK serilis/worldgen/placed_feature/rock_placed.json: https://pastebin.com/00rQeAg6
  3. I'm not sure if you're talking about "YetAnotherConfigLib", If you are, I don't have that, nor do have any files/mods called yacl
  4. https://pastebin.com/AKsiBURv
  5. here's the log on paste bin, my game crashes while launching, works fine without the modpack, tried deciphering the crash log but I failed to do so https://pastebin.com/Xphpe7Km
  6. ok, it's fixed! thank you very much!!
  7. ah no I didn't, I never even heard of RenderType, I'll try to look up what that is, thank you for your assistance.
  8. I know this is sort of in between modding and resource packs, but this is for a mod and it possibly has to do with the class so I'll attempt to ask here: the issue is my block, when placed, shows the transparent pixels as white, while in the inventory it doesn't, the alpha channel seems correct, and I tried debugging the model file and it still doesn't work, so here are the files bellow, maybe someone more experienced can find the issue https://github.com/ClaraArmada/Serilis/blob/mc1.20.x/src/main/resources/assets/serilis/textures/block/gifts/red_gift.png - png texture file https://github.com/ClaraArmada/Serilis/blob/mc1.20.x/src/main/resources/assets/serilis/models/block/loot_gift.json - block model https://github.com/ClaraArmada/Serilis/blob/mc1.20.x/src/main/java/com/github/ClaraArmada/serilis/world/blocks/SmallBox.java - the class for the block thank you for reading and helping!
  9. thank you very much!
  10. I would like to know how to add tooltips to vanilla items, I do know how to add them to modded items, that's for sure, and i know that mixins should always be the last option. examples of items include: diamond, raw copper, clay, etc... Thank you for reading and trying to help!
  11. alright i fixed the error, i'll leave the cause here in case people need it: it was electrodynamics, with its submods (nuclear energy, ballistic, and assembly lines), may have been a compatibility error I think
  12. my game crashed while loading world, it was loading at 0%, tried finding the mod that caused it, removed immersive portals, updated forge to latest version, and found and removed cloth API, but the error persists, here is the latest crash log: https://pastebin.com/H0DYwUae crash message: The game crashed whilst exception in server tick loop Error: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered Exit Code: -1
  13. hello, I'd like some help and guidance on this, I've been trying to make my spear item function like the trident, and then it crashed, I thought "oh it's probably because of the model?" so I tried making a model, then got kinda lost, so I then removed the model files, now I need help since I can't really find the problem: here is crash log: https://pastebin.com/KXA3uU9X and here is the GitHub repository: https://github.com/ClaraArmada/Serilis link to some of the specific files: https://github.com/ClaraArmada/Serilis/blob/bceffe46abca9daf7e1a4eae6ddb08f78300e65a/src/main/java/com/github/ClaraArmada/serilis/world/item/SpearItem.java https://github.com/ClaraArmada/Serilis/blob/bceffe46abca9daf7e1a4eae6ddb08f78300e65a/src/main/java/com/github/ClaraArmada/serilis/world/entity/projectile/ThrownSpear.java https://github.com/ClaraArmada/Serilis/blob/bceffe46abca9daf7e1a4eae6ddb08f78300e65a/src/main/java/com/github/ClaraArmada/serilis/init/EntityInit.java thank you for your help!
×
×
  • Create New...

Important Information

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