Advertisement
Guest User

Error

a guest
Feb 4th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 3.32 KB | None | 0 0
  1. ERROR:
  2. [19:12:47] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
  3. [19:12:47] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
  4. [19:12:47] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
  5. [19:12:47] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
  6. [19:12:47] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
  7. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=north,isfoot=true,islid=false not found
  8. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=south,isfoot=true,islid=true not found
  9. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=west,isfoot=true,islid=true not found
  10. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=west,isfoot=false,islid=true not found
  11. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=east,isfoot=true,islid=true not found
  12. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=west,isfoot=false,islid=false not found
  13. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=west,isfoot=true,islid=false not found
  14. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=east,isfoot=false,islid=true not found
  15. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=north,isfoot=true,islid=true not found
  16. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=north,isfoot=false,islid=false not found
  17. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=south,isfoot=false,islid=true not found
  18. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=east,isfoot=true,islid=false not found
  19. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=north,isfoot=false,islid=true not found
  20. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=south,isfoot=false,islid=false not found
  21. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=south,isfoot=true,islid=false not found
  22. [19:12:47] [Client thread/ERROR]: Model definition for location graves:graveslave#facing=east,isfoot=false,islid=false not found
  23.  
  24. BLOCKSTATE:
  25.  
  26. {
  27.   "forge_marker": 1,
  28.   "defaults": {
  29.     "textures": {
  30.       "#tex": "minecraft:blocks/wool_colored_red"
  31.     }
  32.   },
  33.   "variants": {
  34.     "normal": [
  35.       {}
  36.     ],
  37.     "inventory": [
  38.       {}
  39.     ],
  40.     "islid": {
  41.       "false": {
  42.         "model": "graves:graveboxsection.obj"
  43.       },
  44.       "true": {
  45.         "model": "graves:gravelidsection.obj"
  46.       }
  47.     },
  48.     "isFoot": {
  49.       "false": {},
  50.       "true": {
  51.         "y": 180
  52.       }
  53.     },
  54.     "facing": {
  55.       "north": {},
  56.       "south": {
  57.         "y": 180
  58.       },
  59.       "west": {
  60.         "y": 270
  61.       },
  62.       "east": {
  63.         "y": 90
  64.       }
  65.     }
  66.   }
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement