Wanderer now works, reverted texture path changes

This commit is contained in:
Adubbz 2019-01-10 20:06:24 +11:00
parent 68fa0aad3c
commit 5faec2839c
272 changed files with 11 additions and 2 deletions

View File

@ -35,7 +35,7 @@ public class ModItems
fleshchunk = registerItem(new Item(new Item.Builder().group(ItemGroupBOP.instance)), "fleshchunk");
// TODO: This needs to be ItemBOPRecord and/or registered with its sounds
//record_wanderer = registerItem(new ItemBOPRecord(BOPSounds.records_wanderer), "record_wanderer");
record_wanderer = registerItem(new ItemBOPRecord(BOPSounds.records_wanderer), "record_wanderer");
// TODO: These all need to be associated with their entities
boat_fir = registerItem(new Item(new Item.Builder().group(ItemGroupBOP.instance)), "boat_fir");

View File

@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "biomesoplenty:block/ash_block"
"all": "biomesoplenty:blocks/ash_block"
}
}

View File

@ -0,0 +1,9 @@
diff a/src/main/resources/assets/biomesoplenty/models/block/ash_block.json b/src/main/resources/assets/biomesoplenty/models/block/ash_block.json (rejected hunks)
@@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
- "all": "biomesoplenty:blocks/ash_block"
+ "all": "biomesoplenty:block/ash_block"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

View File

Before

Width:  |  Height:  |  Size: 800 B

After

Width:  |  Height:  |  Size: 800 B

View File

Before

Width:  |  Height:  |  Size: 551 B

After

Width:  |  Height:  |  Size: 551 B

View File

Before

Width:  |  Height:  |  Size: 448 B

After

Width:  |  Height:  |  Size: 448 B

View File

Before

Width:  |  Height:  |  Size: 601 B

After

Width:  |  Height:  |  Size: 601 B

View File

Before

Width:  |  Height:  |  Size: 890 B

After

Width:  |  Height:  |  Size: 890 B

Some files were not shown because too many files have changed in this diff Show More