Modding:Block Classes: Difference between revisions

From Vintage Story Wiki
Line 48: Line 48:
| BlockCookedContainer || pot || A container that has finished cooking its contents and is ready to be taken from etc. || [https://github.com/anegostudios/vssurvivalmod/blob/master/Block/BlockAnvil.cs Cooked Container Class ]
| BlockCookedContainer || pot || A container that has finished cooking its contents and is ready to be taken from etc. || [https://github.com/anegostudios/vssurvivalmod/blob/master/Block/BlockAnvil.cs Cooked Container Class ]
|-
|-
| BlockCookingContainer || pot || A container that has not finished cooking its contents (if any). || Cooking Container Class ]
| BlockCookingContainer || pot || A container that has not finished cooking its contents (if any). || [https://github.com/anegostudios/vssurvivalmod/blob/master/Block/BlockAnvil.cs Cooking Container Class ]
|-
|-
| BlockCrock || crock || - || [https://github.com/anegostudios/vssurvivalmod/blob/master/Block/BlockAnvil.cs Crock Class ]
| BlockCrock || crock || - || [https://github.com/anegostudios/vssurvivalmod/blob/master/Block/BlockAnvil.cs Crock Class ]
219

edits