Giter VIP home page Giter VIP logo

band_of_gigantism's Introduction

funny

band_of_gigantism's People

Contributors

nyanmc avatar textstack avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

agyadri

band_of_gigantism's Issues

Add sounds and particles to false hand death save

Currently, the death save for the False Hand is fairly lack-luster, and it can be difficult to tell if it even occurred if the user wasn't paying attention. The death save needs some clear and obvious effects a la the Totem of Undying so that it's better communicated that the death save has taken place.

Ancient Globetrotter config does not apply the "band_globetrotters_limit" value

Describe the bug
"band_globetrotters_limit" in the config does not change the maximum value in game, since it is hardcoded.

To Reproduce
[1] Change "band_globetrotters_limit" value to any other value
[2] Note how the band does not increment beyond the hardcoded value of 72000 (/data get @p SelectedItem)

Expected behavior
Globetrotter should increment until the specified "band_globetrotters_limit" value, not harcoded 72000

Versions (Important! Please do this):

  • Minecraft version: 1.19.2
  • Forge version: 43.3.8
  • Mod version: 1.2.0

Marks are tiny when placed in item frames

The marks' models are scaled to have the same item resolution as everything else, despite having 32x32 textures. This hasn't been done properly for the model shown in item frames.

Possible calculation errors when healing/regen/resistance configs are inverted

If multiple curios that affect healing and/or resistance are equipped, it's intended to add to these values before removing from them, with regeneration values specifically being applied before general healing values. Currently, this order of operations is achieved by hard-coding certain curios to apply their effects before others. Therefore, if a player decides to make a curio's stat inverse from what it is by default, there's a chance that the stat will be modified out of order.

Small races from mods like Origin's not resizing

Describe the bug
Currently with this mod, if used with Origins, smaller races are unable to equip any gigantism ring, whereas any normal sized or bigger race are able to equip and utilize the rings

To Reproduce
Steps to reproduce the behavior:
Pick a small Race

Expected behavior
Make smaller race bigger or smaller
Equip ring / mask

Versions (Important! Please do this):

  • Minecraft version: 1.18.2
  • Forge version: 40.1.20
  • Mod version: 1.10

Additional context
Add any other context about the problem here.

Unable to equip marks on a multiplayer server

Describe the bug
A clear and concise description of what the bug is.
When testing the mod in a singleplayer game and LAN through essential, players are able to equip marks and it tells them what curio slot it goes into. On setting up a multiplayer instance, players are unable to equip marks and the text that once told them where they could equip marks is now gone.

To Reproduce
Steps to reproduce the behavior:

  1. Get on a server
  2. try to equip a mark
  3. unable to equip and curios text is gone.

Expected behavior
A clear and concise description of what you expected to happen.
I expected players to be able to equip marks considering I didn't see anything in the serverconfig in the mod that would not allow players both opped and not opped to be unable to equip marks

Screenshots
If applicable, add screenshots to help explain your problem.
image

Versions (Important! Please do this):

  • Minecraft version: 1.18.2
  • Forge version: 40.2.9
  • Mod version: 1.1.3

Additional context
Add any other context about the problem here.
I could just be very dumb and there's a simple explanation, but I could not find any reason wherever I looked.

True Mark replaces itself several times

The True Mark is intended to immediately replace itself with one of the 7 marks when picked up. To do this, the code to replace the mark is placed in an event that executes every tick while the item is in the inventory. However, this event seems to be able to execute a few ticks after the True Mark is replaced.

Mod occasionally crashes on startup

Currently I have little information on why this occurs, but Enigmatic Legacy seems to share this issue.
When this crash happens, Forge returns that the mod has failed the sided-setup phase.

Mark of the Descended crashes above y=64

Describe the bug
a crash randomly occured

To Reproduce
Steps to reproduce the behavior:
i don't have a clue, i was just looking around a village with the blue mark and it happened.

Expected behavior
the game wasn't supposed to crash i think

Screenshots
If applicable, add screenshots to help explain your problem.

Versions (Important! Please do this):

  • Minecraft version: 1.18.2
  • Forge version: 40.1.20
  • Mod version: band_of_gigantism-1.18.2-1.1.1

Additional context
the crash:
crash-2022-05-19_15.22.32-client.txt

Custom Attributes for Scaling and Special Stats

Replace the current systems for scaling and special stats with custom attributes using Minecraft's default attribute system.
This would both fix #4 and allow for multiple items to affect the player's scale.
I am still unsure whether this is possible.

All scale-changing curios become permanent and stack on themselves when leaving The End

Describe the bug
This one's a nasty one. Basically, leaving The End triggers a form of respawn that is similar, but different, from dying. This causes any Band of Gigantism scaling effects which were active upon leaving The End to become permanent, and on respawn they will be applied again. Running /scale reset and dying are the only two methods of fixing this.

To Reproduce
Steps to reproduce the behavior:

  1. Equip any scale-changing item. Personally, I used the Improved Band of Dwarfism for this.
  2. Enter the portal which takes you from The End to The Overworld.
  3. Check your scale. It will be twice as small or large as it should be, and taking off the band will reveal that the effects of the original band have become permanent.

Expected behavior
No issues relating to scaling becoming erratic after leaving The End.

Screenshots
I recorded a brief video to explain this issue:

2024-04-22.21-31-53.mp4

Versions (Important! Please do this):

  • Minecraft version: 1.19.2
  • Forge version: 43.3.13
  • Mod version: 1.2.0

Mark of the Descended gives the player Strains of Ascent on first wear

The item tracks the player's y-level with nbt data, but problematically the item first treats this value as 0. Because of this, the code executes as if the player raised up by how many or so blocks up they were when equipping, usually resulting in the player dying when they first wear the mark.

Config option to prevent the size of held items from scaling inversely to player size

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

When at a size of 0.5 or less, it becomes basically impossible to hold items such as shields as they obstruct huge amounts of the screen and effectively make themselves impossible to use. This is especially notable when using the Mask of Diminishment or Band of Apathy, where items such as shields literally take up your entire screen.

Describe the solution you'd like
A clear and concise description of what you want to happen.
This could easily be solved by having a config option which makes it so that the player's held items do not scale inversely of their size. This would make the size of the held items in the first-person view equivalent to how they would look like at normal size, at the cost of some immersion breaking.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
One thing that I could do is use a resource pack to turn items such as shields invisible when held. This could work, however there are a lot of items that I would need to change and it would be a lot more time consuming to do that.

Additional context
Add any other context or screenshots about the feature request here.
image
How a shield looks in the first person view with a band of apathy equipped. You can't tell me this isn't ridiculous.

Totem of Undying does not allow equipping Mark of the Obliterated

Describe the bug
Totem of Undying does not protect against damage that bypasses invulnerability, unlike what the Github wiki seems to suggest. This is built into vanilla because the totem does not and should not break from falling into the void. I think false hand is the only way to negate the damage.

To Reproduce
Steps to reproduce the behavior:

  1. Hold totem of undying
  2. Equip Mark of the Obliterated

Expected behavior
Either the totem should work, or the wiki should be updated to note that it doesn't.

Screenshots
If applicable, add screenshots to help explain your problem.

Versions (Important! Please do this):

  • Minecraft version: 1.19.2
  • Forge version: 43.2.8
  • Mod version: 1.1.3

mira poppy's event crashes the player when they get killed without a source

Describe the bug
game crashes when i equip the mark of the obliterated

To Reproduce
Steps to reproduce the behavior:
step one- equip the mark
step two- die
step three- cover yourself in oil
step four- crash

Expected behavior
i have no clue man, i just got this mod to work, give me a break

Screenshots
If applicable, add screenshots to help explain your problem.

Versions (Important! Please do this):

  • Minecraft version: 1.18.2
  • Forge version: 40.0.20
  • Mod version: band_of_gigantism-1.18.2-1.1.0

Additional context
the crash:

crash-2022-05-18_18.13.25-server.txt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.