shadowfacts / shadowfacts.github.io

My website
https://shadowfacts.net
6 stars 4 forks source link

Found other typo #2

Closed Mrkuff closed 7 years ago

Mrkuff commented 7 years ago

Hello, i've finish all your tuto (Really awesome) and i decided to write down all the little mismatch i got. I know people can figure it out, but here they are :

JSON Item Models -Link for copper ingot texture "https://raw.githubusercontent.com/CyanideX/Unity/master/assets/thermalfoundation/textures/items/material/IngotCopper.png" = 404. Change it for : https://github.com/shadowfacts/TutorialMod/tree/master/src/main/resources/assets/tutorial/textures/items/ingotCopper.png

Basic Block

Forge Blockstates -Link to "JSON Item Models tutorial." is "http://localhost:4000/tutorials/forge-modding-19/json-item-models/" instead of https://shadowfacts.net/tutorials/forge-modding-1102/json-item-models/ -copper ore texture = https://raw.githubusercontent.com/CyanideX/Unity/master/assets/thermalfoundation/textures/blocks/ore/Ore_Copper.png instead of "https://github.com/shadowfacts/TutorialMod/tree/master/src/main/resources/assets/tutorial/textures/blocks/oreCopper.png"

Crops. here the link work but are from "raw.githubusercontent.com". I dont know if it's ok or not.. -Corn Seed Texture = https://raw.githubusercontent.com/shadowfacts/TutorialMod/master/src/main/resources/assets/tutorial/textures/items/cornSeed.png instead of "https://github.com/shadowfacts/TutorialMod/tree/master/src/main/resources/assets/tutorial/textures/items/cornSeed.png" -Corn Texture : https://raw.githubusercontent.com/shadowfacts/TutorialMod/master/src/main/resources/assets/tutorial/textures/items/corn.png instead of "https://github.com/shadowfacts/TutorialMod/tree/master/src/main/resources/assets/tutorial/textures/items/corn.png"

Advanced Creative Tabs. Same as Crops

Tools:

Armor:

Annndddddd that's all

shadowfacts commented 7 years ago

The textures linking to raw.githubusercontent.com is intentional because it allows people to directly download the textures if they aren't familiar with the GitHub interface.