Jump to content

Recommended Posts

Posted

I have no idea if this is a correct place to ask, but my question in #tech-support on Forge discord was unfortunately ignored, so I must assume forum is the place.

So, basically, this have happended:
unknown.png?width=1031&height=635
Just yesterday I out the blue discovered that I cannot comment on any repositories owned by MinecraftForge, nor can I react, star, fork and do similar actions. I initially assumed it might be a temporary bug of some kind, but turns out other users didn't experience any issues like this, and it persited until today, so that's unlikely.

My username on GitHub is identical to that on this forum, if it matters.

Posted

In poking around my guess is that you were added as a blocked user.

 

Why? Don't know.

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.

Posted (edited)

Well, then I have no idea either. I didn't even do much with Forge repos recently, my last comment was on ForgeGradle a couple months ago, and there wasn't anything offensive there or something.

Are there someone specific I could contact on this case? 

Edited by Extegral
Posted
  On 1/18/2021 at 11:29 PM, Extegral said:

Well, then I have no idea either. I didn't even do much with Forge repos recently, my last comment was on ForgeGradle a couple months ago, and there wasn't anything offensive there or something.

Expand  

Yeah I looked at your comments (there were all of about five). Nothing stood out.

Start with the mods here, I guess.

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.

Posted

From what I can tell it's because of the issue in which you seemed to take the stance of legitimizing runtime-generation of loot tables via event rather than datapacks and thus blame Forge for not enabling such practices to coexist.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted (edited)
  On 1/19/2021 at 12:43 AM, DaemonUmbra said:

From what I can tell it's because of the issue in which you seemed to take the stance of legitimizing runtime-generation of loot tables via event rather than datapacks and thus blame Forge for not enabling such practices to coexist.

Expand  

Do you mean this issue?: https://github.com/MinecraftForge/MinecraftForge/issues/7366

Well, it's not impossible, but should it would be extremely amusing to discover it really is the true cause. I didn't have to take any stance there. the thing is that LootTableLoadEvent in question existed in Forge for the long time already, and many mods did and still do rely on it for adding custom loot, so at the time diesieben07's claim that it's basically deprecated was a little disappointing. Even more so that implementation of this event suffered a critical issue all along, with there being no distinguishing between vanilla-overriding datapacks embedded in mods and standalone datapacks doing the same, since event was not fired in both cases. I hope I don't have to explain why the case where mod directly overrides vanilla datapack within it's own one is incorrect implementation on the side of whoever makes that mod, and why it can cause a crap ton of issues to other mods, while also being quite a frustrating thing to debug in large modpacks, as much as it was a frustrating thing to deal with countless bug reports on problems that your mod is not responsible for.

In my last comment on that issue left later on I said something like "Does this piece of code count as an insult? I hope it counts as an insult." and linked this piece of code over there: [link removed - diesieben07]
...which was a way I resorted to in order to deal with that issue once and for all in my mod. The reason I did this was partly to express my disagreement, and mostly to leave it as a clue for someone who may stumble upon this issue eons later, should they find themselves facing the exact same problem. Later in November I discovered that this comment of mine was deleted and conversation was locked.

I mean, perhaps it wasn't the admiration that I showed off, but dare you tell me I was outright offensive. My comment was not directed towards someone in particular, and all it did was expressing a bit of criticizm towards this one implementation of one feature in all of the Forge. Having witnessed the deletion of my comment, I shrugged and just moved on with my life, as everyone else did, and ever since November there wasn't anything else that this case would bring up, It's only a couple days ago that I discovered being blocked from MinecraftForge repos, so I didn't even guess initially that those two events could be linked.

Edited by diesieben07
  • Guest locked this topic
Posted

Specifically the "fuck you everyone should fuck you to by copy pasting my coremod" showed you have no respect for this community. And as such we are not going to give you a platform to continue to do exactly the opposite of what you are told you should  do.

 

Disrespectful, anti-opensource, anti-community mindsets are not welcome here.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here  
    • I removed yetanotherchance booster and now it says Invalid player identity
    • Cracked Launchers are not supported
    • After some time minecraft crashes with an error. Here is the log https://drive.google.com/file/d/1o-2R6KZaC8sxjtLaw5qj0A-GkG_SuoB5/view?usp=sharing
    • The specific issue is that items in my inventory wont stack properly. For instance, if I punch a tree down to collect wood, the first block I collected goes to my hand. So when I punch the second block of wood to collect it, it drops, but instead of stacking with the piece of wood already in my hand, it goes to the second slot in my hotbar instead. Another example is that I'll get some dirt, and then when I'm placing it down later I'll accidentally place a block where I don't want it. When I harvest it again, it doesn't go back to the stack that it came from on my hotbar, where it should have gone, but rather into my inventory. That means that if my inventory is full, then the dirt wont be picked up even though there should be space available in the stack I'm holding. The forge version I'm using is 40.3.0, for java 1.18.2. I'll leave the mods I'm using here, and I'd appreciate it if anybody can point me in the right direction in regards to figuring out how to fix this. I forgot to mention that I think it only happens on my server but I'm not entirely sure. PLEASE HELP ME! LIST OF THE MODS. aaa_particles Adorn AdvancementPlaques AI-Improvements AkashicTome alexsdelight alexsmobs AmbientSounds amwplushies Animalistic another_furniture AppleSkin Aquaculture aquamirae architectury artifacts Atlas-Lib AutoLeveling AutoRegLib auudio balm betterfpsdist biggerstacks biomancy BiomesOPlenty blockui blueprint Bookshelf born_in_chaos Botania braincell BrassAmberBattleTowers brutalbosses camera CasinoCraft cfm (MrCrayfish’s Furniture Mod) chat_heads citadel cloth-config Clumps CMDCam CNB cobweb collective comforts convenientcurioscontainer cookingforblockheads coroutil CosmeticArmorReworked CozyHome CrabbersDelight crashexploitfixer crashutilities Create CreativeCore creeperoverhaul cristellib crittersandcompanions Croptopia CroptopiaAdditions CullLessLeaves curios curiouslanterns curiouslights Curses' Naturals CustomNPCs CyclopsCore dannys_expansion decocraft Decoration Mod DecorationDelightRefurbished Decorative Blocks Disenchanting DistantHorizons doubledoors DramaticDoors drippyloadingscreen durabilitytooltip dynamic-fps dynamiclights DynamicTrees DynamicTreesBOP DynamicTreesPlus Easy Dungeons EasyAnvils EasyMagic easy_npc eatinganimation ecologics effective_fg elevatorid embeddium emotecraft enchantlimiter EnchantmentDescriptions EnderMail engineersdecor entityculling entity_model_features entity_texture_features epicfight EvilCraft exlinefurniture expandability explosiveenhancement factory-blocks fairylights fancymenu FancyVideo FarmersDelight fast-ip-ping FastSuite ferritecore finsandtails FixMySpawnR Forge Middle Ages fossil FpsReducer2 furnish GamingDeco geckolib goblintraders goldenfood goodall H.e.b habitat harvest-with-ease hexerei hole_filler huge-structure-blocks HunterIllager iammusicplayer Iceberg illuminations immersive_paintings incubation infinitybuttons inventoryhud InventoryProfilesNext invocore ItemBorders itemzoom Jade jei (Just Enough Items) JetAndEliasArmors journeymap JRFTL justzoom kiwiboi Kobolds konkrete kotlinforforge lazydfu LegendaryTooltips libIPN lightspeed lmft lodestone LongNbtKiller LuckPerms Lucky77 MagmaMonsters malum ManyIdeasCore ManyIdeasDoors marbledsarsenal marg mcw-furniture mcw-lights mcw-paths mcw-stairs mcw-trapdoors mcw-windows meetyourfight melody memoryleakfix Mimic minecraft-comes-alive MineTraps minibosses MmmMmmMmmMmm MOAdecor (ART, BATH, COOKERY, GARDEN, HOLIDAYS, LIGHTS, SCIENCE) MobCatcher modonomicon mods_optimizer morehitboxes mowziesmobs MutantMonsters mysticalworld naturalist NaturesAura neapolitan NekosEnchantedBooks neoncraft2 nerb nifty NightConfigFixes nightlights nocube's_villagers_sell_animals NoSeeNoTick notenoughanimations obscure_api oculus oresabovediamonds otyacraftengine Paraglider Patchouli physics-mod Pillagers Gun PizzaCraft placeableitems Placebo player-animation-lib pneumaticcraft-repressurized polymorph PrettyPipes Prism projectbrazier Psychadelic-Chemistry PuzzlesLib realmrpg_imps_and_demons RecipesLibrary reeves-furniture RegionsUnexplored restrictedportals revive-me Scary_Mobs_And_Bosses selene shetiphiancore ShoulderSurfing smoothboot
  • Topics

×
×
  • Create New...

Important Information

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