Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.17.1] Update Testing Checklist #14

Open
Choonster opened this issue Aug 1, 2021 · 0 comments
Open

[1.17.1] Update Testing Checklist #14

Choonster opened this issue Aug 1, 2021 · 0 comments

Comments

@Choonster
Copy link
Collaborator

Choonster commented Aug 1, 2021

Every class/feature of the mod should be tested in 1.17.1 to ensure that it's working. This may be done over a very long period of time.

  • Advancement

    • FluidContainerItemPredicate
    • ModCriterion
  • Biome

    • Data Gen
      • TestMod3BiomeReport
    • ModBiomes
  • Block

    • Client
      • ClientOnlyBlockMethods
    • Coloured Rotatable
      • ColoredMultiRotatableBlock
      • ColoredRotatableBlock
    • Dispense Behaviour
      • ModDispenseBehaviors
    • Data Gen
      • TestMod3BlockStateProvider
      • TestMod3BlockTagsProvider
    • Material
      • ModMaterials
    • Fluid Tank
      • FluidTankContentsMessage
    • Survival Command Block
      • SurvivalCommandBlockEditScreen
      • SaveSurvivalCommandBlockMessage
      • SurvivalCommandBlock (logic)
      • SurvivalCommandBlockEntity
      • SurvivalCommandBlock (block)
    • Item Handler
      • ItemHandlerBlockEntity
      • LockableItemHandlerBlockEntity
      • LootItemHandlerBlockEntity
      • ModChestBlockEntity
      • ModChestBlock
    • Pipe
      • BasePipeBlock
      • BasicPipeBlock
      • FluidPipeBlock
    • Potion Effect
      • PotionEffectBlockEntity
    • Slab
      • ColouredSlabBlock
      • TestMod3SlabBlock
    • Variant Group
      • BlockVariantGroup
      • IBlockVariantGroup
    • BaseEntityBlock
    • ClientPlayerRightClickBlock
    • ClientPlayerRotationBlock
    • InvisibleBlock
    • ItemCollisionTestBlock
    • ItemDebuggerBlock
    • LargeCollisionTestBlock
    • PlaneBlock
    • PotionEffectBlock
    • RightClickTestBlock
    • RotatableLampBlock
    • SmallCollisionTestBlock
    • StaticPressurePlateBlock
    • TestMod3SaplingBlock
    • VariantsBlock
    • WaterGrassBlock
    • ModBlockEntities
    • ModBlocks
  • Capability

    • Chunk Energy
      • IChunkEnergy
      • ChunkEnergy
      • ChunkEnergyCapability
      • GuiChunkEnergyHUD
      • UpdateChunkEnergyValueMessage
      • ChunkEnergyGetterItem
      • ChunkEnergySetterItem
    • Hidden Block
      • IHiddenBlockRevealer
      • HiddenBlockRevealer
      • HiddenBlockRevealerCapability
      • HiddenBlockRevealerContainerListener
      • HiddenBlockManager
      • RevealHiddenBlocksItemPropertyFunction
      • HiddenBlockRevealerFunctions
      • UpdateMenuHiddenBlockRevealerMessage
      • HiddenBlockRevealerItem
      • HiddenBlockEntity
      • HiddenBlock
    • Fluid Handler
      • FluidHandlerCapability
      • FluidTankContainerListener
      • FluidHandlerFunctions
      • UpdateMenuFluidTankMessage
      • ModBucketItem
      • BaseFluidTankBlockEntity
      • FluidTankBlockEntity
      • RestrictedFluidTankBlockEntity
      • FluidTankSnapshot
      • UniversalBucketFluidHandler
      • ItemFluidTank
      • FluidTankBlock
      • FluidTankItem
      • RestrictedFluidTankBlock
    • Last Use Time
      • ILastUseTime
      • LastUseTime
      • LastUseTimeCapability
      • LastUseTimeContainerListener
      • TicksSinceLastUseItemPropertyFunction
      • LastUseTimeFunctions
      • UpdateMenuLastUseTimeMessage
      • LastUseTimeModelItem
      • SlingshotItem
    • Lock
      • ILock
      • BaseContainerBlockEntityWrapper
      • Lock
      • LockCapability
      • LockScreen
      • SetLockCodeMessage
      • KeyItem
    • Max Health
      • IMaxHealth
      • MaxHealth
      • MaxHealthCapability
      • AddMaxHealthCommand
      • GetMaxHealthCommand
      • MaxHealthCommand
      • SetMaxHealthCommand
      • MaxHealthGetterItem
      • MaxHealthSetterItem
      • MaxHealthGetterBlock
      • MaxHealthSetterBlock
    • Pig Spawner
      • IPigSpawner
      • IPigSpawnerFinite
      • IPigSpawnerInteractable
      • BasePigSpawner
      • FinitePigSpawner
      • FinitePigSpawnerContainerListener
      • InfinitePigSpawner
      • PigSpawnerCapability
      • PigSpawnerFunctions
      • UpdateMenuPigSpawnerFiniteMessage
      • PigSpawnerItem
      • PigSpawnerRefillerBlock
    • Container Listener
      • CapabilityContainerListener
      • CapabilityContainerListenerManager
      • CapabilityMenuUpdateMessageUtils
      • UpdateMenuCapabilityMessage
    • Provider
      • SerializableCapabilityProvider
      • SimpleCapabilityProvider
    • ModCapabilities
  • Client

    • Event
      • ClientEventHandler
      • ClientPlayerNetworkEventHandler
      • HUDEventHandler
    • GUI
      • ModChestScreen
      • ClientScreenManager
      • GuiIDs
      • OpenClientScreenMessage
    • Init
      • ModItemModelProperties
      • ModKeyMappings
      • ModRenderLayerSetup
      • ModScreenFactories
    • Key Mapping
      • KeyMappingHandler
    • Model
      • ModColourManager
    • Entity Renderer
      • ModRenderers
      • RenderModArrow
    • Util
      • ClientOnlyMethods
      • ClientUtil
  • Codec

    • VanillaCodecs
  • Command

    • ModArgumentTypes
    • ModCommands
    • AxisArgument
    • RotateVectorCommand
    • RunTestsCommand
    • TestMod3Command
  • Config

    • TestMod3Config
  • Crafting

    • Data Gen
      • Ingredient
        • ConditionalIngredientBuilder
        • MobSpawnerIngredientBuilder
      • Recipe
        • DelegateFinishedRecipe
        • EnhancedShapedRecipeBuilder
        • EnhancedShapelessRecipeBuilder
        • ShapedArmourUpgradeRecipeBuilder
        • ShapelessCuttingRecipeBuilder
        • ShapelessFluidContainerRecipeBuilder
        • SimpleFinishedRecipe
        • TestMod3RecipeProvider
    • Ingredient
      • ConditionalIngredientSerializer
      • FluidContainerIngredient
      • IngredientNever
      • MobSpawnerIngredientSerializer
      • TestMod3NBTIngredient
    • Recipe
      • RecipeUtil
      • ShapedArmourUpgradeRecipe
      • ShapelessCuttingRecipe
      • ShapelessFluidContainerRecipe
    • ModCrafting
  • Data Gen

    • ModDataProviders
  • Data Fixer

    • ModDataFixers
  • Entity

    • ModEntities
    • BlockDetectionArrow
    • ModArrow
    • PlayerAvoidingCreeper
  • Event

    • BlockEventHandler
    • ItemCombinationHandler
    • PlayerEventHandler
  • Fluid

    • FluidGroup
    • StandardFluidGroup
    • PortalDisplacementFluid
    • StaticFluid
    • BlockFluidNoFlow
    • BlockFluidPortalDisplacement
    • ModFluids
  • Item

    • Data Gen
      • TestMod3ItemModelProvider
      • TestMod3ItemTagsProvider
    • Variant Group
      • IItemVariantGroup
      • ItemVariantGroup
    • BlockDebuggerItem
    • BlockDestroyerItem
    • ClearerItem
    • ContinuousBowItem
    • CuttingAxeItem
    • DimensionReplacementItem
    • EntityCheckerItem
    • EntityInteractionTestItem
    • EntityKillerItem
    • EntityTestItem
    • HarvestSwordItem
    • HeavyItem
    • HeightTesterItem
    • LootTableTestItem
    • ModArmourMaterial
    • ModArrowItem
    • ModBowItem
    • ModSpawnEggItem
    • ModTiers
    • PotionEffectArmourItem
    • ReplacementArmourItem
    • RespawnerItem
    • RestrictedArmourItem
    • RitualCheckerItem
    • ScriptsItem
    • SlowSwordItem
    • SnowballLauncherItem
    • SoundEffectItem
    • SubscriptsItem
    • SuperscriptsItem
    • SwapTestItem
    • UnicodeTooltipsItem
    • VariantsItem
    • ModItems
  • Inventory

    • Menu
      • ModMenuTypes
      • ModChestMenu
      • IMenuCallbacks
    • Item Handler
      • BlockEntityLootItemHandler
      • LootItemHandler
  • Language/Localisation

    • Data Gen
      • TestMod3LanguageProvider
    • TestMod3Lang
  • Loot Table

    • Data Gen
      • TestMod3BlockLootTables
      • TestMod3EntityLootTables
      • TestMod3GenericLootTables
      • TestMod3LootTableProvider
      • TestMod3LootModifierProvider
    • Condition
      • IsChestLoot
      • MatchBlockTag
      • ModLootConditionTypes
    • Function
      • SetFluidTankContents
      • ModLootFunctionTypes
    • Modifier
      • ModLootModifierSerializers
      • BlockEntityNBTLootModifier
      • ItemLootModifier
      • LootTableLootModifier
    • FluidStackItem
    • ModLootTables
  • Mod Compatibility

    • The One Probe
      • BaseProbeInfoProvider
      • EnumPropertyProbeInfoProvider
      • MultiRotatableProbeInfoProvider
      • RestrictedFluidTankEnabledFacingsProbeInfoProvider
      • RotatableProbeInfoProvider
      • TheOneProbeCompat
      • VerticalRotatableProbeInfoProvider
    • Waila/Hwyla
      • EnumPropertyHUDHandler
      • ItemTooltipModNameRemover
      • MultiRotatableHUDHandler
      • RestrictedFluidTankEnabledFacingsHUDHandler
      • RotatableHUDHandler
      • VerticalRotatableHUDHandler
      • WailaCompat
  • Network

    • ModNetwork
  • Potion

    • ModEffects
    • ModPotions
    • TestMod3MobEffect
  • Registry

    • ModTestRegistryEntries
    • IVariantGroup
    • TestRegistryEntry
  • Remapping

    • Remapper
  • Sound Event

    • ModSoundEvents
  • Tag

    • ModTags
  • Testing

    • EndNBTTests
    • HttpClientTests
    • Test
    • Tests
  • Tweak

    • SnowBuildup
  • Utility

    • BlockDumper
    • CapabilityNotPresentException
    • Constants
    • DebugUtil
    • EnumFaceRotation
    • InjectionUtil
    • InventoryUtils
    • LogUtil
    • ModFluidUtil
    • ModJsonUtil
    • NameHolder
    • NetworkUtil
    • RegistryUtil
    • Scheduler
    • StringUtils
    • SwordUpgrades
    • VectorUtils
  • World Gen

    • Decorator
      • InChunksDivisibleBy16
      • ModConfiguredDecorators
      • ModFeatureDecorators
    • Feature
      • BannerFeature
      • BannerFeatureConfig
      • ModConfiguredFeatures
      • ModFeatures
    • Surface Builder
      • LoggingSurfaceBuilder
      • ModConfiguredSurfaceBuilders
      • ModSurfaceBuilders
    • ModLevelGen
  • TestMod3

  • TestMod3CreativeModeTab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant