fluids.json 532 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "forge_marker": 1,
  3. "defaults": {
  4. "model": "forge:fluid"
  5. },
  6. "variants": {
  7. "normal": [
  8. {
  9. "custom": {
  10. "fluid": "normal"
  11. }
  12. }
  13. ],
  14. "poison": [
  15. {
  16. "custom": {
  17. "fluid": "poison"
  18. }
  19. }
  20. ],
  21. "honey": [
  22. {
  23. "custom": {
  24. "fluid": "honey"
  25. }
  26. }
  27. ]
  28. }
  29. }