Merge pull request #2 from WikipediaUserbox/patch-1
adding pollen and having bees drop it instead of honey
This commit is contained in:
commit
f918052fcf
11
index.html
11
index.html
|
|
@ -399,6 +399,13 @@
|
||||||
"burnTime": 300,
|
"burnTime": 300,
|
||||||
"burnInto": ["ash","charcoal","fire"],
|
"burnInto": ["ash","charcoal","fire"],
|
||||||
},
|
},
|
||||||
|
"pollen": {
|
||||||
|
"name": "pollen",
|
||||||
|
"color": "#ffffc0",
|
||||||
|
"behavior": behaviors.POWDER,
|
||||||
|
"category":"life",
|
||||||
|
"hidden": true,
|
||||||
|
},
|
||||||
"smoke": {
|
"smoke": {
|
||||||
"name": "smoke",
|
"name": "smoke",
|
||||||
"color": "#383838",
|
"color": "#383838",
|
||||||
|
|
@ -597,7 +604,7 @@
|
||||||
"color": "#c4b100",
|
"color": "#c4b100",
|
||||||
"behavior": [
|
"behavior": [
|
||||||
"M1|M2|M1",
|
"M1|M2|M1",
|
||||||
"CR:honey%0.025 AND M1|XX|CR:honey%0.025 AND M1",
|
"CR:pollen%0.025 AND M1|XX|CR:pollen%0.025 AND M1",
|
||||||
"M1|M2|M1",
|
"M1|M2|M1",
|
||||||
],
|
],
|
||||||
"tempHigh": 47,
|
"tempHigh": 47,
|
||||||
|
|
@ -2647,4 +2654,4 @@
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue