Skip to content

Instantly share code, notes, and snippets.

@Lanse505
Last active January 19, 2022 19:15
Show Gist options
  • Save Lanse505/9215ac0ba2e1602b81146ada70d104da to your computer and use it in GitHub Desktop.
Save Lanse505/9215ac0ba2e1602b81146ada70d104da to your computer and use it in GitHub Desktop.
1) Found You
https://github.com/baileyholl/Ars-Nouveau/blob/1.18.x/src/main/java/com/hollingsworth/arsnouveau/common/network/Networking.java#L27
2)
[19:00:42] [Worker-Main-12/WARN]: Exception loading blockstate definition: ars_nouveau:blockstates/glyph_press.json: java.io.FileNotFoundException: ars_nouveau:blockstates/glyph_press.json
[19:00:42] [Worker-Main-12/WARN]: Exception loading blockstate definition: ars_nouveau:blockstates/imbuement_chamber.json: java.io.FileNotFoundException: ars_nouveau:blockstates/imbuement_chamber.json
[19:00:42] [Worker-Main-12/WARN]: Exception loading blockstate definition: ars_nouveau:blockstates/redstone_air.json: java.io.FileNotFoundException: ars_nouveau:blockstates/redstone_air.json
[19:00:42] [Worker-Main-12/WARN]: Exception loading blockstate definition: ars_nouveau:blockstates/intangible_air.json: java.io.FileNotFoundException: ars_nouveau:blockstates/intangible_air.json
[19:00:42] [Worker-Main-12/WARN]: Exception loading blockstate definition: ars_nouveau:blockstates/ritual_brazier.json: java.io.FileNotFoundException: ars_nouveau:blockstates/ritual_brazier.json
3)
[19:00:42] [Worker-Main-12/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/sconce.json' in resourcepack: 'Mod Resources' for variant: 'facing=down': Unknown value: 'down' for blockstate property: 'facing' [north, south, west, east]
[19:00:42] [Worker-Main-12/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/sconce.json' in resourcepack: 'Mod Resources' for variant: 'facing=up': Unknown value: 'up' for blockstate property: 'facing' [north, south, west, east]
4)
[19:00:45] [Worker-Main-12/WARN]: Unable to load model: 'ars_nouveau:block/light_block/light_spell_block1' referenced from: ars_nouveau:light_block#inventory: java.io.FileNotFoundException: ars_nouveau:models/block/light_block/light_spell_block1.json
[19:00:45] [Worker-Main-12/WARN]: Unable to load model: 'ars_nouveau:portal#inventory' referenced from: ars_nouveau:portal#inventory: java.io.FileNotFoundException: ars_nouveau:models/item/portal.json
5)
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #down in ars_nouveau:block/relay_deposit
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #up in ars_nouveau:block/relay_deposit
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #north in ars_nouveau:block/relay_deposit
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #south in ars_nouveau:block/relay_deposit
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #west in ars_nouveau:block/relay_deposit
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #east in ars_nouveau:block/relay_deposit
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #missingno in ars_nouveau:item/light_block
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #down in ars_nouveau:block/arcane_core
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #up in ars_nouveau:block/arcane_core
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #north in ars_nouveau:block/arcane_core
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #south in ars_nouveau:block/arcane_core
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #west in ars_nouveau:block/arcane_core
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #east in ars_nouveau:block/arcane_core
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #down in ars_nouveau:block/empty
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #up in ars_nouveau:block/empty
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #north in ars_nouveau:block/empty
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #south in ars_nouveau:block/empty
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #west in ars_nouveau:block/empty
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #east in ars_nouveau:block/empty
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #down in ars_nouveau:block/enchanting_apparatus
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #up in ars_nouveau:block/enchanting_apparatus
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #north in ars_nouveau:block/enchanting_apparatus
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #south in ars_nouveau:block/enchanting_apparatus
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #west in ars_nouveau:block/enchanting_apparatus
[19:00:50] [Worker-Main-12/WARN]: Unable to resolve texture reference: #east in ars_nouveau:block/enchanting_apparatus
[19:00:53] [Worker-Main-15/ERROR]: Using missing texture, unable to load ars_nouveau:textures/blocks/ars_nouveau_gold.png : java.io.FileNotFoundException: ars_nouveau:textures/blocks/ars_nouveau_gold.png
[19:00:53] [Worker-Main-13/ERROR]: Using missing texture, unable to load ars_nouveau:textures/blocks/active_outer.png : java.io.FileNotFoundException: ars_nouveau:textures/blocks/active_outer.png
[19:00:53] [Worker-Main-15/ERROR]: Using missing texture, unable to load ars_nouveau:textures/blocks/active_middle.png : java.io.FileNotFoundException: ars_nouveau:textures/blocks/active_middle.png
[19:00:53] [Worker-Main-14/ERROR]: Using missing texture, unable to load ars_nouveau:textures/blocks/active_inner.png : java.io.FileNotFoundException: ars_nouveau:textures/blocks/active_inner.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment