Pancakes Fix (#31123)
* Edited blueberry pancake textures to seem more blueberry-stained * Added new blueberry pancake sprites to allow stacking up to 9 * Added more sprites for chocolate pancakes so they can stack up to 9 * Fixed up the blueberry pancake sprites to be more consistent * Updated the stack components of blueberry and chocolate pancakes in the yml prototype file. * Updates the stack size in the consumable stacks yaml file. * Added the new pancake sprites to the sprite meta json file. * Removed an unnecessary space from the baked food YAML file * Updated branch and fully resolved merge conflict * Decreased the copy-pastiness of some of the blueberry sprites to make them less repetitive * Diversified the textures some more for good measure. * Fixed some missing rims around the pancakes because I'm bored
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
id: PancakeBb
|
||||
name: blueberry pancake
|
||||
spawn: FoodBakedPancakeBb
|
||||
maxCount: 3
|
||||
maxCount: 9
|
||||
|
||||
- type: stack
|
||||
id: PancakeCc
|
||||
name: chocolate chip pancake
|
||||
spawn: FoodBakedPancakeCc
|
||||
maxCount: 3
|
||||
maxCount: 9
|
||||
|
||||
# Food Containers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user