JayC
Well-Known Member
This was a custom I made awhile go when I built a room on
Screenshot:
It is made to look like broken ice peaces floating in water, and yes there is a wave effect that brushes over the Ice Chunks
SQLS:
I was not going to release SQLs but since I like you guys here are the phoenix sqls:
Furnidata:
Download
Rate + Like + Follow
You must be registered for see links
Screenshot:
It is made to look like broken ice peaces floating in water, and yes there is a wave effect that brushes over the Ice Chunks
SQLS:
I was not going to release SQLs but since I like you guys here are the phoenix sqls:
Code:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(12321562, 'ice_water1', 'ice_water1', 's', 2, 2, '.1', '1', '0', '1', 48594852, '1', '1', '1', '1', '1', 'water', 4, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(12321562, 'PUTYOURPAGEHERE', '12321562', 'Ice Patch', '5', '0', '0', '1');
Furnidata:
Code:
["s","48594852","ice_water1","849576","0","1","1","","Ice Patch","Created by @JayTouch","","-1","-1"],
Download
You must be registered for see links
Rate + Like + Follow