Guest User

List of textures for the Footprints mod.

a guest
Dec 14th, 2025
35
0
301 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.72 KB | Source Code | 0 0
  1.         bear,
  2.         chicken,
  3.         deer,
  4.         fox,
  5.         elk,
  6.         gazelle,
  7.         goat,
  8.         hare,
  9.         hyena,
  10.         moose,
  11.         pig,
  12.         raccoon,
  13.         sheep,
  14.         wolf,
  15.  
  16.         player,
  17.  
  18.         playerCustom,
  19.  
  20.         fallback, // used internally when no texture is specified
  21.  
  22.  
  23.         // ------------------------------------------------------------------
  24.         //                    Mod Compatibility
  25.         // ------------------------------------------------------------------
  26.  
  27.         // equus
  28.         // feverstonehorses
  29.         horse,
  30.  
  31.         // cats
  32.         // felinae (fauna of the stone age)
  33.         cat,
  34.  
  35.         // simpleanthrofoxplayer
  36.         playerfox,
  37.  
  38.         // medievalexpansionpatch
  39.         auroch,
  40.  
  41.         // thecritterpack
  42.         bird,
  43.         duck,
  44.         hedgehog,
  45.         squirrel,
  46.         yak,
  47.  
  48.         // draconis
  49.         dragon,
  50.  
  51.  
  52.  
  53.         // thylacinidae (fauna of the stone age)
  54.         dasyuridae,
  55.         // meiolaniidae (fauna of the stone age)
  56.         meiolaniidae,
  57.         // bovinae (fauna of the stone age)
  58.         bovinae,
  59.         // vombatidae (fauna of the stone age)
  60.         diprotodontidae,
  61.         thylacoleonidae,
  62.         vombatidae,
  63.         // elephantidae (fauna of the stone age)
  64.         elephantidae,
  65.         // spheniscidae (fauna of the stone age)
  66.         spheniscidae,
  67.         // manidae (fauna of the stone age)
  68.         manidae,
  69.         // dinornithidae (fauna of the stone age)
  70.         acanthisittidae,
  71.         aegothelidae,
  72.         anatidae,
  73.         apterygidae,
  74.         aptornithidae,
  75.         dinornithidae,
  76.         emeidae,
  77.         megalapterygidae,
  78.         rallidae,
  79.         strigopidae
Advertisement
Add Comment
Please, Sign In to add comment