Skip to content

An open source recreation of Vanilla Tweaks for the Faithful x32 Texturepack by The Faithful Team.

License

Notifications You must be signed in to change notification settings

TheRandomGamrTRG/FaithfulTweaks

Repository files navigation

Faithful Tweaks Logo

Faithful Tweaks

Website Deploy Functions Deploy Images Deploy GitHub issues GitHub forks GitHub stars GitHub license

An open source recreation of Vanilla Tweaks for the Faithful x32 Texturepack by The Faithful Team.

Creating Modules

A guide on making modules is coming soon so stay tuned! For now check out the Better Bedrock commit or the Black Nether Bricks commit (there was an issue with Black Nether Bricks, the fix was made here).

These two commits cover updating README.md (this file), creating the module's javascript file, adding the module to /functions/modules.js, adding the module to the website, and adding the module to /images.

To create a module some github and javascript experience will be helpful but these files have been made so that they are fairly simple to understand.

Notice: Icon/HUD modules, options background modules, and menu panorama modules are not implemented in the traditional fashion.

Available Modules

Aesthetic

  • BlackNetherBricks
  • CherryPicking
  • SidewaysNuggets
  • SolidHoney
  • UnbundledHayBales

Terrain

  • BetterBedrock
  • PebblelessCoarseDirt

Utility

  • BetterObservers
  • ColoredBows
  • DirectionalHoppers
  • OreBorders
  • StickyPistonSides

Unobtrusive

  • AlternateEnchantGlint
  • ClearPumpkinBlur
  • InvisibleTotem
  • LowFire
  • LowShield
  • NoVignette
  • ReducedPumpkinBlur
  • SlicedSwords
  • UnobtrusiveRain
  • UnobtrusiveScaffolding
  • UnobtrusiveWater

Glass

  • BorderlessGlass
  • CleanBorderlessGlass
  • CleanGlass

HUD

  • BlueWitherHearts
  • ColoredPing
  • MelonHunger
  • RainbowXP

Options Background

  • AcaciaPlanksBG
  • AncientDebrisBG
  • AndesiteBG
  • BedrockBG
  • BetterBedrockBG
  • BirchPlanksBG
  • DarkOakPlanksBG
  • DioriteBG
  • EndStoneBG
  • GraniteBG
  • HoneycombBG
  • JunglePlanksBG
  • NetherrackBG
  • NetherrackBrightBG
  • OakPlanksBG
  • ObsidianBG
  • PebblelessDirtBG
  • SprucePlanksBG
  • StoneBG

Menu Panorama

  • BastionPano
  • ClassicPano
  • SeirinsPano

Coming Soon

  • 3DIronBars
  • 3DLadders
  • 3DLilyPads
  • 3DRails
  • 3DReeds
  • AlternateBlockDestruction
  • BrighterNether
  • DarkUI
  • FullyAgedCropMarker
  • MineProgressBar
  • PebblelessDirt

Making requests to the Cloud Function

Example body of POST request:

{
    "format":  5,
    "modules":  ["SlicedSwords", "ReducedPumpkinBlur", "ColoredBows", "OreBorders", "StickyPistonSides"],
    "iconModules": ["MelonHunger", "ColoredPing", "BlueWitherHearts", "RainbowXP"],
    "optionsBackground": "AcaciaPlanksBG",
    "panoOption": "ClassicPano"
}

Example response from POST request:

{
    "url": "https://firebasestorage.googleapis.com/v0/b/faithfultweaks.appspot.com/o/FaithfulTweaks%2F900000000-0000-0000-0000-000000000000.zip?alt=media&token=00000000-0000-0000-0000-000000000000"
}

Credits

  • Banakin: Making the website and various tweaks
  • Doge: FullyAgedCropMarker and AlternateBlockDestruction
  • The Faithful Team: Making the Faithful Texture Pack
  • Nekzuris: ColoredPing
  • Pomik108: RainbowXPBar
  • Redcoke26: MelonHunger
  • Seirin-Blu: Unobtrusive Rain, Unobtrusive Water
  • TheRandomGamerTRG: Making the information site and various tweaks
  • Stridey: LowShield
  • Vanilla Tweaks: Inspiration
  • Ozzymand: Dark UI textures

Tech Used

About

An open source recreation of Vanilla Tweaks for the Faithful x32 Texturepack by The Faithful Team.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages